Translation components API.

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

GET /api/translations/yunohost-apps-test/custom_backup/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/custom_backup/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/custom_backup/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:02.938952Z",
            "action": 0,
            "target": "",
            "id": 203265,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/203265/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/132325/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/custom_backup/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/custom_backup/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:02.938876Z",
            "action": 71,
            "target": "This app allow to add some extra paths to backup/restore by yunohost in case you made some manually change that are not made on files already managed by YunoHost.",
            "id": 203264,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/203264/?format=api"
        }
    ]
}