Translation components API.

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

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

{
    "count": 2582,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/storehouse5/domm/changes/?format=api&page=129",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/domm/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-06-30T13:53:45",
            "action": 20,
            "target": "",
            "id": 1304185,
            "action_name": "Merged repository",
            "url": "http://weblate.ucs.ru/api/changes/1304185/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/domm/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-07-03T08:54:56",
            "action": 20,
            "target": "",
            "id": 1304957,
            "action_name": "Merged repository",
            "url": "http://weblate.ucs.ru/api/changes/1304957/?format=api"
        }
    ]
}