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

GET /v2/spells/spells-that-dont-suck_hailstorm/?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_hailstorm/?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_hailstorm",
    "casting_options": [],
    "school": {
        "name": "Conjuration",
        "key": "conjuration",
        "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?format=api"
    },
    "classes": [
        {
            "name": "Druid",
            "key": "srd_druid",
            "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api"
        },
        {
            "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": "Hailstorm",
    "desc": "Balls of ice slam to the ground in a 20-foot radius, 40-foot high cylinder centered on a point within range for the duration. The balls of ice turn the storm’s area of effect into difficult terrain. Any creature starting its turn in the cylinder must make a Dexterity saving throw. It takes 5d4 bludgeoning damage and 5d4 cold damage on a failed save, or half as much damage on a successful one.",
    "level": 4,
    "higher_level": "When you cast this spell using a spell slot of 5th level or higher, the bludgeoning and cold damage both increase by 1d4 for each slot level above 4th. Additionally, the radius and height increase by 5 feet for each slot level above 4th.",
    "target_type": "point",
    "range_text": "300 ft",
    "range": 300.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a piece of onion and a droplet of water",
    "material_cost": "0.00",
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "dexterity",
    "attack_roll": false,
    "damage_roll": "5d4 + 5d4",
    "damage_types": [
        "bludgeoning",
        "cold"
    ],
    "duration": "1 round",
    "shape_type": "cylinder",
    "shape_size": 20.0,
    "concentration": false
}