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

GET /v2/spells/spells-that-dont-suck_sonic-rift/?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_sonic-rift/?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_sonic-rift",
    "casting_options": [],
    "school": {
        "name": "Conjuration",
        "key": "conjuration",
        "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?format=api"
    },
    "classes": [
        {
            "name": "Sorcerer",
            "key": "srd_sorcerer",
            "url": "https://api-beta.open5e.com/v2/classes/srd_sorcerer/?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": "Sonic Rift",
    "desc": "You create and step through a brief dimensional rift, teleporting to an unoccupied space you can see within range. You can bring your possessions and any objects you can carry. You may also bring one willing creature your size or smaller, who must be standing 5 feet from where you cast the spell and appears within 5 feet of your destination. If there is not enough space at the destination, it is left behind.\n\nAfter you teleport, the rift closes and emits a sonic shockwave. Choose either your starting or ending space. All creatures within 10 feet of that space except you and any creature you brought with you must make a Constitution saving throw, taking 4d8 thunder damage on a failure or half as much damage on a success. The shockwave is audible out to 300 feet.",
    "level": 3,
    "higher_level": "When you cast this spell using a spell slot of 4th level or higher, the damage increases by 1d8 for each slot level above 3rd.",
    "target_type": "creature",
    "range_text": "90 ft",
    "range": 90.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": 2,
    "saving_throw_ability": "constitution",
    "attack_roll": false,
    "damage_roll": "4d8",
    "damage_types": [
        "thunder"
    ],
    "duration": "instantaneous",
    "shape_type": null,
    "shape_size": null,
    "concentration": false
}