Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.xwiki.org/api/units/507816/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-commons/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-commons/glossary/no/?format=api",
            "user": "https://l10n.xwiki.org/api/users/jasa/?format=api",
            "author": null,
            "timestamp": "2019-01-27T20:08:37.759941Z",
            "action": 5,
            "target": "utvidelse",
            "id": 75396,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/75396/?format=api"
        }
    ]
}