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

GET /v2/spells/spells-that-dont-suck_disrupting-smite/?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_disrupting-smite/?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_disrupting-smite",
    "casting_options": [],
    "school": {
        "name": "Evocation",
        "key": "evocation",
        "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?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"
        }
    ],
    "range_unit": "feet",
    "shape_size_unit": "feet",
    "name": "Disrupting Smite",
    "desc": "You empower your weapon, giving it the ability to tear the fabric of the planes. The next time you hit a creature with a melee weapon attack before this spell ends, you tear a hole to another plane and tangle it within the interplanar aether. The attack deals an extra 5d10 force damage, and the target must make a Charisma saving throw. On a failure, it is partly phased out of the plane, becoming incapacitated and gaining resistance to all damage until the spell ends,\n\nA creature incapacitated by this spell makes another Charisma saving throw at the end of each of its turns. On a successful save, the spell ends.",
    "level": 5,
    "higher_level": "",
    "target_type": "creature",
    "range_text": "Self",
    "range": 0.0,
    "ritual": false,
    "casting_time": "bonus",
    "reaction_condition": null,
    "verbal": true,
    "somatic": false,
    "material": false,
    "material_specified": "",
    "material_cost": null,
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "charisma",
    "attack_roll": false,
    "damage_roll": "5d10",
    "damage_types": [
        "force"
    ],
    "duration": "1 minute",
    "shape_type": null,
    "shape_size": null,
    "concentration": true
}