Translation components API.

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

GET /api/translations/yunohost/ssowat/ckb/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/ssowat/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/ssowat/ckb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-27T17:28:57.363279Z",
            "action": 0,
            "target": "",
            "id": 119048,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/119048/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/ssowat/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/ssowat/ckb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-30T14:14:40.800082Z",
            "action": 0,
            "target": "",
            "id": 36495,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/36495/?format=api"
        }
    ]
}