Changes API.

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

GET /api/changes/515151/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": null,
    "component": "https://weblate.foundryvtt-hub.com/api/components/the-forge/common/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2026-04-02T21:50:56.998885Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "d47c208c47fabb49de0e3b3ec75a81c3d33645a9",
        "previous_head": "5cbf5179b4c3bac2f7b9bbe079f9487d7dd3e7ca"
    },
    "id": 515151,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/515151/?format=api"
}