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

GET /v2/spells/spells-that-dont-suck_stormcloud/?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_stormcloud/?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_stormcloud",
    "casting_options": [],
    "school": {
        "name": "Evocation",
        "key": "evocation",
        "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api"
    },
    "classes": [
        {
            "name": "Sorcerer",
            "key": "srd_sorcerer",
            "url": "https://api-beta.open5e.com/v2/classes/srd_sorcerer/?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": "Stormcloud",
    "desc": "You create a 20-foot radius cylinder of crackling storms, up to 100 feet high, centered on a point you choose within range. At the start of each of your turns, you can choose to move the cylinder up to 10 feet in a direction of your choice. The cylinder spreads around corners, and its area is difficult terrain. The area is lightly obscured, and creatures inside are deafened.\n\nAs a bonus action on each of your turns, you can direct a lightning strike from the cylinder at one creature of your choice within 60 feet of the center. Make a ranged spell attack, with advantage on the attack roll if the target is within the cylinder. On a hit, the target takes 2d12 lightning damage.\n\nAfter this lightning strike, each creature in the area must make a Constitution saving throw. A creature takes 4d8 thunder damage on a failure, or half as much damage on a success.",
    "level": 4,
    "higher_level": "When you cast this spell using a spell slot of 5th level or higher, the thunder damage increases by 1d8 and the lightning damage increases by 1d12 for every two slot levels above 4th.",
    "target_type": "point",
    "range_text": "150 ft",
    "range": 150.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": "constitution",
    "attack_roll": true,
    "damage_roll": "2d12 + 4d8",
    "damage_types": [
        "lightning",
        "thunder"
    ],
    "duration": "1 minute",
    "shape_type": "sphere",
    "shape_size": 20.0,
    "concentration": true
}