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

GET /v2/spells/spells-that-dont-suck_lightning-beam/?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_lightning-beam/?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_lightning-beam",
    "casting_options": [],
    "school": {
        "name": "Evocation",
        "key": "evocation",
        "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api"
    },
    "classes": [
        {
            "name": "Sorcerer",
            "key": "srd_sorcerer",
            "url": "https://api-beta.open5e.com/v2/classes/srd_sorcerer/?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": "Lightning Beam",
    "desc": "A brilliant, blue-white beam of lightning flashes forth from your fingertips, forming a line 100 feet long and 5 feet wide in a direction you choose.\n\nYou can cause the beam to bounce once off of a solid, non-conductive object that you can see (such as a stone wall) in a new direction you choose equal to the beam’s remaining length. Each creature in the beam’s path must make a Dexterity saving throw. A target creature takes 4d12 lightning damage on a failure, or half as much damage on a success.\n\nThe lightning ignites flammable objects in the area that aren’t being worn or carried.",
    "level": 3,
    "higher_level": "When you cast this spell using a spell slot of 4th level or higher, the damage increases by 1d12 for each slot level above 3rd.",
    "target_type": "creature",
    "range_text": "Self",
    "range": 0.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a piece of quartz and a bit of fine dust",
    "material_cost": "0.00",
    "material_consumed": false,
    "target_count": null,
    "saving_throw_ability": "dexterity",
    "attack_roll": false,
    "damage_roll": "4d12",
    "damage_types": [
        "lightning"
    ],
    "duration": "instantaneous",
    "shape_type": null,
    "shape_size": null,
    "concentration": false
}