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=3480
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 69581,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/projects/rk_office/changes/?format=api&page=3479",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_office/elk/?format=api",
            "translation": null,
            "dictionary": null,
            "user": 191,
            "author": null,
            "timestamp": "2026-04-10T07:16:26",
            "action": 21,
            "target": "",
            "id": 1349433,
            "action_name": "Rebased repository",
            "url": "http://weblate.ucs.ru/api/changes/1349433/?format=api"
        }
    ]
}