Translation components API.

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

GET /api/translations/yast-control-center/master/bg/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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-14T02:32:14.638585Z",
            "action": 0,
            "target": "",
            "id": 1882900,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1882900/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-23T02:34:05.764333Z",
            "action": 0,
            "target": "",
            "id": 1869859,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1869859/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-15T15:04:38Z",
            "action": 0,
            "target": "",
            "id": 95418,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/95418/?format=api"
        }
    ]
}