Translation components API.

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

GET /api/components/plugins/usage-statistics-plugin/changes/?format=api&page=53
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2602,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/components/plugins/usage-statistics-plugin/changes/?format=api&page=52",
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/usage-statistics-plugin/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2025-11-16T03:55:07.887097Z",
            "action": 47,
            "target": "",
            "id": 1085625,
            "action_name": "New alert",
            "url": "http://translate.pkp.sfu.ca/api/changes/1085625/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/usage-statistics-plugin/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2026-06-11T03:55:18.652878Z",
            "action": 47,
            "target": "",
            "id": 1123222,
            "action_name": "New alert",
            "url": "http://translate.pkp.sfu.ca/api/changes/1123222/?format=api"
        }
    ]
}