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

GET /v2/spells/spells-that-dont-suck_glacial-orbs/?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_glacial-orbs/?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_glacial-orbs",
    "casting_options": [],
    "school": {
        "name": "Conjuration",
        "key": "conjuration",
        "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?format=api"
    },
    "classes": [
        {
            "name": "Wizard",
            "key": "srd_wizard",
            "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api"
        }
    ],
    "range_unit": "feet",
    "shape_size_unit": "feet",
    "name": "Glacial Orbs",
    "desc": "You conjure five bitterly cold balls in your hand. A creature can hold a ball, hand it to another creature, throw it up to 60 feet, or use it as ammunition for a sling or appropriate weapon. A ball shatters on impact and explodes in a 15-foot radius.\n\nEach creature within the area must make a Dexterity saving throw. On a failure, it takes 3d8 cold damage and its speed is halved until the end of its next turn. On a success, it takes half as much damage and suffers no other effects. When the spell ends, any remaining orbs evaporate.",
    "level": 6,
    "higher_level": "When you cast this spell using a spell slot of 7th level or higher, you create an additional ball for each level above 6th.",
    "target_type": "creature",
    "range_text": "Self (60 feet)",
    "range": 0.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a pinch of blue sand",
    "material_cost": "0.00",
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "dexterity",
    "attack_roll": false,
    "damage_roll": "3d8",
    "damage_types": [
        "cold"
    ],
    "duration": "10 minutes",
    "shape_type": null,
    "shape_size": null,
    "concentration": true
}