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

GET /v2/spells/deepm_mud-pack/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/spells/deepm_mud-pack/?format=api",
    "document": {
        "name": "Deep Magic for 5th Edition",
        "key": "deepm",
        "display_name": "Deep Magic for 5th Edition",
        "publisher": {
            "name": "Kobold Press",
            "key": "kobold-press",
            "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
    },
    "key": "deepm_mud-pack",
    "casting_options": [
        {
            "type": "default",
            "damage_roll": null,
            "target_count": null,
            "duration": null,
            "range": null,
            "concentration": null,
            "shape_size": null,
            "desc": null
        },
        {
            "type": "ritual",
            "damage_roll": null,
            "target_count": null,
            "duration": null,
            "range": null,
            "concentration": null,
            "shape_size": null,
            "desc": null
        },
        {
            "type": "slot_level_2",
            "damage_roll": null,
            "target_count": null,
            "duration": null,
            "range": null,
            "concentration": null,
            "shape_size": null,
            "desc": null
        },
        {
            "type": "slot_level_3",
            "damage_roll": null,
            "target_count": 10,
            "duration": "8 hours",
            "range": "30 feet",
            "concentration": null,
            "shape_size": null,
            "desc": null
        },
        {
            "type": "slot_level_4",
            "damage_roll": null,
            "target_count": 10,
            "duration": "8 hours",
            "range": "30 feet",
            "concentration": null,
            "shape_size": null,
            "desc": null
        },
        {
            "type": "slot_level_5",
            "damage_roll": null,
            "target_count": 10,
            "duration": "8 hours",
            "range": "30 feet",
            "concentration": null,
            "shape_size": null,
            "desc": null
        },
        {
            "type": "slot_level_6",
            "damage_roll": null,
            "target_count": 10,
            "duration": "8 hours",
            "range": "30 feet",
            "concentration": null,
            "shape_size": null,
            "desc": null
        },
        {
            "type": "slot_level_7",
            "damage_roll": null,
            "target_count": 10,
            "duration": "8 hours",
            "range": "30 feet",
            "concentration": null,
            "shape_size": null,
            "desc": null
        },
        {
            "type": "slot_level_8",
            "damage_roll": null,
            "target_count": 10,
            "duration": "8 hours",
            "range": "30 feet",
            "concentration": null,
            "shape_size": null,
            "desc": null
        },
        {
            "type": "slot_level_9",
            "damage_roll": null,
            "target_count": 10,
            "duration": "8 hours",
            "range": "30 feet",
            "concentration": null,
            "shape_size": null,
            "desc": null
        }
    ],
    "school": {
        "name": "Conjuration",
        "key": "conjuration",
        "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?format=api"
    },
    "classes": [],
    "range_unit": "feet",
    "shape_size_unit": "feet",
    "name": "Mud Pack",
    "desc": "This spell covers you or a willing creature you touch in mud consistent with the surrounding terrain. For the duration, the spell protects the target from extreme cold and heat, allowing the target to automatically succeed on Constitution saving throws against environmental hazards related to temperature. In addition, the target has advantage on Dexterity (Stealth) checks while traveling at a slow pace in the terrain related to the component for this spell.\n\nIf the target is subject to heavy precipitation for 1 minute, the precipitation removes the mud, ending the spell.\n",
    "level": 1,
    "higher_level": "When you cast this spell using a spell slot of 3rd level or higher, the duration is 8 hours and you can target up to ten willing creatures within 30 feet of you.",
    "target_type": "creature",
    "range_text": "Touch",
    "range": 0.1,
    "ritual": true,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a clump of mud",
    "material_cost": null,
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "constitution",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "1 hour",
    "shape_type": null,
    "shape_size": null,
    "concentration": false
}