Translation components API.

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

GET /api/translations/switchboard/switchboard-plug-bluetooth/sr/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://l10n.elementary.io/api/translations/switchboard/switchboard-plug-bluetooth/sr/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/switchboard/switchboard-plug-bluetooth/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/switchboard-plug-bluetooth/sr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-27T15:45:43.811739Z",
            "action": 0,
            "target": "",
            "id": 208134,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/208134/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/switchboard/switchboard-plug-bluetooth/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/switchboard-plug-bluetooth/sr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-24T02:14:17.574222Z",
            "action": 0,
            "target": "",
            "id": 201077,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/201077/?format=api"
        }
    ]
}