Changes API.

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

GET /api/changes/504900/?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": null,
    "author": null,
    "timestamp": "2025-06-29T22:36:42.946560Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "0aadbaa214a4e13721e274eb110cafb58aebb95f",
        "previous_head": "cb6f746897d4a0ce166b1f155b27bf7c5ed1151a"
    },
    "id": 504900,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/504900/?format=api"
}