Translation components API.

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

GET /api/translations/yunohost-apps-test/299ko/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/299ko/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/299ko/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:16.985524Z",
            "action": 0,
            "target": "",
            "id": 203858,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/203858/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/132771/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/299ko/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/299ko/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:16.985438Z",
            "action": 71,
            "target": "299Ko is a lightweight and fast French CMS (Content Management System). Inspired by the CMS 99ko, it retains a philosophy focused on simplicity and ease of use. This free software allows anyone to create their own website, blog, image gallery, and much more, without requiring programming knowledge.",
            "id": 203857,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/203857/?format=api"
        }
    ]
}