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

GET /v2/spells/spells-that-dont-suck_whirling-blades/?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_whirling-blades/?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_whirling-blades",
    "casting_options": [],
    "school": {
        "name": "Conjuration",
        "key": "conjuration",
        "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?format=api"
    },
    "classes": [
        {
            "name": "Bard",
            "key": "srd_bard",
            "url": "https://api-beta.open5e.com/v2/classes/srd_bard/?format=api"
        },
        {
            "name": "Sorcerer",
            "key": "srd_sorcerer",
            "url": "https://api-beta.open5e.com/v2/classes/srd_sorcerer/?format=api"
        },
        {
            "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": "feet",
    "name": "Whirling Blades",
    "desc": "You produce a storm of metal shards that occupy a 5-foot diameter sphere in a space you can see within range. A creature takes 4d4 slashing damage when it enters the spell’s area for the first time on a turn or starts its turn there.\n\nAs an action, you can cause the blades to point and shoot at a creature within 30 feet of the sphere. Make a ranged spell attack. On a hit, targets take 4d4 piercing damage, or half as much damage on a miss. Hit or miss, the spell then ends.",
    "level": 2,
    "higher_level": "When you cast this spell using a spell slot of 3rd level or higher, the damage increases by 2d4 for each slot level above 2nd.",
    "target_type": "area",
    "range_text": "60 ft",
    "range": 60.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a handful of metal shavings",
    "material_cost": "0.00",
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "",
    "attack_roll": true,
    "damage_roll": "4d4",
    "damage_types": [
        "slashing"
    ],
    "duration": "10 minutes",
    "shape_type": null,
    "shape_size": null,
    "concentration": true
}