Translation components API.

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

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

{
    "count": 10602,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/storehouse5/sh/uk/changes/?format=api&page=530",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh/uk/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-03-25T14:36:45",
            "action": 0,
            "target": "",
            "id": 1237298,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1237298/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh/uk/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-03-25T14:37:27",
            "action": 44,
            "target": "",
            "id": 1237302,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1237302/?format=api"
        }
    ]
}