Changes API.

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

GET /api/changes/101755/?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/drag-ruler/main/?format=api",
    "translation": null,
    "user": "https://weblate.foundryvtt-hub.com/api/users/manuelVo/?format=api",
    "author": null,
    "timestamp": "2022-10-14T21:51:51.034367Z",
    "action": 22,
    "target": "fatal: refusing to merge unrelated histories\n (128)",
    "old": "",
    "details": {
        "error": "fatal: refusing to merge unrelated histories\n (128)",
        "status": "On branch develop\nYour branch and 'origin/develop' have diverged,\nand have 5 and 341 different commits each, respectively.\n  (use \"git pull\" to merge the remote branch into yours)\n\nnothing to commit, working tree clean\n"
    },
    "id": 101755,
    "action_name": "Repository merge failed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/101755/?format=api"
}