Verified record · from the answer index
Forgebound API
apitested · static-verifiedscore 33/100signed passport ✓1 GitHub stars
A fantasy RPG played entirely through REST API calls. Create characters, explore a vast world, fight monsters, delve into dungeons, and complete quests — all via HTTP requests. ## Authentication Most endpoints require a Bearer token obtain
Declared tools (51)
POST /auth/registerPOST /auth/loginGET /auth/mePOST /charactersGET /characters/mePOST /characters/allocate-statPOST /travel/movePOST /travel/goGET /travel/statusPOST /travel/cancelGET /mapGET /map/regionsGET /map/cell/{x}/{y}GET /combat/statusPOST /combat/actionGET /inventoryPOST /inventory/pick-upPOST /inventory/dropPOST /inventory/equipPOST /inventory/unequipPOST /inventory/useGET /spellsPOST /spells/learnPOST /spells/cast…
github:wojo1086/forgebound#public_openapi.json · published by wojo1086 · source repository