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

GET /v2/spells/spells-that-dont-suck_withering-field/?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_withering-field/?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_withering-field",
    "casting_options": [],
    "school": {
        "name": "Necromancy",
        "key": "necromancy",
        "url": "https://api-beta.open5e.com/v2/spellschools/necromancy/?format=api"
    },
    "classes": [
        {
            "name": "Wizard",
            "key": "srd_wizard",
            "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api"
        }
    ],
    "range_unit": "ft",
    "shape_size_unit": "ft",
    "name": "Withering Field",
    "desc": "You shrivel and decay every living thing within a 30-foot cube you can see within range, sucking the life away until the targets crumble to dust. Each creature in the area must make a Constitution saving throw. On a failure, the target takes 12d8 necrotic damage, has its speed halved and has disadvantage on all of its attack rolls and ability checks until the end of its next turn. On a success, it takes half as much damage and suffers no other effects.\n\nConstructs and undead automatically succeed on this saving throw, while plants have disadvantage. Anything reduced to 0 hit points while under the spell’s effect crumbles to dust.",
    "level": 8,
    "higher_level": "",
    "target_type": "area",
    "range_text": "120 ft",
    "range": 120.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a fistful of fine sand and a drop of blood",
    "material_cost": "0.00",
    "material_consumed": false,
    "target_count": null,
    "saving_throw_ability": "constitution",
    "attack_roll": false,
    "damage_roll": "12d8",
    "damage_types": [
        "necrotic"
    ],
    "duration": "1 round",
    "shape_type": "cube",
    "shape_size": 30.0,
    "concentration": false
}