Changes API.

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

GET /api/changes/502708/?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/polyglot/main/?format=api",
    "translation": null,
    "user": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
    "author": null,
    "timestamp": "2025-05-03T06:46:02.950205Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "e12651fd19709b132fb373b14024de8dc5d65c35",
        "previous_head": "e1e2e7295f31ff98a48a12f5732bf7fd6347ded8"
    },
    "id": 502708,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/502708/?format=api"
}