Translation components API.

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

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

{
    "count": 204,
    "next": null,
    "previous": "https://translate.yunohost.org/api/translations/yunohost/landingpage/id/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://translate.yunohost.org/api/units/122440/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/landingpage/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/landingpage/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-10-31T21:48:07.850820Z",
            "action": 71,
            "target": "",
            "id": 184614,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/184614/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/122439/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/landingpage/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/landingpage/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-10-31T21:48:07.850683Z",
            "action": 71,
            "target": "",
            "id": 184613,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/184613/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/landingpage/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/landingpage/id/?format=api",
            "user": "https://translate.yunohost.org/api/users/yunohost/?format=api",
            "author": "https://translate.yunohost.org/api/users/yunohost/?format=api",
            "timestamp": "2024-10-31T21:48:02.283937Z",
            "action": 48,
            "target": "",
            "id": 183816,
            "action_name": "Language added",
            "url": "https://translate.yunohost.org/api/changes/183816/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/landingpage/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/landingpage/id/?format=api",
            "user": "https://translate.yunohost.org/api/users/yunohost/?format=api",
            "author": null,
            "timestamp": "2024-10-31T21:48:02.280412Z",
            "action": 17,
            "target": "",
            "id": 183815,
            "action_name": "Changes committed",
            "url": "https://translate.yunohost.org/api/changes/183815/?format=api"
        }
    ]
}