Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/storage-isolation/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-04-01T15:26:20.321750Z",
            "action": 47,
            "target": "",
            "id": 9341,
            "action_name": "New alert",
            "url": "https://weblate.rikka.app/api/changes/9341/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/storage-isolation/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-09-26T17:27:11.738872Z",
            "action": 47,
            "target": "",
            "id": 11448,
            "action_name": "New alert",
            "url": "https://weblate.rikka.app/api/changes/11448/?format=api"
        }
    ]
}