Translation components API.

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

GET /api/components/anonymous/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/anonymous/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-07-25T03:59:22.983400Z",
            "action": 47,
            "target": "",
            "old": "",
            "details": {
                "alert": "BrokenProjectURL"
            },
            "id": 470694,
            "action_name": "Alert triggered",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/470694/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/anonymous/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-06-17T03:59:31.541586Z",
            "action": 47,
            "target": "",
            "old": "",
            "details": {
                "alert": "BrokenProjectURL"
            },
            "id": 464006,
            "action_name": "Alert triggered",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/464006/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/anonymous/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:37:59.816896Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 221340,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/221340/?format=api"
        }
    ]
}