Translation components API.

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

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

{
    "count": 82,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/components/yast-snapper/glossary/changes/?format=api&page=4",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-snapper/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-11-06T02:52:42.199667Z",
            "action": 47,
            "target": "",
            "id": 2791169,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/2791169/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-snapper/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-12-02T02:38:34.496065Z",
            "action": 47,
            "target": "",
            "id": 2940446,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/2940446/?format=api"
        }
    ]
}