Changes API.

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

GET /api/changes/503880/?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-24T23:31:49.199072Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "62af6f38f6d8c719c5e0cbd019913c31867227bd",
        "previous_head": "b9c7af088d176754321dd406018d28618c10e725"
    },
    "id": 503880,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/503880/?format=api"
}