Changes API.

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

GET /api/changes/510270/?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/healthEstimate/main/?format=api",
    "translation": null,
    "user": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
    "author": null,
    "timestamp": "2025-10-23T22:13:44.576175Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "8a9ceeb58af85bc6cea4be5a5b80435b8a088751",
        "previous_head": "b94c67a297b4e5ab543e2e0e0b3a6cd7b7e70f1b"
    },
    "id": 510270,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/510270/?format=api"
}