Changes API.

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

GET /api/changes/512553/?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/about-face/main/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2025-11-27T06:03:06.445796Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "93e779786acdf182dc21b60bc6f6de68b27b51d5",
        "previous_head": "a6bde9a19737d10fe0c71e56f02d4da0616f528e"
    },
    "id": 512553,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/512553/?format=api"
}