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

GET /v2/spells/spells-that-dont-suck_divine-temple/?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_divine-temple/?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_divine-temple",
    "casting_options": [],
    "school": {
        "name": "Conjuration",
        "key": "conjuration",
        "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?format=api"
    },
    "classes": [
        {
            "name": "Cleric",
            "key": "srd_cleric",
            "url": "https://api-beta.open5e.com/v2/classes/srd_cleric/?format=api"
        }
    ],
    "range_unit": "ft",
    "shape_size_unit": "ft",
    "name": "Divine Temple",
    "desc": "You create a holy sanctuary at an empty point on the ground you can see within range. The temple occupies a cube up to 60 feet on each side.\n\nThe temple has at least one door and is enclosed by wood and stone floors, walls, and a roof. You determine all other aspects of its appearance (as long as it conforms to the deity represented by the holy symbol used in the casting) such as altars, idols, illumination, rooms, scent, temperature, and windows.\n\nDivination spells of 6th level and below can't target creatures within the temple or create sensors inside of it.\n\nWhen you cast the spell, choose one or more of the following creature types for the temple to oppose: aberrations, celestials, elementals, fey, fiends, or undead. If such a creature attempts to enter the temple, it must make a Charisma saving throw. On a failure, it can't enter the temple for 24 hours. On a success, whenever it makes an attack roll, an ability check, or a saving throw inside the temple, it must roll a d4 and subtract the number rolled from the d20 roll.\n\nCasting this spell on the same spot every day for a year makes this effect permanent.\n\n_**At Higher Levels**_. When you cast this spell using a spell slot of 7th level or higher, the casting time increases by 1 hour and the temple's size increases by 60 feet on each side for each spell level above 6th. The temple counters divination spells of a level less than or equal to the slot level used.",
    "level": 6,
    "higher_level": "",
    "target_type": "point",
    "range_text": "120 ft",
    "range": 120.0,
    "ritual": false,
    "casting_time": "hour",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a holy symbol worth at least 5 gp",
    "material_cost": "0.00",
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "24 hours",
    "shape_type": "cube",
    "shape_size": 60.0,
    "concentration": false
}