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": "2024-10-02T08:01:51",
            "action": 0,
            "target": "",
            "id": 1181447,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1181447/?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": "2024-10-02T08:02:50",
            "action": 44,
            "target": "",
            "id": 1181451,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1181451/?format=api"
        }
    ]
}