Changes API.

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

GET /api/changes/490849/?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/anonymous/main/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2024-11-18T12:26:15.724414Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "2bfd3a4836211ce12a92b80a5d4bfa0fac319c52",
        "previous_head": "602b46615be1289bafb4f996a033c1844eb5a853"
    },
    "id": 490849,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/490849/?format=api"
}