Translation components API.

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

GET /api/translations/hide-gm-rolls/glossary/de/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.foundryvtt-hub.com/api/components/hide-gm-rolls/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/hide-gm-rolls/glossary/de/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/sPOiDar/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/sPOiDar/?format=api",
            "timestamp": "2022-10-09T21:39:39.526364Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "de.tbx"
            },
            "id": 73238,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/73238/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/hide-gm-rolls/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/hide-gm-rolls/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-07T13:58:27.244943Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "de.tbx"
            },
            "id": 69189,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/69189/?format=api"
        }
    ]
}