Translation components API.

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

GET /api/components/yast-rpm-groups/glossary/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-rpm-groups/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-04-21T03:57:49.667818Z",
            "action": 47,
            "target": "",
            "id": 1788022,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/1788022/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-rpm-groups/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-12-16T17:16:50.097179Z",
            "action": 47,
            "target": "",
            "id": 1938266,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/1938266/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-rpm-groups/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-11-06T06:02:45.545158Z",
            "action": 47,
            "target": "",
            "id": 2791858,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/2791858/?format=api"
        }
    ]
}