Translation components API.

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

GET /api/translations/yast-control-center/master/km/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/km/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-14T02:32:20.815809Z",
            "action": 0,
            "target": "",
            "id": 1882929,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1882929/?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/km/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-23T02:34:10.757269Z",
            "action": 0,
            "target": "",
            "id": 1869888,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1869888/?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/km/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-15T15:04:57Z",
            "action": 0,
            "target": "",
            "id": 95476,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/95476/?format=api"
        }
    ]
}