Translation components API.

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

GET /api/components/jellycon/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": null,
            "component": "https://translate.jellyfin.org/api/components/jellycon/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-08-17T13:11:53.612941-04:00",
            "action": 47,
            "target": "",
            "id": 435523,
            "action_name": "Alert triggered",
            "url": "https://translate.jellyfin.org/api/changes/435523/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.jellyfin.org/api/components/jellycon/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-07-16T23:42:32.877095-04:00",
            "action": 47,
            "target": "",
            "id": 237952,
            "action_name": "Alert triggered",
            "url": "https://translate.jellyfin.org/api/changes/237952/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.jellyfin.org/api/components/jellycon/glossary/?format=api",
            "translation": null,
            "user": "https://translate.jellyfin.org/api/users/mcarlton00/?format=api",
            "author": null,
            "timestamp": "2021-07-10T01:31:42.905743-04:00",
            "action": 55,
            "target": "GPL-2.0-only",
            "id": 232803,
            "action_name": "License changed",
            "url": "https://translate.jellyfin.org/api/changes/232803/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.jellyfin.org/api/components/jellycon/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-07-10T00:58:37.397865-04:00",
            "action": 47,
            "target": "",
            "id": 232752,
            "action_name": "Alert triggered",
            "url": "https://translate.jellyfin.org/api/changes/232752/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.jellyfin.org/api/components/jellycon/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-07-10T00:58:37.300076-04:00",
            "action": 21,
            "target": "",
            "id": 232751,
            "action_name": "Repository rebased",
            "url": "https://translate.jellyfin.org/api/changes/232751/?format=api"
        }
    ]
}