Translation components API.

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

GET /api/translations/xwiki-contrib/glossary/ro/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/541188/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-26T16:56:31.523059Z",
            "action": 31,
            "target": "",
            "id": 303627,
            "action_name": "String added",
            "url": "https://l10n.xwiki.org/api/changes/303627/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/540282/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-26T10:39:18.579747Z",
            "action": 31,
            "target": "",
            "id": 301916,
            "action_name": "String added",
            "url": "https://l10n.xwiki.org/api/changes/301916/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/521859/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-26T19:43:50.118880Z",
            "action": 31,
            "target": "",
            "id": 288372,
            "action_name": "String added",
            "url": "https://l10n.xwiki.org/api/changes/288372/?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/ro/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-22T13:06:34.682014Z",
            "action": 0,
            "target": "",
            "id": 288147,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/288147/?format=api"
        }
    ]
}