Changes API.

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

GET /api/changes/509256/?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/od6s/main/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2025-08-27T04:11:42.591753Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "6240b1b572dc7b5b176924b19bb7a8bdbb69e1dd",
        "previous_head": "593be753a376020332854fd97b51b39c06eb13ad"
    },
    "id": 509256,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/509256/?format=api"
}