Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/12730445/",
            "component": "https://l10n.opensuse.org/api/components/libgettextdemo/glossary/",
            "translation": "https://l10n.opensuse.org/api/translations/libgettextdemo/glossary/cs/",
            "user": "https://l10n.opensuse.org/api/users/StanislavBrabec/",
            "author": null,
            "timestamp": "2019-11-21T16:28:32.619848Z",
            "action": 5,
            "target": "test",
            "id": 1301941,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/1301941/"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libgettextdemo/glossary/",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-04-21T03:57:10.290046Z",
            "action": 47,
            "target": "",
            "id": 1787610,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/1787610/"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libgettextdemo/glossary/",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-07-29T17:12:36.548206Z",
            "action": 47,
            "target": "",
            "id": 1872370,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/1872370/"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libgettextdemo/glossary/",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-10-15T17:13:44.770652Z",
            "action": 47,
            "target": "",
            "id": 1899634,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/1899634/"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libgettextdemo/glossary/",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-11-04T17:13:42.518720Z",
            "action": 47,
            "target": "",
            "id": 1904716,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/1904716/"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libgettextdemo/glossary/",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-11-15T17:16:04.075558Z",
            "action": 47,
            "target": "",
            "id": 1909541,
            "action_name": "New alert",
            "url": "https://l10n.opensuse.org/api/changes/1909541/"
        }
    ]
}