Translation components API.

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

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

{
    "count": 302,
    "next": null,
    "previous": "https://l10n.elementary.io/api/translations/website/index/es/changes/?format=api&page=6",
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/1241059/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/index/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/index/es/?format=api",
            "user": null,
            "author": "https://l10n.elementary.io/api/users/anonymous/?format=api",
            "timestamp": "2018-07-08T17:29:16.933055Z",
            "action": 4,
            "target": "Correo",
            "id": 215661,
            "action_name": "Suggestion added",
            "url": "https://l10n.elementary.io/api/changes/215661/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/index/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/index/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:05:40.290721Z",
            "action": 0,
            "target": "",
            "id": 187403,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/187403/?format=api"
        }
    ]
}