Translation components API.

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

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

{
    "count": 23,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/scout/scout-master/el/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/scout/scout-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/scout/scout-master/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-11-09T20:01:41Z",
            "action": 17,
            "target": "",
            "id": 400658,
            "action_name": "Committed changes",
            "url": "https://l10n.opensuse.org/api/changes/400658/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/scout/scout-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/scout/scout-master/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-10-02T15:09:06.438190Z",
            "action": 0,
            "target": "",
            "id": 1148585,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1148585/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/scout/scout-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/scout/scout-master/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-10-08T09:01:17.894682Z",
            "action": 0,
            "target": "",
            "id": 1152888,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1152888/?format=api"
        }
    ]
}