Changes API.

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

GET /api/changes/456704/?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/sw5e/main/?format=api",
    "translation": null,
    "user": "https://weblate.foundryvtt-hub.com/api/users/kakeman89/?format=api",
    "author": null,
    "timestamp": "2024-04-29T16:10:03.372592Z",
    "action": 28,
    "target": "fatal: could not read Username for 'https://github.com': terminal prompts disabled\n (128)",
    "old": "",
    "details": {},
    "id": 456704,
    "action_name": "Repository push failed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/456704/?format=api"
}