Open5E Api
Welcome to the Open5e API.
You can review the basic DRF Browseable API here.
You can review swagger-ui at /schema/swagger-ui/
You can review redoc at /schema/redoc/
GET /
{ "manifest": "https://api.open5e.com/v1/manifest/", "spells": "https://api.open5e.com/v2/spells/", "spelllist": "https://api.open5e.com/v1/spelllist/", "monsters": "https://api.open5e.com/v1/monsters/", "documents": "https://api.open5e.com/v2/documents/", "backgrounds": "https://api.open5e.com/v2/backgrounds/", "planes": "https://api.open5e.com/v1/planes/", "sections": "https://api.open5e.com/v1/sections/", "feats": "https://api.open5e.com/v2/feats/", "conditions": "https://api.open5e.com/v2/conditions/", "races": "https://api.open5e.com/v1/races/", "classes": "https://api.open5e.com/v1/classes/", "magicitems": "https://api.open5e.com/v1/magicitems/", "weapons": "https://api.open5e.com/v2/weapons/", "armor": "https://api.open5e.com/v2/armor/" }