Translation components API.

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

GET /api/translations/yunohost-apps-test/hotspot/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/hotspot/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/hotspot/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:38:53.676487Z",
            "action": 0,
            "target": "",
            "id": 202890,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/202890/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/132051/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/hotspot/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/hotspot/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:38:53.676447Z",
            "action": 71,
            "target": "Combine with the [VPN Client app](https://github.com/labriqueinternet/vpnclient_ynh) to obtain a VPN-protected WiFi",
            "id": 202889,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/202889/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/132049/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/hotspot/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/hotspot/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:38:53.676379Z",
            "action": 71,
            "target": "Broadcast a Wi-Fi access point from your self-hosted server",
            "id": 202888,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/202888/?format=api"
        }
    ]
}