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

GET /v2/spells/spells-that-dont-suck_elemental-reflection/?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_elemental-reflection/?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_elemental-reflection",
    "casting_options": [],
    "school": {
        "name": "Abjuration",
        "key": "abjuration",
        "url": "https://api-beta.open5e.com/v2/spellschools/abjuration/?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"
        },
        {
            "name": "Sorcerer",
            "key": "srd_sorcerer",
            "url": "https://api-beta.open5e.com/v2/classes/srd_sorcerer/?format=api"
        },
        {
            "name": "Wizard",
            "key": "srd_wizard",
            "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api"
        }
    ],
    "range_unit": "feet",
    "shape_size_unit": "feet",
    "name": "Elemental Reflection",
    "desc": "You create an elemental ward, gaining resistance to the triggering damage. When you cast the spell, you can choose to either extend the resistance until the end of your next turn, or you can cause your next weapon attack before the end of your next turn to deal an additional 1d8 damage of the triggering type and an additional effect depending on the triggering damage type.\n\n -  **Acid.** The target takes 1d4 acid damage at the end of its next turn.\n\n -  **Cold.** The target's speed is reduced by 10 feet until the end of your next turn.\n\n -  **Fire.** The attack ignites flammable objects not being worn or carried.\n\n -  **Lightning.** The target can't take reactions until the start of its next turn.\n\n -  **Thunder.** The target is deafened until the end of its next turn.",
    "level": 1,
    "higher_level": "When you cast this spell using a spell slot of 2nd level or higher, the additional damage increases by 1d8 for each slot level above 1st.",
    "target_type": "creature",
    "range_text": "Self",
    "range": 0.0,
    "ritual": false,
    "casting_time": "reaction",
    "reaction_condition": "when  you take acid, cold, fire, lightning, or thunder damage",
    "verbal": false,
    "somatic": true,
    "material": false,
    "material_specified": "",
    "material_cost": null,
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "",
    "attack_roll": false,
    "damage_roll": "1d4",
    "damage_types": [
        "acid"
    ],
    "duration": "instantaneous",
    "shape_type": null,
    "shape_size": null,
    "concentration": false
}