Changes API.

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

GET /api/changes/512882/?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/pf2e-dorako-ui/main/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2025-12-19T11:00:14.007795Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "9b1e964e5bcd8fce8c43d104a0ff5777001478c5",
        "previous_head": "78e8c25dfa8a788e132af0beb7e3c7cf6663fb6a"
    },
    "id": 512882,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/512882/?format=api"
}