Site will be shut down March 31st, 2023.
Download OpenAPI specification:Download
Tools, links, resources, APIs, and more to help you run your Dungeons and Dragons games.
{- "spells": [
- {
- "spell": "string",
- "level": 9,
- "school": "abjuration",
- "class": [
- "Bard"
], - "time": "string",
- "range": "string",
- "components": "string",
- "duration": "string",
- "ritual": true,
- "concentration": true,
- "description": "string"
}
]
}
List spells by class
class required | string Enum: "bard" "cleric" "druid" "paladin" "ranger" "sorcerer" "warlock" "wizard" |
{- "spells": [
- {
- "spell": "string",
- "level": 9,
- "school": "abjuration",
- "class": [
- "Bard"
], - "time": "string",
- "range": "string",
- "components": "string",
- "duration": "string",
- "ritual": true,
- "concentration": true,
- "description": "string"
}
]
}
List spells by level
level required | string Enum: "cantrip" "1st" "2nd" "3rd" "4th" "5th" "6th" "7th" "8th" "9th" |
{- "spells": [
- {
- "spell": "string",
- "level": 9,
- "school": "abjuration",
- "class": [
- "Bard"
], - "time": "string",
- "range": "string",
- "components": "string",
- "duration": "string",
- "ritual": true,
- "concentration": true,
- "description": "string"
}
]
}
List items by type
type required | string Enum: "armor" "potion" "ring" "rod" "scroll" "staff" "wand" "weapon" "wondrous" |
{- "items": {
- "item": "string",
- "type": "Armor",
- "subtype": "string",
- "rarity": "string",
- "attunement": "string"
}
}