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/it/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/it/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2022-04-26T22:01:48.725917+03:00",
            "action": 0,
            "target": "",
            "id": 92344,
            "action_name": "Resource update",
            "url": "https://weblate.protegus.eu/api/changes/92344/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.protegus.eu/api/components/protegus/pagination/?format=api",
            "translation": "https://weblate.protegus.eu/api/translations/protegus/pagination/it/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-05-16T14:15:48.245316+03:00",
            "action": 0,
            "target": "",
            "id": 23562,
            "action_name": "Resource update",
            "url": "https://weblate.protegus.eu/api/changes/23562/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.protegus.eu/api/components/protegus/pagination/?format=api",
            "translation": "https://weblate.protegus.eu/api/translations/protegus/pagination/it/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-05-16T14:05:50.796563+03:00",
            "action": 0,
            "target": "",
            "id": 23051,
            "action_name": "Resource update",
            "url": "https://weblate.protegus.eu/api/changes/23051/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.protegus.eu/api/components/protegus/pagination/?format=api",
            "translation": "https://weblate.protegus.eu/api/translations/protegus/pagination/it/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-02-01T13:16:14.212832+02:00",
            "action": 0,
            "target": "",
            "id": 6534,
            "action_name": "Resource update",
            "url": "https://weblate.protegus.eu/api/changes/6534/?format=api"
        }
    ]
}