Translation components API.

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

GET /api/translations/yunohost-apps-test/pufferpanel/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/pufferpanel/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/pufferpanel/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:48.571179Z",
            "action": 0,
            "target": "",
            "id": 205103,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/205103/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/133656/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/pufferpanel/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/pufferpanel/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:48.571141Z",
            "action": 71,
            "target": "PufferPanel is a web-based Game Server Management System created by players for players. PufferPanel allows you to run multiple different game servers all from one central location, and give other users their own servers, or access to your own servers.",
            "id": 205102,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/205102/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/133655/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/pufferpanel/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/pufferpanel/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:48.571072Z",
            "action": 71,
            "target": "Game server files are stored in `__DATA_DIR__`",
            "id": 205101,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/205101/?format=api"
        }
    ]
}