Translation components API.

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

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

{
    "count": 153,
    "next": null,
    "previous": "https://l10n.elementary.io/api/translations/files/extra/am/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/files/extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/files/extra/am/?format=api",
            "user": "https://l10n.elementary.io/api/users/tintou/?format=api",
            "author": "https://l10n.elementary.io/api/users/tintou/?format=api",
            "timestamp": "2019-07-17T12:19:53.770839Z",
            "action": 0,
            "target": "",
            "id": 372269,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/372269/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/files/extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/files/extra/am/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-12-19T00:06:32.762353Z",
            "action": 0,
            "target": "",
            "id": 303264,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/303264/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/files/extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/files/extra/am/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:56:09.491566Z",
            "action": 0,
            "target": "",
            "id": 192528,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/192528/?format=api"
        }
    ]
}