list: API endpoint for returning a list of spells. retrieve: API endpoint for returning a particular spell.

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

{
    "slug": "thaumaturgy",
    "name": "Thaumaturgy",
    "desc": "You manifest a minor wonder, a sign of supernatural power, within range. You create one of the following magical effects within range. \n- Your voice booms up to three times as loud as normal for 1 minute. \n- You cause flames to flicker, brighten, dim, or change color for 1 minute. \n- You cause harmless tremors in the ground for 1 minute. \n- You create an instantaneous sound that originates from a point of your choice within range, such as a rumble of thunder, the cry of a raven, or ominous whispers. \n- You instantaneously cause an unlocked door or window to fly open or slam shut. \n- You alter the appearance of your eyes for 1 minute. \nIf you cast this spell multiple times, you can have up to three of its 1-minute effects active at a time, and you can dismiss such an effect as an action.",
    "higher_level": "",
    "page": "phb 282",
    "range": "30 feet",
    "target_range_sort": 30,
    "components": "V",
    "requires_verbal_components": true,
    "requires_somatic_components": false,
    "requires_material_components": false,
    "material": "",
    "can_be_cast_as_ritual": false,
    "ritual": "no",
    "duration": "1 minute",
    "concentration": "no",
    "requires_concentration": false,
    "casting_time": "1 action",
    "level": "Cantrip",
    "level_int": 0,
    "spell_level": 0,
    "school": "Transmutation",
    "dnd_class": "Cleric",
    "spell_lists": [
        "cleric"
    ],
    "archetype": "",
    "circles": "",
    "document__slug": "wotc-srd",
    "document__title": "5e Core Rules",
    "document__license_url": "http://open5e.com/legal",
    "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
}