Translation components API.

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

GET /api/components/xwiki-platform/xwiki-xwikisyntaxparagraphs/changes/?format=api&page=6
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 251,
    "next": null,
    "previous": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxparagraphs/changes/?format=api&page=5",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-xwikisyntaxparagraphs/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxparagraphs/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-24T11:27:45.385675Z",
            "action": 0,
            "target": "",
            "id": 153769,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/153769/?format=api"
        }
    ]
}