Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/redirect/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/redirect/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:40:08.069779Z",
            "action": 0,
            "target": "",
            "id": 206040,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/206040/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/134477/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/redirect/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/redirect/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:40:08.069701Z",
            "action": 71,
            "target": "There two typical use cases are covered: - **basic, explicit redirection** : this is a \"virtual\" app tile that just redirects to another url or external website using HTTP code 302 - **reverse-proxy** : create an app tile to expose an app listening on a specific port, typically something that you manually installed (with or without Docker) locally or on another machine.",
            "id": 206039,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/206039/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/134476/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/redirect/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/redirect/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:40:08.069656Z",
            "action": 71,
            "target": "This application allows to integrate a custom tile in YunoHost's user portal.",
            "id": 206038,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/206038/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/134474/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/redirect/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/redirect/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:40:08.069581Z",
            "action": 71,
            "target": "The nginx configuration can be further tweaked in `/etc/nginx/conf.d/__DOMAIN__.d/__APP__.conf`",
            "id": 206037,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/206037/?format=api"
        }
    ]
}