Changes API.

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

GET /api/changes/503873/?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-24T21:21:12.934594Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "7504097bdfbcefe000830435c4b022641736f44a",
        "previous_head": "c0c216faf8b8ea83e475c12cc8afdc3929c9df61"
    },
    "id": 503873,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/503873/?format=api"
}