Translation components API.

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

GET /api/translations/rk_office/webman_storehouse/mk/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_office/webman_storehouse/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_office/webman_storehouse/mk/?format=api",
            "dictionary": null,
            "user": 153,
            "author": 153,
            "timestamp": "2026-03-30T07:20:37",
            "action": 0,
            "target": "",
            "id": 1348139,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1348139/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_office/webman_storehouse/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_office/webman_storehouse/mk/?format=api",
            "dictionary": null,
            "user": 153,
            "author": null,
            "timestamp": "2026-03-30T07:20:37",
            "action": 17,
            "target": "",
            "id": 1348140,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1348140/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_office/webman_storehouse/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_office/webman_storehouse/mk/?format=api",
            "dictionary": null,
            "user": 153,
            "author": 153,
            "timestamp": "2026-03-30T07:20:40",
            "action": 44,
            "target": "",
            "id": 1348142,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1348142/?format=api"
        }
    ]
}