Translation components API.

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

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

{
    "count": 22,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-wol/master/it/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-wol/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-wol/master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-19T02:08:34.143419Z",
            "action": 0,
            "target": "",
            "id": 1966296,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1966296/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-wol/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-wol/master/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-19T03:04:21.179279Z",
            "action": 0,
            "target": "",
            "id": 1971536,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1971536/?format=api"
        }
    ]
}