Translation projects API.

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

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

{
    "count": 152482,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/projects/kiosk2/changes/?format=api&page=7624",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/core/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-07-04T17:08:07",
            "action": 18,
            "target": "",
            "id": 1305065,
            "action_name": "Pushed changes",
            "url": "http://weblate.ucs.ru/api/changes/1305065/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/core/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-07-04T17:08:08",
            "action": 18,
            "target": "",
            "id": 1305066,
            "action_name": "Pushed changes",
            "url": "http://weblate.ucs.ru/api/changes/1305066/?format=api"
        }
    ]
}