Translation components API.

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

GET /api/translations/hey-wait/glossary/pt_BR/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/hey-wait/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-24T11:34:15.577218Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "pt_BR.tbx"
            },
            "id": 331219,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/331219/?format=api"
        }
    ]
}