Translation components API.

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

GET /api/translations/website/privacy/nn/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://l10n.elementary.io/api/translations/website/privacy/nn/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/privacy/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/privacy/nn/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-01-22T21:26:38.264503Z",
            "action": 0,
            "target": "",
            "id": 320343,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/320343/?format=api"
        }
    ]
}