Translation components API.

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

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

{
    "count": 181,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/kfc-amrest/lt/changes/?format=api&page=9",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/1940813/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc-amrest/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc-amrest/lt/?format=api",
            "dictionary": null,
            "user": 187,
            "author": 187,
            "timestamp": "2026-02-09T11:03:44",
            "action": 2,
            "target": "18+",
            "id": 1343326,
            "action_name": "Translation changed",
            "url": "http://weblate.ucs.ru/api/changes/1343326/?format=api"
        }
    ]
}