Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/rollgroups/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-06-08T03:57:26.214193Z",
            "action": 47,
            "target": "",
            "old": "",
            "details": {
                "alert": "BrokenProjectURL"
            },
            "id": 462914,
            "action_name": "Alert triggered",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/462914/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/rollgroups/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-05-27T03:57:38.309709Z",
            "action": 47,
            "target": "",
            "old": "",
            "details": {
                "alert": "BrokenProjectURL"
            },
            "id": 461976,
            "action_name": "Alert triggered",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/461976/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/rollgroups/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/rollgroups/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-09T19:20:32.947606Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "de.tbx"
            },
            "id": 167120,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/167120/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/rollgroups/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-12-09T19:20:32.720175Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 167119,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/167119/?format=api"
        }
    ]
}