Translation components API.

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

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

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