The default basic root view for DefaultRouter

GET /
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

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