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

GET /v2/spells/spells-that-dont-suck_phantasmal-nightmares/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/spells/spells-that-dont-suck_phantasmal-nightmares/?format=api",
    "document": {
        "name": "Spells That Don't Suck",
        "key": "spells-that-dont-suck",
        "display_name": "Spells That Don't Suck",
        "publisher": {
            "name": "Somanyrobots",
            "key": "somanyrobots",
            "url": "https://api-beta.open5e.com/v2/publishers/somanyrobots/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://www.somanyrobots.com/s/Spells-That-Dont-Suck-compressed.pdf"
    },
    "key": "spells-that-dont-suck_phantasmal-nightmares",
    "casting_options": [],
    "school": {
        "name": "Illusion",
        "key": "illusion",
        "url": "https://api-beta.open5e.com/v2/spellschools/illusion/?format=api"
    },
    "classes": [
        {
            "name": "Warlock",
            "key": "srd_warlock",
            "url": "https://api-beta.open5e.com/v2/classes/srd_warlock/?format=api"
        },
        {
            "name": "Wizard",
            "key": "srd_wizard",
            "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api"
        }
    ],
    "range_unit": "ft",
    "shape_size_unit": "ft",
    "name": "Phantasmal Nightmares",
    "desc": "You create horrifying illusions in the minds of creatures you can see. Select any number of creatures within 30 feet of a point you can see within range. Each target must make a Wisdom saving throw or become frightened for the duration. While frightened in this way, at the start of a creature’s turn, it takes 6d10 psychic damage and must roll 1d10, suffering an effect from the table below. Unless noted, effects last until the start of the creature’s next turn.\n\n| d10 | Effect |\n| --- | --- |\n| 1 | The creature believes itself dead and falls unconscious until it takes damage or is awoken as an action. |\n| 2-3 | The creature is paralyzed with fear. |\n| 4-5 | The creature is stunned. |\n| 6-7 | The creature's speed is reduced to 0. |\n| 8-10 | The creature screams uncontrollably and can make no other sounds. |\n\nA creature can repeat the saving throw at the end of each of its turns, ending the spell for itself on a success.",
    "level": 9,
    "higher_level": "",
    "target_type": "point",
    "range_text": "120 ft",
    "range": 120.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": false,
    "material_specified": "",
    "material_cost": null,
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "wisdom",
    "attack_roll": false,
    "damage_roll": "6d10",
    "damage_types": [
        "psychic"
    ],
    "duration": "1 minute",
    "shape_type": "sphere",
    "shape_size": 30.0,
    "concentration": true
}