Changes API.

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

GET /api/changes/503856/?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/od6s/main/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2025-05-24T18:39:54.488564Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "ddadc2a73d4dafe288ca03592611905efdc07f0c",
        "previous_head": "9e7d84263f1f79ec238867ecd87590641826f2a5"
    },
    "id": 503856,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/503856/?format=api"
}