Changes API.

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

GET /api/changes/492789/?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/ready-set-roll-5e/main/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2025-01-17T19:29:37.290850Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "3453445f8faecb9b995c21c6c8d87e0c9cb6e421",
        "previous_head": "95d07fc5a051f6caa57d039ec20feecdf10d7410"
    },
    "id": 492789,
    "action_name": "Repository rebased",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/492789/?format=api"
}