Translation components API.

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

GET /api/components/environment-interaction-multisystem/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/environment-interaction-multisystem/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2025-03-24T17:36:43.035433Z",
            "action": 47,
            "target": "",
            "old": "",
            "details": {
                "alert": "BrokenProjectURL"
            },
            "id": 495144,
            "action_name": "Alert triggered",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/495144/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/environment-interaction-multisystem/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2025-02-21T17:36:42.571334Z",
            "action": 47,
            "target": "",
            "old": "",
            "details": {
                "alert": "BrokenProjectURL"
            },
            "id": 494239,
            "action_name": "Alert triggered",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/494239/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/environment-interaction-multisystem/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T09:37:51.404544Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 74270,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/74270/?format=api"
        }
    ]
}