Changes API.

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

GET /api/changes/184005/?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/babonus/main/?format=api",
    "translation": null,
    "user": "https://weblate.foundryvtt-hub.com/api/users/krbz999/?format=api",
    "author": null,
    "timestamp": "2023-01-04T04:14:05.279717Z",
    "action": 22,
    "target": "Auto-merging module.json\nCONFLICT (content): Merge conflict in module.json\nAutomatic merge failed; fix conflicts and then commit the result.\n (1)",
    "old": "",
    "details": {
        "error": "Auto-merging module.json\nCONFLICT (content): Merge conflict in module.json\nAutomatic merge failed; fix conflicts and then commit the result.\n (1)",
        "status": "On branch main\nYour branch and 'origin/main' have diverged,\nand have 11 and 2 different commits each, respectively.\n  (use \"git pull\" to merge the remote branch into yours)\n\nYou have unmerged paths.\n  (fix conflicts and run \"git commit\")\n  (use \"git merge --abort\" to abort the merge)\n\nChanges to be committed:\n\tmodified:   scripts/helpers/helpers.mjs\n\nUnmerged paths:\n  (use \"git add <file>...\" to mark resolution)\n\tboth modified:   module.json\n\n"
    },
    "id": 184005,
    "action_name": "Repository merge failed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/184005/?format=api"
}