Translation components API.

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

GET /api/translations/xwiki-commons/glossary/zh/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-commons/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-commons/glossary/zh/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-30T18:38:31.410785Z",
            "action": 0,
            "target": "",
            "id": 419164,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/419164/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-commons/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-commons/glossary/zh/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-30T18:38:30.727614Z",
            "action": 17,
            "target": "",
            "id": 419149,
            "action_name": "Changes committed",
            "url": "https://l10n.xwiki.org/api/changes/419149/?format=api"
        }
    ]
}