Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/back/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/back/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2023-03-23T14:59:25",
            "action": 0,
            "target": "",
            "id": 823399,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/823399/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/back/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/back/en/?format=api",
            "dictionary": null,
            "user": 150,
            "author": 150,
            "timestamp": "2023-03-23T18:17:52",
            "action": 31,
            "target": "TEST",
            "id": 823736,
            "action_name": "New string added",
            "url": "http://weblate.ucs.ru/api/changes/823736/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/back/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/back/en/?format=api",
            "dictionary": null,
            "user": 150,
            "author": 150,
            "timestamp": "2023-03-23T18:17:53",
            "action": 0,
            "target": "",
            "id": 823744,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/823744/?format=api"
        }
    ]
}