Changes API.

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

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