Translation components API.

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

GET /api/translations/kiosk2/kfc-amrest-default/de_AT/changes/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 61,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/kfc-amrest-default/de_AT/changes/?format=api&page=3",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2363992/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc-amrest-default/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc-amrest-default/de_AT/?format=api",
            "dictionary": null,
            "user": null,
            "author": 1,
            "timestamp": "2025-08-05T18:08:40",
            "action": 4,
            "target": "Möchten Sie Ihre Bestellung",
            "id": 1310012,
            "action_name": "Suggestion added",
            "url": "http://weblate.ucs.ru/api/changes/1310012/?format=api"
        }
    ]
}