Translation components API.

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

GET /api/translations/files/files/sl/changes/?format=api&page=12
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 553,
    "next": null,
    "previous": "https://l10n.elementary.io/api/translations/files/files/sl/changes/?format=api&page=11",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/files/files/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/files/files/sl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-07-14T00:07:28.566586Z",
            "action": 0,
            "target": "",
            "id": 220065,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/220065/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/files/files/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/files/files/sl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-28T00:15:03.790325Z",
            "action": 0,
            "target": "",
            "id": 211457,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/211457/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/files/files/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/files/files/sl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-24T00:15:48.445183Z",
            "action": 0,
            "target": "",
            "id": 193351,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/193351/?format=api"
        }
    ]
}