Translation components API.

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

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

{
    "count": 62,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/sv/changes/?format=api&page=3",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2613825/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/sv/?format=api",
            "dictionary": null,
            "user": 201,
            "author": 201,
            "timestamp": "2026-09-22T09:19:14",
            "action": 30,
            "target": "By providing your phone number to receive points, you consent to the processing of your personal data and accept the",
            "id": 1357665,
            "action_name": "Source string changed",
            "url": "http://weblate.ucs.ru/api/changes/1357665/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/sv/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-09-24T12:57:30",
            "action": 0,
            "target": "",
            "id": 1357829,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1357829/?format=api"
        }
    ]
}