Translation components API.

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

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

{
    "count": 183,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/de/changes/?format=api&page=9",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2611566/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/de/?format=api",
            "dictionary": null,
            "user": 201,
            "author": 201,
            "timestamp": "2026-09-22T09:13:01",
            "action": 30,
            "target": "Enter your phone number to get",
            "id": 1357518,
            "action_name": "Source string changed",
            "url": "http://weblate.ucs.ru/api/changes/1357518/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/2611579/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/de/?format=api",
            "dictionary": null,
            "user": 201,
            "author": 201,
            "timestamp": "2026-09-22T09:19:12",
            "action": 30,
            "target": "By providing your phone number to receive points, you consent to the processing of your personal data and accept the",
            "id": 1357654,
            "action_name": "Source string changed",
            "url": "http://weblate.ucs.ru/api/changes/1357654/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/de/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-09-24T12:57:28",
            "action": 0,
            "target": "",
            "id": 1357815,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1357815/?format=api"
        }
    ]
}