Changes API.

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

GET /api/changes/508969/?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/stairways/main/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2025-08-12T21:45:21.959387Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "a3508f16ffd2127f8eb82441870039bc21bc43dd",
        "previous_head": "97d8cb9443d7006ba84e6a37d8628a1526709dc1"
    },
    "id": 508969,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/508969/?format=api"
}