Translation components API.

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

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

{
    "count": 10502,
    "next": null,
    "previous": "https://translate.yunohost.org/api/components/yunohost/landingpage/changes/?format=api&page=210",
    "results": [
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/landingpage/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-31T21:39:02.973241Z",
            "action": 21,
            "target": "",
            "id": 183588,
            "action_name": "Repository rebased",
            "url": "https://translate.yunohost.org/api/changes/183588/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/landingpage/?format=api",
            "translation": null,
            "user": "https://translate.yunohost.org/api/users/yunohost/?format=api",
            "author": "https://translate.yunohost.org/api/users/yunohost/?format=api",
            "timestamp": "2024-10-31T21:39:01.496270Z",
            "action": 51,
            "target": "",
            "id": 183587,
            "action_name": "Component created",
            "url": "https://translate.yunohost.org/api/changes/183587/?format=api"
        }
    ]
}