Translation projects API.

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

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

{
    "count": 182,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/projects/centralization/changes/?format=api&page=9",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/centralization/common/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-08-08T06:36:02",
            "action": 23,
            "target": "Cannot rebase: You have unstaged changes.\nPlease commit or stash them. (1)",
            "id": 1310112,
            "action_name": "Failed rebase on repository",
            "url": "http://weblate.ucs.ru/api/changes/1310112/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/centralization/common/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-08-08T06:48:29",
            "action": 23,
            "target": "Cannot rebase: You have unstaged changes.\nPlease commit or stash them. (1)",
            "id": 1310113,
            "action_name": "Failed rebase on repository",
            "url": "http://weblate.ucs.ru/api/changes/1310113/?format=api"
        }
    ]
}