Translation components API.

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

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

{
    "count": 641,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/rk_office/webman_reports/changes/?format=api&page=32",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_office/webman_reports/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_office/webman_reports/lt/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-01-02T10:45:35",
            "action": 17,
            "target": "",
            "id": 1217087,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1217087/?format=api"
        }
    ]
}