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

GET /v2/spells/spells-that-dont-suck_befriend-beast/?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_befriend-beast/?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_befriend-beast",
    "casting_options": [],
    "school": {
        "name": "Enchantment",
        "key": "enchantment",
        "url": "https://api-beta.open5e.com/v2/spellschools/enchantment/?format=api"
    },
    "classes": [
        {
            "name": "Bard",
            "key": "srd_bard",
            "url": "https://api-beta.open5e.com/v2/classes/srd_bard/?format=api"
        },
        {
            "name": "Druid",
            "key": "srd_druid",
            "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api"
        },
        {
            "name": "Ranger",
            "key": "srd_ranger",
            "url": "https://api-beta.open5e.com/v2/classes/srd_ranger/?format=api"
        }
    ],
    "range_unit": "ft",
    "shape_size_unit": "feet",
    "name": "Befriend Beast",
    "desc": "You magically persuade a beast that you are a trusted ally. Choose a beast that you can see within range, which must be able to see and hear you. The beast must succeed on a Wisdom saving throw or be charmed by you for the spell’s duration. Beasts with Intelligence 4 or higher automatically succeed. If you or one of your companions harms the target, the spell ends.\n\nWhile charmed in this way, the beast is willing to perform simple tasks on your behalf, including scouting locations, finding things, or delivering objects. If asked to deliver a message, it can understand locations and a general description of a target, though it cannot reliably find an individual. A beast delivering a message typically covers 1 mile per hour walking, or 2 miles per hour if it can fly.",
    "level": 1,
    "higher_level": "If you cast this spell using a spell slot of 2nd level, the duration of the spell increases to 24 hours. If you use a spell slot of 3rd level or higher, you can either increase the duration by another 24 hours for each slot level above 2nd or affect one additional beast for each slot level above 2nd.",
    "target_type": "creature",
    "range_text": "30 ft",
    "range": 30.0,
    "ritual": true,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a biscuit baked out of meat and grain",
    "material_cost": "0.00",
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "wisdom",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "1 hour",
    "shape_type": null,
    "shape_size": null,
    "concentration": false
}