Translation components API.

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

GET /api/components/yast-hanafirewall/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-hanafirewall/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-11-06T09:21:33.015678Z",
            "action": 47,
            "target": "",
            "id": 2791959,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/2791959/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-hanafirewall/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-12-02T09:29:16.028329Z",
            "action": 47,
            "target": "",
            "id": 2940954,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/2940954/?format=api"
        }
    ]
}