Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/immersive-render/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-10-07T13:39:50.241187Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 65348,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/65348/?format=api"
        }
    ]
}