Translation components API.

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

GET /api/translations/xwiki-contrib/glossary/pt/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/541186/?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/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-26T16:56:31.523004Z",
            "action": 31,
            "target": "",
            "id": 303625,
            "action_name": "String added",
            "url": "https://l10n.xwiki.org/api/changes/303625/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/540280/?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/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-26T10:39:18.579688Z",
            "action": 31,
            "target": "",
            "id": 301914,
            "action_name": "String added",
            "url": "https://l10n.xwiki.org/api/changes/301914/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/521848/?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/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-26T19:43:50.010067Z",
            "action": 31,
            "target": "",
            "id": 288361,
            "action_name": "String added",
            "url": "https://l10n.xwiki.org/api/changes/288361/?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/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-22T13:06:29.439556Z",
            "action": 0,
            "target": "",
            "id": 288136,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/288136/?format=api"
        }
    ]
}