Translation components API.

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

GET /api/translations/menuboard/common/lt/changes/?format=api&page=24
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 462,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/menuboard/common/lt/changes/?format=api&page=23",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/menuboard/common/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/menuboard/common/lt/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-07-30T12:45:31",
            "action": 0,
            "target": "",
            "id": 1308313,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1308313/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/menuboard/common/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/menuboard/common/lt/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-07-30T12:45:42",
            "action": 44,
            "target": "",
            "id": 1308321,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1308321/?format=api"
        }
    ]
}