Translation components API.

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

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

{
    "count": 5002,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/rk_office/webman/changes/?format=api&page=250",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_office/webman/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_office/webman/hu/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-04-25T14:52:30",
            "action": 17,
            "target": "",
            "id": 1240553,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1240553/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_office/webman/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-04-25T14:52:33",
            "action": 18,
            "target": "",
            "id": 1240554,
            "action_name": "Pushed changes",
            "url": "http://weblate.ucs.ru/api/changes/1240554/?format=api"
        }
    ]
}