Translation components API.

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

GET /api/translations/qms/e-queue-frontend/hu/changes/?format=api&page=33
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 641,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/qms/e-queue-frontend/hu/changes/?format=api&page=32",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/qms/e-queue-frontend/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/qms/e-queue-frontend/hu/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-08-25T14:42:44",
            "action": 17,
            "target": "",
            "id": 1313368,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1313368/?format=api"
        }
    ]
}