Changes API.

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

GET /api/changes/507899/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": null,
    "component": null,
    "translation": null,
    "user": "https://weblate.foundryvtt-hub.com/api/users/mrbyte/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/mrbyte/?format=api",
    "timestamp": "2025-07-23T23:23:23.128639Z",
    "action": 39,
    "target": "fast-flip",
    "old": "",
    "details": {},
    "id": 507899,
    "action_name": "Project removed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/507899/?format=api"
}