Translation components API.

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

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

{
    "count": 3041,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/core/hu/changes/?format=api&page=152",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/1738660/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/core/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/core/hu/?format=api",
            "dictionary": null,
            "user": 103,
            "author": 103,
            "timestamp": "2025-04-28T10:49:26",
            "action": 5,
            "target": "Lokalizáció megjelenítése hu-HU",
            "id": 1240562,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/1240562/?format=api"
        }
    ]
}