Translation components API.


See <a href="https://docs.weblate.org/en/weblate-3.6.1/api.html#translations">the Weblate's Web API documentation</a> for detailed
description of the API.

GET /api/translations/protegus/pagination/nl/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.protegus.eu/api/components/protegus/pagination/?format=api",
            "translation": "https://weblate.protegus.eu/api/translations/protegus/pagination/nl/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2022-04-26T22:01:48.978430+03:00",
            "action": 0,
            "target": "",
            "id": 92350,
            "action_name": "Resource update",
            "url": "https://weblate.protegus.eu/api/changes/92350/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.protegus.eu/api/components/protegus/pagination/?format=api",
            "translation": "https://weblate.protegus.eu/api/translations/protegus/pagination/nl/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-05-16T14:16:10.457395+03:00",
            "action": 0,
            "target": "",
            "id": 23582,
            "action_name": "Resource update",
            "url": "https://weblate.protegus.eu/api/changes/23582/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.protegus.eu/api/components/protegus/pagination/?format=api",
            "translation": "https://weblate.protegus.eu/api/translations/protegus/pagination/nl/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-05-16T14:06:12.723681+03:00",
            "action": 0,
            "target": "",
            "id": 23071,
            "action_name": "Resource update",
            "url": "https://weblate.protegus.eu/api/changes/23071/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.protegus.eu/api/components/protegus/pagination/?format=api",
            "translation": "https://weblate.protegus.eu/api/translations/protegus/pagination/nl/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-02-01T13:16:14.390474+02:00",
            "action": 0,
            "target": "",
            "id": 6539,
            "action_name": "Resource update",
            "url": "https://weblate.protegus.eu/api/changes/6539/?format=api"
        }
    ]
}