Translation components API.

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

GET /api/translations/code/code/ms/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/code/code/ms/changes/?format=api&page=4",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/code/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/code/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-08-08T00:04:23.915167Z",
            "action": 0,
            "target": "",
            "id": 229876,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/229876/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/code/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/code/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-07-18T00:10:07.702680Z",
            "action": 0,
            "target": "",
            "id": 223776,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/223776/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/code/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/code/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-28T00:09:26.480899Z",
            "action": 0,
            "target": "",
            "id": 210899,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/210899/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/code/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/code/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:44:37.133816Z",
            "action": 0,
            "target": "",
            "id": 190745,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/190745/?format=api"
        }
    ]
}