Translation components API.

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

GET /api/translations/kiosk2/bk-belarus/cs/changes/?format=api&page=12
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 222,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/bk-belarus/cs/changes/?format=api&page=11",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2580524/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/bk-belarus/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/bk-belarus/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": 84,
            "timestamp": "2025-12-10T11:38:35",
            "action": 2,
            "target": "Vyprázdnit košík",
            "id": 1331103,
            "action_name": "Translation changed",
            "url": "http://weblate.ucs.ru/api/changes/1331103/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/bk-belarus/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/bk-belarus/cs/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-12-22T13:03:29",
            "action": 17,
            "target": "",
            "id": 1334453,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1334453/?format=api"
        }
    ]
}