Changes API.

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

GET /api/changes/509099/?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-17T18:17:09.049889Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "593be753a376020332854fd97b51b39c06eb13ad",
        "previous_head": "1e17f89c6b6d9664a4245941a03b47b67fe8f53c"
    },
    "id": 509099,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/509099/?format=api"
}