Translation components API.

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

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

{
    "count": 173782,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/storehouse5/sh/changes/?format=api&page=8689",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh/hu/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-04-29T11:40:03",
            "action": 17,
            "target": "",
            "id": 1240799,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1240799/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-04-29T11:40:07",
            "action": 18,
            "target": "",
            "id": 1240800,
            "action_name": "Pushed changes",
            "url": "http://weblate.ucs.ru/api/changes/1240800/?format=api"
        }
    ]
}