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

GET /v2/spells/deepm_bleating-call/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/spells/deepm_bleating-call/?format=api",
    "document": {
        "name": "Deep Magic for 5th Edition",
        "key": "deepm",
        "display_name": "Deep Magic for 5th Edition",
        "publisher": {
            "name": "Kobold Press",
            "key": "kobold-press",
            "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
    },
    "key": "deepm_bleating-call",
    "casting_options": [
        {
            "type": "default",
            "damage_roll": null,
            "target_count": null,
            "duration": null,
            "range": null,
            "concentration": null,
            "shape_size": null,
            "desc": null
        }
    ],
    "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": "Ranger",
            "key": "srd_ranger",
            "url": "https://api-beta.open5e.com/v2/classes/srd_ranger/?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": "feet",
    "shape_size_unit": "feet",
    "name": "Bleating Call",
    "desc": "You create a sound on a point within range. The sound’s volume can range from a whisper to a scream, and it can be any sound you choose. The sound continues unabated throughout the duration, or you can make discrete sounds at different times before the spell ends.\n\nEach creature that starts its turn within 30 feet of the sound and can hear it must make a Wisdom saving throw. On a failed save, the target must take the Dash or Disengage action and move toward the sound by the safest available route on each of its turns. When it arrives to the source of the sound, the target must use its action to examine the sound. Once it has examined the sound, the target determines the sound is illusory and can no longer hear it, ending the spell’s effects on that target and preventing the target from being affected by the sound again for the duration of the spell. If a target takes damage from you or a creature friendly to you, it is no longer under the effects of this spell.\n\nCreatures that can’t be charmed are immune to this spell.",
    "level": 2,
    "higher_level": "",
    "target_type": "point",
    "range_text": "90 feet",
    "range": 90.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": false,
    "somatic": true,
    "material": true,
    "material_specified": "a bit of fur or hair from a young beast or humanoid",
    "material_cost": null,
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "wisdom",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "1 minute",
    "shape_type": null,
    "shape_size": null,
    "concentration": false
}