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

GET /v2/spells/spells-that-dont-suck_devil-binding/?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_devil-binding/?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_devil-binding",
    "casting_options": [],
    "school": {
        "name": "Conjuration",
        "key": "conjuration",
        "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?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": "Devil Binding",
    "desc": "You recite a profane chant to summon a devil, which appears in an unoccupied space that you can see within range. The devil’s challenge rating is at least 4 and no higher than 8. The GM chooses the devil’s type, and it is under the GM’s control. If you know a devil’s true name or possess its talisman, you can attempt to summon that devil regardless of its challenge rating.\n\nThe devil typically resents being summoned but will not harm you for the duration. On each of your turns, you can command it. It obeys orders it considers reasonable and fights ruthlessly, but will retreat to preserve its life and rank.\n\nAfter 10 minutes, the devil can ignore your commands and might choose to remain and pursue its own goals. You may attempt to reason with, persuade, or strike a deal that aligns with its interests. If you maintain concentration for the full duration, you may return the devil to whence it came, otherwise, it remains summoned indefinitely.",
    "level": 5,
    "higher_level": "When you cast this spell using a spell slot of 6th level or higher, the devil’s possible challenge rating increases by 2 for each slot level above 5th.",
    "target_type": "area",
    "range_text": "60 ft",
    "range": 60.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a vial of blood and an obsidian chalice worth at least 665 gp",
    "material_cost": "0.00",
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "1 hour",
    "shape_type": null,
    "shape_size": null,
    "concentration": true
}