Translation components API.

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

GET /api/translations/yast-control-center/master/be/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/be/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-14T02:32:14.318782Z",
            "action": 0,
            "target": "",
            "id": 1882899,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1882899/?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/be/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-23T02:34:05.601830Z",
            "action": 0,
            "target": "",
            "id": 1869858,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1869858/?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/be/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-15T15:04:37Z",
            "action": 0,
            "target": "",
            "id": 95416,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/95416/?format=api"
        }
    ]
}