Translation components API.

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

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

{
    "count": 224,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/ru/changes/?format=api&page=11",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2613403/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/ru/?format=api",
            "dictionary": null,
            "user": 201,
            "author": 201,
            "timestamp": "2026-09-22T09:14:56",
            "action": 2,
            "target": "за этот заказ",
            "id": 1357611,
            "action_name": "Translation changed",
            "url": "http://weblate.ucs.ru/api/changes/1357611/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/2613414/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/ru/?format=api",
            "dictionary": null,
            "user": 201,
            "author": 201,
            "timestamp": "2026-09-22T09:18:29",
            "action": 5,
            "target": "Предоставляя номер телефона для получения баллов, вы соглашаетесь на обработку персональных данных и принимаете",
            "id": 1357619,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/1357619/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/2613414/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/ru/?format=api",
            "dictionary": null,
            "user": 201,
            "author": 201,
            "timestamp": "2026-09-22T09:19:13",
            "action": 30,
            "target": "By providing your phone number to receive points, you consent to the processing of your personal data and accept the",
            "id": 1357661,
            "action_name": "Source string changed",
            "url": "http://weblate.ucs.ru/api/changes/1357661/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-09-24T12:57:26",
            "action": 17,
            "target": "",
            "id": 1357808,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1357808/?format=api"
        }
    ]
}