Translation components API.

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

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

{
    "count": 2101,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/kiosk2/bk/changes/?format=api&page=105",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/1456445/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/bk/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/bk/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": 84,
            "timestamp": "2025-08-18T09:13:40",
            "action": 2,
            "target": "K platbě",
            "id": 1311073,
            "action_name": "Translation changed",
            "url": "http://weblate.ucs.ru/api/changes/1311073/?format=api"
        }
    ]
}