Translation components API.

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

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

{
    "count": 301,
    "next": null,
    "previous": "https://l10n.xwiki.org/api/components/xwiki-platform/invitation-translations/changes/?format=api&page=6",
    "results": [
        {
            "unit": "https://l10n.xwiki.org/api/units/132526/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-platform/invitation-translations/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/invitation-translations/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-05-01T21:59:47.888000Z",
            "action": 13,
            "target": "",
            "id": 6724,
            "action_name": "Source string added",
            "url": "https://l10n.xwiki.org/api/changes/6724/?format=api"
        }
    ]
}