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

GET /v2/spells/spells-that-dont-suck_spectral-champion/?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_spectral-champion/?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_spectral-champion",
    "casting_options": [],
    "school": {
        "name": "Necromancy",
        "key": "necromancy",
        "url": "https://api-beta.open5e.com/v2/spellschools/necromancy/?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": "feet",
    "shape_size_unit": "feet",
    "name": "Spectral Champion",
    "desc": "You summon a large, ghostly entity which envelops you, aiding your attacks and making its own, striking down your foes. The entity is incorporeal and invulnerable. Choose a damage type when you cast this spell: cold, necrotic, or radiant. All damage dealt by this spell is of that type.\n\nFor the duration of the spell, your weapons are wreathed in ethereal light, dealing 1d4 extra damage on every hit. Any creature that takes this damage can’t regain hit points until the start of your next turn. In addition, when you cast this spell and as a bonus action on subsequent turns, you can command the entity to make a melee spell attack against one target within 10 feet. On a hit, the target takes 2d8 damage and must succeed on a Wisdom saving throw or have its speed reduced to 0 until the end of its next turn.",
    "level": 3,
    "higher_level": "When you cast this spell using a spell slot of 4th level or higher, the damage dealt by the entity’s attacks increases by 1d8 for each slot level above 3rd.",
    "target_type": "creature",
    "range_text": "Self",
    "range": 0.0,
    "ritual": false,
    "casting_time": "bonus",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": false,
    "material_specified": "",
    "material_cost": null,
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "",
    "attack_roll": true,
    "damage_roll": "2d8",
    "damage_types": [
        "cold",
        "necrotic",
        "radiant"
    ],
    "duration": "1 minute",
    "shape_type": null,
    "shape_size": null,
    "concentration": true
}