Changes API.

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

GET /api/changes/12100/?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/arbron-summoner/main/?format=api",
    "translation": null,
    "user": "https://weblate.foundryvtt-hub.com/api/users/arbron/?format=api",
    "author": null,
    "timestamp": "2022-09-03T17:54:27.540073Z",
    "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 6 and 1 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:   changelog.md\n\tmodified:   lang/en.json\n\tmodified:   module/summons-actor.mjs\n\tmodified:   module/summons-item.mjs\n\tmodified:   templates/summons-config.hbs\n\tmodified:   templates/summons-section.hbs\n\nUnmerged paths:\n  (use \"git add <file>...\" to mark resolution)\n\tboth modified:   module.json\n\n"
    },
    "id": 12100,
    "action_name": "Repository merge failed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/12100/?format=api"
}