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

GET /v2/spells/spells-that-dont-suck_stone-pact/?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_stone-pact/?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_stone-pact",
    "casting_options": [],
    "school": {
        "name": "Transmutation",
        "key": "transmutation",
        "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api"
    },
    "classes": [
        {
            "name": "Cleric",
            "key": "srd_cleric",
            "url": "https://api-beta.open5e.com/v2/classes/srd_cleric/?format=api"
        },
        {
            "name": "Druid",
            "key": "srd_druid",
            "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api"
        }
    ],
    "range_unit": "feet",
    "shape_size_unit": "feet",
    "name": "Stone Pact",
    "desc": "You lay your hand on an outcropping of rock or a stone wall and speak to the stone, coaxing it to grant a mighty boon. Choose one of the following options:\n\n -  **Stone Meld.** You and up to 7 other Large or smaller creatures you choose are able to meld with the stone. Until the end of your next round, each willing creature can touch a 5-foot area of the stone and be absorbed into it. While absorbed, a creature cannot see or hear anything, but has tremorsense within 30 feet. A creature may exit the stone voluntarily as an action, or be ejected if the stone is destroyed or the spell ends.\n\n -  **Stone Armor.** The stone joins with you, covering your body in a rocky exterior. You gain 10 temporary hit points and have resistance to nonmagical damage as long as you have these temporary hit points.\n\n -  **Stone Step.** Your feet blend into the stone. You gain tremorsense within 30 feet, and as long as you are standing on the ground, you are immune to the prone condition or to being moved against your will.",
    "level": 3,
    "higher_level": "",
    "target_type": "object",
    "range_text": "Touch",
    "range": 0.1,
    "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": "",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "1 hour",
    "shape_type": null,
    "shape_size": null,
    "concentration": false
}