Translation projects API.

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

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

{
    "count": 64601,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/projects/rk_office/changes/?format=api&page=3230",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_office/webman_storehouse/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-07-16T10:16:53",
            "action": 21,
            "target": "",
            "id": 1306257,
            "action_name": "Rebased repository",
            "url": "http://weblate.ucs.ru/api/changes/1306257/?format=api"
        }
    ]
}