Translation components API.

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

GET /api/components/vueport/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/vueport/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-12-17T04:05:50.644914Z",
            "action": 47,
            "target": "",
            "old": "",
            "details": {
                "alert": "BrokenProjectURL"
            },
            "id": 410149,
            "action_name": "Alert triggered",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/410149/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/vueport/glossary/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-03T16:59:47.572735Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fi.tbx"
            },
            "id": 11474,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/11474/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/vueport/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-28T22:37:59.392744Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fr.tbx"
            },
            "id": 3016,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3016/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/vueport/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-08-28T22:28:29.275387Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 3009,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3009/?format=api"
        }
    ]
}