Translation components API.

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

GET /api/translations/yast-control-center/master/lo/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-control-center/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-control-center/master/lo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-14T02:32:21.502466Z",
            "action": 0,
            "target": "",
            "id": 1882933,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1882933/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-control-center/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-control-center/master/lo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-23T02:34:11.557665Z",
            "action": 0,
            "target": "",
            "id": 1869892,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1869892/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-control-center/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-control-center/master/lo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-15T15:04:59Z",
            "action": 0,
            "target": "",
            "id": 95484,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/95484/?format=api"
        }
    ]
}