Changes API.

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

GET /api/changes/509119/?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/damage-log/main/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2025-08-23T04:57:57.085937Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "e919e86de531bcc42eeb5151f07cdab996604fac",
        "previous_head": "10ec1835cd73700e7a2696b2780824c362892230"
    },
    "id": 509119,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/509119/?format=api"
}