Translation components API.

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

GET /api/components/stream-view/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/stream-view/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-06-14T04:00:24.890186Z",
            "action": 47,
            "target": "",
            "old": "",
            "details": {
                "alert": "BrokenProjectURL"
            },
            "id": 463643,
            "action_name": "Alert triggered",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/463643/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/stream-view/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/stream-view/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-21T10:11:10.680419Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "pl.tbx"
            },
            "id": 329460,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/329460/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/stream-view/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/stream-view/glossary/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-28T23:49:01.959338Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "es.tbx"
            },
            "id": 313191,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/313191/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/stream-view/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-10-07T13:59:46.062126Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 69302,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/69302/?format=api"
        }
    ]
}