Translation components API.

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

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

{
    "count": 1262,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/SelfService/default/changes/?format=api&page=63",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/SelfService/default/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-12-15T15:18:38",
            "action": 24,
            "target": "",
            "id": 1331313,
            "action_name": "Parse error",
            "url": "http://weblate.ucs.ru/api/changes/1331313/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/SelfService/default/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-12-15T15:18:46",
            "action": 24,
            "target": "",
            "id": 1331314,
            "action_name": "Parse error",
            "url": "http://weblate.ucs.ru/api/changes/1331314/?format=api"
        }
    ]
}