Translation components API.

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

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

{
    "count": 62,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/kfc-yam/es/changes/?format=api&page=3",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2587565/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc-yam/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc-yam/es/?format=api",
            "dictionary": null,
            "user": 201,
            "author": 201,
            "timestamp": "2026-09-21T11:42:17",
            "action": 30,
            "target": "Use your points to redeem rewards in the KFC app",
            "id": 1357192,
            "action_name": "Source string changed",
            "url": "http://weblate.ucs.ru/api/changes/1357192/?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/es/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-09-21T12:00:31",
            "action": 0,
            "target": "",
            "id": 1357331,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1357331/?format=api"
        }
    ]
}