Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/12744804/?format=api",
            "component": "https://l10n.opensuse.org/api/components/searchpage/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/searchpage/glossary/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "author": null,
            "timestamp": "2016-11-18T11:55:34Z",
            "action": 5,
            "target": "una tecnologia",
            "id": 406172,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/406172/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-04-21T03:57:20.681244Z",
            "action": 47,
            "target": "",
            "id": 1787693,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/1787693/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-09-21T17:13:46.623044Z",
            "action": 47,
            "target": "",
            "id": 1887903,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/1887903/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-11-06T17:15:39.735308Z",
            "action": 47,
            "target": "",
            "id": 2792205,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/2792205/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/searchpage/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-12-02T17:21:07.584374Z",
            "action": 47,
            "target": "",
            "id": 2941224,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/2941224/?format=api"
        }
    ]
}