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

GET /v2/spells/spells-that-dont-suck_shape-winds/?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_shape-winds/?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_shape-winds",
    "casting_options": [],
    "school": {
        "name": "Transmutation",
        "key": "transmutation",
        "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api"
    },
    "classes": [
        {
            "name": "Druid",
            "key": "srd_druid",
            "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api"
        },
        {
            "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": "ft",
    "shape_size_unit": "ft",
    "name": "Shape Winds",
    "desc": "You seize control of the air in a cube up to 300 feet on a side you can see within range, bending it to your will. Choose one of the following effects. The effect persists until the spell ends, or until you use your action to pause it or change it to a different effect. You can resume a paused effect as an action.\n\n -  **Gale.** A steady wind blows in a horizontal direction of your choice. Every foot of movement against the wind costs 2 extra feet, and ranged attacks made against the wind automatically miss. Creatures moving with the wind can move 1 extra foot for each foot of movement spent. When a creature or projectile moves within the area, you can use your reaction to change the wind’s direction. As a bonus action, you can create a gust. All creatures within the area must succeed on a Strength saving throw or be pushed 30 feet in the wind’s direction.\n\n -  **Turbulence.** You whip the wind into a chaotic vortex. Ranged attacks passing through the wind are made with disadvantage. Any creature that flies into the wind’s area, starts its turn flying there, or takes flight there has its flying speed halved, and must succeed on a Strength saving throw or be knocked prone.\n\n -  **Thermal Column.** You direct the wind to blow upwards. All creatures suffering fall damage within the wind can reduce that damage by five times your spellcasting ability modifier. When a creature within the wind makes a vertical jump, its jump height is tripled.",
    "level": 5,
    "higher_level": "",
    "target_type": "area",
    "range_text": "100 ft",
    "range": 100.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": null,
    "saving_throw_ability": "strength",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "1 hour",
    "shape_type": "cube",
    "shape_size": 300.0,
    "concentration": true
}