Translation components API.

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

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

{
    "count": 42,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/bk/az/changes/?format=api&page=2",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2120045/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/bk/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/bk/az/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-02-26T19:39:34",
            "action": 16,
            "target": "",
            "id": 1230661,
            "action_name": "Found duplicated string",
            "url": "http://weblate.ucs.ru/api/changes/1230661/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/bk/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/bk/az/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-02-26T19:39:34",
            "action": 0,
            "target": "",
            "id": 1230662,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1230662/?format=api"
        }
    ]
}