Translation components API.

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

GET /api/translations/kiosk2/core/hu/changes/?format=api&page=202
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4021,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/core/hu/changes/?format=api&page=201",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/core/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/core/hu/?format=api",
            "dictionary": null,
            "user": 216,
            "author": 216,
            "timestamp": "2026-04-13T08:44:33",
            "action": 0,
            "target": "",
            "id": 1349645,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1349645/?format=api"
        }
    ]
}