Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/website/index/nb/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 204,
    "next": null,
    "previous": "https://l10n.elementary.io/api/translations/website/index/nb/changes/?format=api&page=4",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/index/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/index/nb/?format=api",
            "user": "https://l10n.elementary.io/api/users/kingu/?format=api",
            "author": "https://l10n.elementary.io/api/users/kingu/?format=api",
            "timestamp": "2018-09-13T06:06:08.370836Z",
            "action": 1,
            "target": "",
            "id": 239852,
            "action_name": "Translation completed",
            "url": "https://l10n.elementary.io/api/changes/239852/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/index/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/index/nb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-09-13T00:26:02.717392Z",
            "action": 0,
            "target": "",
            "id": 239252,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/239252/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/index/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/index/nb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-07-20T00:05:59.831902Z",
            "action": 17,
            "target": "",
            "id": 224519,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/224519/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/index/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/index/nb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:06:26.223049Z",
            "action": 0,
            "target": "",
            "id": 187436,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/187436/?format=api"
        }
    ]
}