Translation components API.

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

GET /api/translations/kiosk2/kfc-yam/ka/changes/?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 302,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/kfc-yam/ka/changes/?format=api&page=15",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2583459/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc-yam/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc-yam/ka/?format=api",
            "dictionary": null,
            "user": 198,
            "author": 198,
            "timestamp": "2026-03-19T07:51:57",
            "action": 30,
            "target": "I only want {{dish}}",
            "id": 1347143,
            "action_name": "Source string changed",
            "url": "http://weblate.ucs.ru/api/changes/1347143/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc-yam/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc-yam/ka/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-03-19T07:54:14",
            "action": 0,
            "target": "",
            "id": 1347222,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1347222/?format=api"
        }
    ]
}