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

GET /v2/spells/spells-that-dont-suck_call-for-aid/?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_call-for-aid/?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_call-for-aid",
    "casting_options": [],
    "school": {
        "name": "Conjuration",
        "key": "conjuration",
        "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?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": "feet",
    "name": "Call for Aid",
    "desc": "You seek assistance from a mighty extraplanar being — a god, archdevil, or other legendary and powerful creature. It sends one of its loyal servants to aid you, which appears in an unoccupied space within range.\n\nWhen the creature appears, it is friendly but under no obligation to help you. It speaks at least one language you speak. It typically demands payment for its aid, in a form appropriate to the creature (for example, tithes for a celestial or sacrifices for a fiend). When payment has monetary value, it usually is 50 gp per minute, 500 gp per hour, or 5,000 gp per day. It may be decreased or increased as much as 50% depending on whether the extraplanar being endorses the task, or on the danger of the task. The cost usually increases when repeatedly summoning the same extraplanar being and may be free the first time if the being favors you.\n\nServices can be anything appropriate to the creature summoned. Creatures will rarely agree to tasks that are suicidal, impossible, abhorrent, or especially lengthy. After the creature completes the task, or you are unable to satisfy its payment, it returns to its home plane.",
    "level": 6,
    "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": "instantaneous",
    "shape_type": null,
    "shape_size": null,
    "concentration": false
}