Translation components API.

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

GET /api/translations/yunohost-apps/glossary/fr/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/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-24T06:43:37.419549Z",
            "action": 0,
            "target": "",
            "id": 144460,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/144460/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-24T06:43:37.410124Z",
            "action": 0,
            "target": "",
            "id": 144459,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/144459/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps/glossary/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-24T06:43:37.356430Z",
            "action": 17,
            "target": "",
            "id": 144458,
            "action_name": "Changes committed",
            "url": "https://translate.yunohost.org/api/changes/144458/?format=api"
        }
    ]
}