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

GET /v2/spells/spells-that-dont-suck_muddy-servant/?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_muddy-servant/?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_muddy-servant",
    "casting_options": [],
    "school": {
        "name": "Transmutation",
        "key": "transmutation",
        "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api"
    },
    "classes": [
        {
            "name": "Sorcerer",
            "key": "srd_sorcerer",
            "url": "https://api-beta.open5e.com/v2/classes/srd_sorcerer/?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": "Muddy Servant",
    "desc": "You take control of loose soil and rock and mold it into a small construct, creating a Medium mud golem which occupies a 5-foot space within range. The mud golem has AC 12 and 20 hit points. It can immediately grab at a Large or smaller creature within 5 feet, forcing the target to make a Strength saving throw. On a failure, the target becomes restrained and takes 2d6 bludgeoning damage.\n\nAs long as the mud golem is within 30 feet of you, you can mentally command it as an action. If it is restraining a target, you can command it to squeeze. The target makes a Strength saving throw, taking 2d6 bludgeoning damage on a failure, or half as much on a success. Alternatively, you can command the golem to dissolve and reform (with full hit points, even if it has been destroyed) anywhere within the spell’s range and attempt to grab a creature within 5 feet. You can order the golem to let go of a creature at any time (no action required).\n\nTo break out, a restrained target can use its action to attempt a Strength (Athletics) or Dexterity (Acrobatics) check against your spell save DC. On a success, it is no longer restrained.",
    "level": 2,
    "higher_level": "",
    "target_type": "area",
    "range_text": "30 ft",
    "range": 30.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a pinch of earth and a drop of water",
    "material_cost": "0.00",
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "strength",
    "attack_roll": false,
    "damage_roll": "2d6",
    "damage_types": [
        "bludgeoning"
    ],
    "duration": "1 minute",
    "shape_type": null,
    "shape_size": null,
    "concentration": true
}