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

GET /v2/spells/spells-that-dont-suck_morph-earth/?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_morph-earth/?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_morph-earth",
    "casting_options": [],
    "school": {
        "name": "Transmutation",
        "key": "transmutation",
        "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api"
    },
    "classes": [
        {
            "name": "Druid",
            "key": "srd_druid",
            "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?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": "Morph Earth",
    "desc": "You transform up to a 40-foot cube of earth with one of the following effects:\n\n**Create Mud.** Rock and dirt in the area becomes mud for the spell’s duration. Creatures sink into the ground, and each foot that a creature moves costs 4 feet of movement. If a creature is on the ground when you cast the spell, moves into the area for the first time, or ends its turn there, it must make a Strength saving throw. On a failure, the creature is restrained. As an action, a restrained target or another creature within 5 feet can end the restrained condition.\n\n**Create Rock.** An area of wet earth less than 10 feet deep becomes rock for the spell’s duration. Any creature standing in the mixture when it hardens must make a Dexterity saving throw. On a success, a creature moves to an unoccupied space on the rock’s surface. On a failure, a creature is restrained. As an action, a restrained target or another creature within 5 feet can end the restrained condition by succeeding on a Strength (Athletics) check against your spell save DC. The rock has AC 15 and 25 hit points and is immune to poison and psychic damage.",
    "level": 5,
    "higher_level": "",
    "target_type": "area",
    "range_text": "120 ft",
    "range": 120.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a handful of rice and water",
    "material_cost": "0.00",
    "material_consumed": false,
    "target_count": null,
    "saving_throw_ability": "strength",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "until dispelled",
    "shape_type": "cube",
    "shape_size": 40.0,
    "concentration": false
}