Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/ztncui/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/ztncui/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:25.060033Z",
            "action": 0,
            "target": "",
            "id": 210788,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/210788/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138570/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/ztncui/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/ztncui/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:25.059994Z",
            "action": 71,
            "target": "ztncui is a web user interface for a standalone ZeroTier network controller.  It allows you to take control of your own ZeroTier network without relying on the publisher's cloud-based controller.",
            "id": 210787,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210787/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138568/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/ztncui/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/ztncui/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:25.059915Z",
            "action": 71,
            "target": "Multiple users can use the app, you have to add them manually in `/opt/key-networks/ztncui/src/etc/passwd`, see ztncui's documentation.",
            "id": 210786,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/210786/?format=api"
        }
    ]
}