Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2025-02-19T23:36:41.616055Z",
            "action": 47,
            "target": "",
            "old": "",
            "details": {
                "alert": "BrokenProjectURL"
            },
            "id": 494186,
            "action_name": "Alert triggered",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/494186/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-08T15:26:23.392472Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fr.tbx"
            },
            "id": 72716,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/72716/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T08:57:25.070194Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 35868,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/35868/?format=api"
        }
    ]
}