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

GET /v2/spells/spells-that-dont-suck_corpse-puppets/?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_corpse-puppets/?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_corpse-puppets",
    "casting_options": [],
    "school": {
        "name": "Necromancy",
        "key": "necromancy",
        "url": "https://api-beta.open5e.com/v2/spellschools/necromancy/?format=api"
    },
    "classes": [
        {
            "name": "Warlock",
            "key": "srd_warlock",
            "url": "https://api-beta.open5e.com/v2/classes/srd_warlock/?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": "Corpse Puppets",
    "desc": "Your shadow splits, reaching out and reanimating up to five Tiny, Small or Medium corpses of challenge rating 1/4 or higher that you can see within range. Each corpse immediately transforms into an undead creature of the same size, which takes your choice of form (Skeleton or Zombie) using the Corpse Puppet stat block below.\n\nThe puppets are allies to you and your companions. In combat, they share your initiative count, but take their turns immediately after yours. As a bonus action, you can issue one command to any number of puppets within the spell’s range. If you don’t issue a command, they take the Dodge action and use their move to avoid danger.\n\nThe puppets are under your control until the spell ends, after which they become inanimate once more.",
    "level": 5,
    "higher_level": "When you cast this spell using a spell slot of 6th level or higher, you animate up to two additional corpses for each slot level above 5th.\n\n## Corpse Puppet\n\nMedium undead\n\n* * *\n\n### Skeleton\n\n -  **Armor Class** 13\n- **Hit Points** 15 (2d8+6)\n- **Speed** 35 ft.\n\n| STR | DEX | CON | INT | WIS | CHA |\n| --- | --- | --- | --- | --- | --- |\n| 12 (+1) | 16 (+3) | 12 (+1) | 6 (-2) | 8 (-1) | 5 (-3) |\n\n* * *\n\n### Zombie\n\n -  **Armor** Class 8\n- **Hit Points** 25 (4d8+7)\n- **Speed** 20 ft.\n\n| STR | DEX | CON | INT | WIS | CHA |\n| --- | --- | --- | --- | --- | --- |\n| 14 (+2) | 6 (-2) | 16 (+3) | 6 (-2) | 8 (-1) | 5 (-3) |\n\n* * *\n\n -  **Damage Vulnerabilities (Skeleton)** bludgeoning\n- **Damage Immunities** poison\n- **Condition Immunities** exhaustion, poisoned\n- **Senses** darkvision 60 ft., passive Perception 9\n- **Languages** understands all languages it spoke in life but can't speak\n- **Proficiency** 2\n- **Challenge** 1/2\n\n* * *\n\n_**Festering Fortitude (Zombie Only).**_ If damage reduces the zombie to 0 hit points, it must make a Constitution saving throw with a DC equal to the damage taken, unless the damage is radiant or from a critical hit. On a success, the puppet drops to 1 hit point instead.\n\n_**Seizing Swarm (Zombie Only).**_ The puppet has advantage on its grapple check against a creature if at least one other allied Zombie Puppet is within 5 feet of the creature and the ally isn't incapacitated.\n\n\n<h3>Actions</h3>\n<em><strong>Multiattack (Skeleton Only).</strong></em> The puppet makes two Skeletal Slash attacks.\n<em><strong>Skeletal Slash (Skeleton Only).</strong></em> <em>Melee Weapon Attack</em>: your spell attack modifier to hit, reach 5 ft., one target. <em>Hit</em>: 1d6 + 1 slashing damage.\n<em><strong>Body Bash (Zombie Only).</strong></em> <em>Melee Weapon Attack</em>: your spell attack modifier to hit, reach 5 ft., one target. <em>Hit</em>: 2d4 + 2 bludgeoning damage.",
    "target_type": "object",
    "range_text": "60 ft",
    "range": 60.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": false,
    "material_specified": "",
    "material_cost": null,
    "material_consumed": false,
    "target_count": 5,
    "saving_throw_ability": "",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "1 hour",
    "shape_type": null,
    "shape_size": null,
    "concentration": true
}