Changes API.

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

GET /api/changes/503007/?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/party-resources/main/?format=api",
    "translation": null,
    "user": "https://weblate.foundryvtt-hub.com/api/users/Pretzl/?format=api",
    "author": null,
    "timestamp": "2025-05-03T20:59:47.983918Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "294966cfdc49e1e16dcc991bfb5339b47cf9e636",
        "previous_head": "df85808c13505071d5c30826ceb39a79dd6789f4"
    },
    "id": 503007,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/503007/?format=api"
}