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

GET /v2/spells/spells-that-dont-suck_conjure-beast-pack/?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_conjure-beast-pack/?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_conjure-beast-pack",
    "casting_options": [],
    "school": {
        "name": "Conjuration",
        "key": "conjuration",
        "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?format=api"
    },
    "classes": [
        {
            "name": "Druid",
            "key": "srd_druid",
            "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api"
        },
        {
            "name": "Ranger",
            "key": "srd_ranger",
            "url": "https://api-beta.open5e.com/v2/classes/srd_ranger/?format=api"
        }
    ],
    "range_unit": "feet",
    "shape_size_unit": "feet",
    "name": "Conjure Beast Pack",
    "desc": "You pull together wisps of magical energy and sculpt them into beasts. Choose a Small or Tiny beast of challenge rating 1/4 or lower, and eight creatures of that type appear immediately in unoccupied spaces around you. If you choose a beast with a flying speed, you summon six creatures instead. Each beast is considered fey and disappears when it drops to 0 hit points or when the spell ends.\n\nThe summoned beasts are friendly to you and your companions. In combat, the beasts share your initiative count, but take their turns immediately after yours. The beasts obey any verbal commands that you issue to them (no action required by you). If you don’t issue any commands to them, they move as a group and take the Dodge action.\n\nIf you command the beasts to attack, choose a target for each beast to attack within its reach, making a single melee spell attack for each target. On a hit, the target takes 1d4 bludgeoning or piercing damage (your choice), plus 1d4 extra damage for each additional beast attacking it. You have advantage on the attack roll if three or more beasts attack the same target, and you add your spellcasting ability modifier to the damage dealt if six or more beasts attack the same target.",
    "level": 3,
    "higher_level": "When you cast this spell using a spell slot of 4th level or higher, you summon two additional beasts for each slot level above 3rd.\n\n> # _Sample Beasts_\n> \n> _Note that a conjured beast pack does not use the normal attack within their stat blocks, and so does not apply any additional effects. Below are all the eligible beasts in the SRD 5.1._\n> \n> * * *\n> \n> _Frog, Sea Horse, Baboon, Badger, Bat, Cat, Crab, Eagle, Giant Fire Beetle, Hawk, Jackal, Lizard, Octopus, Owl, Quipper, Rat, Raven, Scorpion, Spider, Weasel, Blood Hawk, Flying Snake, Giant Rat, Poisonous Snake, Stirge, Badger, Giant Centipede_",
    "target_type": "area",
    "range_text": "Self",
    "range": 0.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a handful of grain or corn",
    "material_cost": "0.00",
    "material_consumed": false,
    "target_count": 0,
    "saving_throw_ability": "",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "1 hour",
    "shape_type": null,
    "shape_size": null,
    "concentration": true
}