Translation components API.

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

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

{
    "count": 2681,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/core/sr_Latn/changes/?format=api&page=134",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/core/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/core/sr_Latn/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-03-06T18:50:13",
            "action": 44,
            "target": "",
            "id": 1344728,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1344728/?format=api"
        }
    ]
}