Translation components API.

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

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

{
    "count": 43,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/back/ka/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/back/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/back/ka/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2023-03-23T14:59:25",
            "action": 0,
            "target": "",
            "id": 823404,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/823404/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/back/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/back/ka/?format=api",
            "dictionary": null,
            "user": 150,
            "author": 150,
            "timestamp": "2023-03-23T18:17:54",
            "action": 0,
            "target": "",
            "id": 823749,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/823749/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/back/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/back/ka/?format=api",
            "dictionary": null,
            "user": 150,
            "author": 150,
            "timestamp": "2023-03-23T18:18:00",
            "action": 44,
            "target": "",
            "id": 823770,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/823770/?format=api"
        }
    ]
}