Translation components API.

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

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

{
    "count": 23,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/sh5dct/main/uz/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/sh5dct/main/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/sh5dct/main/uz/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-03-30T14:33:51",
            "action": 44,
            "target": "",
            "id": 1348332,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1348332/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/sh5dct/main/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/sh5dct/main/uz/?format=api",
            "dictionary": null,
            "user": 219,
            "author": 219,
            "timestamp": "2026-04-06T08:09:34",
            "action": 0,
            "target": "",
            "id": 1349270,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1349270/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/sh5dct/main/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/sh5dct/main/uz/?format=api",
            "dictionary": null,
            "user": 219,
            "author": 219,
            "timestamp": "2026-04-06T08:09:34",
            "action": 44,
            "target": "",
            "id": 1349279,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1349279/?format=api"
        }
    ]
}