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

GET /v2/spells/spells-that-dont-suck_holy-fire/?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_holy-fire/?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_holy-fire",
    "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"
        }
    ],
    "range_unit": "ft",
    "shape_size_unit": "ft",
    "name": "Holy Fire",
    "desc": "A column of holy fire roars down from the heavens to smite your foes, striking all creatures within a 40-foot high, 10-foot radius cylinder. When you cast this spell, choose if it deals radiant damage, fire damage, or both. All creatures within the cylinder must make a Dexterity saving throw. A creature takes 8d8 damage of the chosen type (4d8 of each type if both were selected) on a failed save, or half as much on a success.\n\nTargets gain no benefit from cover for this saving throw.",
    "level": 5,
    "higher_level": "When you cast this spell using a spell slot of 7th level or higher, the damage increases by 2d8 (or 1d8 of each type) for every two slot levels above 5th.",
    "target_type": "area",
    "range_text": "60 ft",
    "range": 60.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a pinch of ash from burnt incense",
    "material_cost": "0.00",
    "material_consumed": false,
    "target_count": null,
    "saving_throw_ability": "dexterity",
    "attack_roll": false,
    "damage_roll": "4d8 + 4d8",
    "damage_types": [
        "fire",
        "radiant"
    ],
    "duration": "instantaneous",
    "shape_type": "cylinder",
    "shape_size": 10.0,
    "concentration": false
}