Translation components API.

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

GET /api/components/export-journal-html/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/export-journal-html/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:08:08.603312Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 220826,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/220826/?format=api"
        }
    ]
}