Translation components API.

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

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

{
    "count": 1242,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/storehouse5/shadm/az/changes/?format=api&page=62",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2628927/?format=api",
            "component": "http://weblate.ucs.ru/api/components/storehouse5/shadm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/shadm/az/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-03-30T13:11:06",
            "action": 13,
            "target": "",
            "id": 1348230,
            "action_name": "New source string",
            "url": "http://weblate.ucs.ru/api/changes/1348230/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/shadm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/shadm/az/?format=api",
            "dictionary": null,
            "user": 2,
            "author": 2,
            "timestamp": "2026-03-30T13:11:06",
            "action": 0,
            "target": "",
            "id": 1348231,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1348231/?format=api"
        }
    ]
}