Changes API

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

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

{
    "count": 733442,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/changes/?format=api&page=36672",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/SelfService/default/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-04-30T09:40:19",
            "action": 24,
            "target": "",
            "id": 1350450,
            "action_name": "Parse error",
            "url": "http://weblate.ucs.ru/api/changes/1350450/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/SelfService/default/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-04-30T10:36:42",
            "action": 24,
            "target": "",
            "id": 1350451,
            "action_name": "Parse error",
            "url": "http://weblate.ucs.ru/api/changes/1350451/?format=api"
        }
    ]
}