Translation components API.

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

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

{
    "count": 101,
    "next": null,
    "previous": "https://l10n.xwiki.org/api/translations/xwiki-contrib/meetings-application/ru/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.xwiki.org/api/components/xwiki-contrib/meetings-application/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/meetings-application/ru/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Den/?format=api",
            "author": "https://l10n.xwiki.org/api/users/Den/?format=api",
            "timestamp": "2019-02-18T10:49:07.637461Z",
            "action": 0,
            "target": "",
            "id": 80925,
            "action_name": "Resource updated",
            "url": "https://l10n.xwiki.org/api/changes/80925/?format=api"
        }
    ]
}