Tome of Everlasting Dungeons

Site will be shut down March 31st, 2023.

Tome of Everlasting Dungeons

Download OpenAPI specification:Download

Tools, links, resources, APIs, and more to help you run your Dungeons and Dragons games.

Spells

Spell List

Return all spells

Responses

Response samples

Content type
application/json
{
  • "spells": [
    ]
}

Spells by Class

List spells by class

path Parameters
class
required
string
Enum: "bard" "cleric" "druid" "paladin" "ranger" "sorcerer" "warlock" "wizard"

Responses

Response samples

Content type
application/json
{
  • "spells": [
    ]
}

Spells by Level

List spells by level

path Parameters
level
required
string
Enum: "cantrip" "1st" "2nd" "3rd" "4th" "5th" "6th" "7th" "8th" "9th"

Responses

Response samples

Content type
application/json
{
  • "spells": [
    ]
}

Items

Item List

Return all items

Responses

Response samples

Content type
application/json
{
  • "items": [
    ]
}

Items by Rarity

List items by rarity

path Parameters
rarity
required
string
Enum: "common" "uncommon" "rare" "very-rare" "legendary"

Responses

Response samples

Content type
application/json
{
  • "items": [
    ]
}

Items by Type

List items by type

path Parameters
type
required
string
Enum: "armor" "potion" "ring" "rod" "scroll" "staff" "wand" "weapon" "wondrous"

Responses

Response samples

Content type
application/json
{
  • "items": {
    }
}