Translation components API.

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

GET /api/translations/xwiki-contrib/glossary/lv/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/541182/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/lv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-26T16:56:31.522885Z",
            "action": 31,
            "target": "",
            "id": 303621,
            "action_name": "String added",
            "url": "https://l10n.xwiki.org/api/changes/303621/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/540276/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/lv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-26T10:39:18.579573Z",
            "action": 31,
            "target": "",
            "id": 301910,
            "action_name": "String added",
            "url": "https://l10n.xwiki.org/api/changes/301910/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/521833/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/lv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-26T19:43:49.868210Z",
            "action": 31,
            "target": "",
            "id": 288347,
            "action_name": "String added",
            "url": "https://l10n.xwiki.org/api/changes/288347/?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/lv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-22T13:06:23.029362Z",
            "action": 0,
            "target": "",
            "id": 288124,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/288124/?format=api"
        }
    ]
}