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

GET /v2/spells/spells-that-dont-suck_thought-wisp/?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_thought-wisp/?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_thought-wisp",
    "casting_options": [],
    "school": {
        "name": "Transmutation",
        "key": "transmutation",
        "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api"
    },
    "classes": [
        {
            "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": "Thought Wisp",
    "desc": "You touch your head, transferring a thought into a cloud-like wisp, which appears in your hand as a Tiny, weightless, semisolid object. The color of the thought-wisp depends on the thought: ideas are yellow, memories are silver, and messages are blue.\n\nWhen you cast the spell, you can limit who can receive the contents to specific creatures or creature types. A specified creature can use its action to receive whatever the thought-wisp contains, ending the spell. If no limit is specified, any creature can do so.\n\nAny creature who can cast this spell or is concentrating on a spell that allows thought reading (such as detect thoughts or modify memory) can use its action to receive what a thought-wisp contains, ending the spell. A creature concentrating in this manner can also cast this spell to transform thoughts it reads into a thought-wisp. Additionally, modify memory can affect thought-wisps.\n\nA creature can touch a thought-wisp and use its action to disperse it, ending the spell.",
    "level": 0,
    "higher_level": "",
    "target_type": "creature",
    "range_text": "Self",
    "range": 0.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "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": "",
    "damage_types": [],
    "duration": "24 hours",
    "shape_type": null,
    "shape_size": null,
    "concentration": false
}