Translation components API.

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

GET /api/components/doc-sle-translations/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/12729008/?format=api",
            "component": "https://l10n.opensuse.org/api/components/doc-sle-translations/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/glossary/cs/?format=api",
            "user": "https://l10n.opensuse.org/api/users/aleskastner/?format=api",
            "author": null,
            "timestamp": "2020-08-24T12:01:38.301310Z",
            "action": 5,
            "target": "snímek",
            "id": 1498514,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/1498514/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/doc-sle-translations/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-04-21T03:56:52.492881Z",
            "action": 47,
            "target": "",
            "id": 1787391,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/1787391/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/doc-sle-translations/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-10-19T17:25:20.323934Z",
            "action": 47,
            "target": "",
            "id": 2787130,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/2787130/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/doc-sle-translations/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-11-06T03:58:14.518759Z",
            "action": 47,
            "target": "",
            "id": 2791281,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/2791281/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/doc-sle-translations/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-12-03T03:33:32.865736Z",
            "action": 47,
            "target": "",
            "id": 2941784,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/2941784/?format=api"
        }
    ]
}