Changes API

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

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

{
    "count": 664401,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/changes/?format=api&page=33220",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/SelfService/default/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-06-18T10:00:47",
            "action": 24,
            "target": "",
            "id": 1354376,
            "action_name": "Parse error",
            "url": "http://weblate.ucs.ru/api/changes/1354376/?format=api"
        }
    ]
}