Translation components API.

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

GET /api/translations/yunohost-apps-test/incus/en/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-apps-test/incus/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/incus/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:38:57.402688Z",
            "action": 0,
            "target": "",
            "id": 203029,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/203029/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/132151/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/incus/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/incus/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:38:57.402620Z",
            "action": 71,
            "target": "Incus, a owerful system container and virtual machine manager. It is a communautary fork of LXD.",
            "id": 203028,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/203028/?format=api"
        }
    ]
}