Translation components API.

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

GET /api/components/dsa5-drag-ruler/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/dsa5-drag-ruler/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-06-17T04:02:37.303052Z",
            "action": 47,
            "target": "",
            "old": "",
            "details": {
                "alert": "BrokenProjectURL"
            },
            "id": 464013,
            "action_name": "Alert triggered",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/464013/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/dsa5-drag-ruler/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dsa5-drag-ruler/glossary/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-25T08:16:56.915268Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "en.tbx"
            },
            "id": 130743,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130743/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/dsa5-drag-ruler/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-11-25T08:16:56.601743Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 130742,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130742/?format=api"
        }
    ]
}