Translation components API.

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

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

{
    "count": 81,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/ky/changes/?format=api&page=4",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc/ky/?format=api",
            "dictionary": null,
            "user": 150,
            "author": null,
            "timestamp": "2023-05-02T10:50:28",
            "action": 17,
            "target": "",
            "id": 849573,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/849573/?format=api"
        }
    ]
}