Translation components API.

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

GET /api/translations/storehouse5/shadm/hr/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/shadm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/shadm/hr/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-05-29T01:41:48",
            "action": 0,
            "target": "",
            "id": 1353323,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1353323/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/shadm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/shadm/hr/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-05-29T01:42:59",
            "action": 44,
            "target": "",
            "id": 1353343,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1353343/?format=api"
        }
    ]
}