Translation components API.

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

GET /api/translations/sh5dct/main/ru/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/sh5dct/main/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/sh5dct/main/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-03-30T14:33:39",
            "action": 0,
            "target": "",
            "id": 1348318,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1348318/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/sh5dct/main/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/sh5dct/main/ru/?format=api",
            "dictionary": null,
            "user": 219,
            "author": 219,
            "timestamp": "2026-04-06T08:09:33",
            "action": 0,
            "target": "",
            "id": 1349267,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1349267/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/sh5dct/main/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/sh5dct/main/ru/?format=api",
            "dictionary": null,
            "user": 219,
            "author": 219,
            "timestamp": "2026-05-05T08:31:20",
            "action": 0,
            "target": "",
            "id": 1350506,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1350506/?format=api"
        }
    ]
}