Changes API.

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

GET /api/changes/469787/?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/pf2e-animations/master/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2024-07-22T17:31:37.825005Z",
    "action": 23,
    "target": "error: cannot rebase: You have unstaged changes.\nerror: Please commit or stash them.\n (1)",
    "old": "",
    "details": {
        "error": "error: cannot rebase: You have unstaged changes.\nerror: Please commit or stash them.\n (1)",
        "status": "On branch master\nYour branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.\n  (use \"git pull\" to update your local branch)\n\nChanges not staged for commit:\n  (use \"git add <file>...\" to update what will be committed)\n  (use \"git restore <file>...\" to discard changes in working directory)\n\tmodified:   module/blacklistMenu.js\n\tmodified:   module/pf2e-animations.js\n\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
    },
    "id": 469787,
    "action_name": "Repository rebase failed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/469787/?format=api"
}