Translation components API.

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

GET /api/components/yast-samba-provision/glossary/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-samba-provision/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-11-06T16:49:26.877866Z",
            "action": 47,
            "target": "",
            "id": 2792192,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/2792192/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-samba-provision/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-12-02T16:59:16.863038Z",
            "action": 47,
            "target": "",
            "id": 2941214,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/2941214/?format=api"
        }
    ]
}