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

GET /v2/spells/spells-that-dont-suck_benediction/?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_benediction/?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_benediction",
    "casting_options": [],
    "school": {
        "name": "Divination",
        "key": "divination",
        "url": "https://api-beta.open5e.com/v2/spellschools/divination/?format=api"
    },
    "classes": [
        {
            "name": "Cleric",
            "key": "srd_cleric",
            "url": "https://api-beta.open5e.com/v2/classes/srd_cleric/?format=api"
        },
        {
            "name": "Druid",
            "key": "srd_druid",
            "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api"
        }
    ],
    "range_unit": "ft",
    "shape_size_unit": "feet",
    "name": "Benediction",
    "desc": "Magic enhances your words as you advise one creature that can see and understand you within range. Once before the spell ends, the target can roll a 1d4 and add the number rolled to one ability check of its choice. It can roll the die before or after making the ability check. The spell then ends.\n\nA creature with 4 Intelligence or higher that perceives your spellcasting is aware of its magical influence and responds accordingly.\n\n> _Stacking bonus-die buffs can easily break skill checks. The following house rule is strongly recommended:_ Only one bonus-die effect (the largest) can be applied to any given d20 roll.",
    "level": 0,
    "higher_level": "",
    "target_type": "creature",
    "range_text": "30 ft",
    "range": 30.0,
    "ritual": false,
    "casting_time": "minute",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": false,
    "material_specified": "",
    "material_cost": null,
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "1 minute",
    "shape_type": null,
    "shape_size": null,
    "concentration": true
}