Django REST framework
  • Api Root
GET
  • json
  • api

Api Root

GET /?format=api
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "spells": "https://api-beta.open5e.com/v1/spells/",
    "spelllist": "https://api-beta.open5e.com/v1/spelllist/",
    "monsters": "https://api-beta.open5e.com/v1/monsters/",
    "documents": "https://api-beta.open5e.com/v1/documents/",
    "backgrounds": "https://api-beta.open5e.com/v1/backgrounds/",
    "planes": "https://api-beta.open5e.com/v1/planes/",
    "sections": "https://api-beta.open5e.com/v1/sections/",
    "feats": "https://api-beta.open5e.com/v1/feats/",
    "conditions": "https://api-beta.open5e.com/v1/conditions/",
    "races": "https://api-beta.open5e.com/v1/races/",
    "classes": "https://api-beta.open5e.com/v1/classes/",
    "magicitems": "https://api-beta.open5e.com/v1/magicitems/",
    "weapons": "https://api-beta.open5e.com/v1/weapons/",
    "armor": "https://api-beta.open5e.com/v1/armor/"
}