Changes API

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

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

{
    "count": 733422,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/changes/?format=api&page=36671",
    "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-21T14:27:13",
            "action": 21,
            "target": "",
            "id": 1350107,
            "action_name": "Rebased repository",
            "url": "http://weblate.ucs.ru/api/changes/1350107/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_office/elk/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-04-22T08:52:04",
            "action": 21,
            "target": "",
            "id": 1350155,
            "action_name": "Rebased repository",
            "url": "http://weblate.ucs.ru/api/changes/1350155/?format=api"
        }
    ]
}