Translation components API.

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

GET /api/translations/yunohost/glossary/pt_BR/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/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-09-05T19:01:44.390021Z",
            "action": 17,
            "target": "",
            "id": 162982,
            "action_name": "Changes committed",
            "url": "https://translate.yunohost.org/api/changes/162982/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/103813/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/glossary/pt_BR/?format=api",
            "user": "https://translate.yunohost.org/api/users/M3R14M/?format=api",
            "author": "https://translate.yunohost.org/api/users/M3R14M/?format=api",
            "timestamp": "2024-09-05T18:55:43.153106Z",
            "action": 31,
            "target": "",
            "id": 162933,
            "action_name": "String added",
            "url": "https://translate.yunohost.org/api/changes/162933/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-06T22:30:12.864528Z",
            "action": 0,
            "target": "",
            "id": 83370,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/83370/?format=api"
        }
    ]
}