Translation components API.

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

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

{
    "count": 353,
    "next": null,
    "previous": "https://l10n.elementary.io/api/translations/code/code/yo/changes/?format=api&page=7",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/code/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/code/yo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:47:34.153700Z",
            "action": 0,
            "target": "",
            "id": 190821,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/190821/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/code/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/code/yo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-07-07T03:31:09.660423Z",
            "action": 0,
            "target": "",
            "id": 73862,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/73862/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/code/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/code/yo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-05-04T16:08:51.540956Z",
            "action": 0,
            "target": "",
            "id": 37422,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/37422/?format=api"
        }
    ]
}