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

GET /v2/spells/spells-that-dont-suck_circle-of-protection/?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_circle-of-protection/?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_circle-of-protection",
    "casting_options": [],
    "school": {
        "name": "Abjuration",
        "key": "abjuration",
        "url": "https://api-beta.open5e.com/v2/spellschools/abjuration/?format=api"
    },
    "classes": [
        {
            "name": "Cleric",
            "key": "srd_cleric",
            "url": "https://api-beta.open5e.com/v2/classes/srd_cleric/?format=api"
        },
        {
            "name": "Paladin",
            "key": "srd_paladin",
            "url": "https://api-beta.open5e.com/v2/classes/srd_paladin/?format=api"
        },
        {
            "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": "ft",
    "name": "Circle of Protection",
    "desc": "You draw a 10-foot radius circular glyph upon the ground, which projects upward into a luminous 30-foot tall cylinder. Select one of the following creature types when you draw the glyph: aberrations, celestials, elementals, fey, fiends, or undead. A challenge rating 5 or lower creature of the chosen type can’t willingly move across the cylinder’s boundary. When the creature attempts to make an attack, cast a spell, use teleportation or interplanar travel, or cause any other effect across the boundary, it must first succeed on a Charisma saving throw.\n\nWhenever you start casting the spell, you can modify it so that it doesn’t require concentration. If you do so, the spell’s casting time becomes 10 minutes for that casting.",
    "level": 3,
    "higher_level": "When you cast this spell using a spell slot of 4th level or higher, the maximum challenge rating of affected creatures increases by 3 for each slot level above 3rd. When you cast this spell using a spell slot of 5th or 6th level, the duration is concentration, up to 12 hours. When cast using a spell slot of 7th or 8th level, the duration is concentration, up to 24 hours. When cast using a 9th-level spell slot, the spell lasts until dispelled, and there is no challenge rating limit on affected creatures.",
    "target_type": "area",
    "range_text": "15 ft",
    "range": 15.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a mixture of salt and silver powder worth at least 100gp, which the spell consumes",
    "material_cost": "100.00",
    "material_consumed": true,
    "target_count": null,
    "saving_throw_ability": "charisma",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "1 hour",
    "shape_type": "cylinder",
    "shape_size": 10.0,
    "concentration": false
}