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

GET /v2/spells/spells-that-dont-suck_shatter-mind/?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_shatter-mind/?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_shatter-mind",
    "casting_options": [],
    "school": {
        "name": "Transmutation",
        "key": "transmutation",
        "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api"
    },
    "classes": [
        {
            "name": "Bard",
            "key": "srd_bard",
            "url": "https://api-beta.open5e.com/v2/classes/srd_bard/?format=api"
        },
        {
            "name": "Druid",
            "key": "srd_druid",
            "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?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": "feet",
    "name": "Shatter Mind",
    "desc": "You blast the mind of a creature that you can see within range, attempting to shatter its intellect and personality. The target takes 4d6 psychic damage and must make an Intelligence saving throw.\n\nOn a failure, the creature’s Intelligence and Charisma scores become 1. It can only take the most instinctive actions, such as fighting with unarmed strikes or natural weapons, or running away in a straight line. It can’t cast spells, activate magic items, understand language, use weapons or tools, or communicate in any way. It can understand when another creature means it harm.\n\nAfter one day has passed, a creature can repeat its saving throw, ending the spell on a success. Each time it fails the saving throw, it adds one additional day onto the time interval before it can repeat its save.\n\nThe spell can also be ended by _greater restoration_, _heal_, or _wish_.",
    "level": 8,
    "higher_level": "",
    "target_type": "creature",
    "range_text": "60 ft",
    "range": 60.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": false,
    "material_specified": "",
    "material_cost": null,
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "intelligence",
    "attack_roll": false,
    "damage_roll": "4d6",
    "damage_types": [
        "psychic"
    ],
    "duration": "instantaneous",
    "shape_type": null,
    "shape_size": null,
    "concentration": false
}