Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.xwiki.org/api/units/541187/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-26T16:56:31.523032Z",
            "action": 31,
            "target": "",
            "id": 303626,
            "action_name": "String added",
            "url": "https://l10n.xwiki.org/api/changes/303626/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/540281/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-26T10:39:18.579719Z",
            "action": 31,
            "target": "",
            "id": 301915,
            "action_name": "String added",
            "url": "https://l10n.xwiki.org/api/changes/301915/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/521839/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-26T19:43:49.931778Z",
            "action": 31,
            "target": "",
            "id": 288352,
            "action_name": "String added",
            "url": "https://l10n.xwiki.org/api/changes/288352/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-22T13:06:24.092787Z",
            "action": 0,
            "target": "",
            "id": 288127,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/288127/?format=api"
        }
    ]
}