Translation components API.

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

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

{
    "count": 651,
    "next": null,
    "previous": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/en/changes/?format=api&page=13",
    "results": [
        {
            "unit": "https://l10n.xwiki.org/api/units/521829/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/en/?format=api",
            "user": "https://l10n.xwiki.org/api/users/xrichard/?format=api",
            "author": "https://l10n.xwiki.org/api/users/xrichard/?format=api",
            "timestamp": "2021-08-26T19:43:49.642603Z",
            "action": 31,
            "target": "review",
            "id": 288345,
            "action_name": "String added",
            "url": "https://l10n.xwiki.org/api/changes/288345/?format=api"
        }
    ]
}