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

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

{
    "url": "https://api-beta.open5e.com/v2/spells/a5e-ag_feeblemind/?format=api",
    "document": {
        "name": "Adventurer's Guide",
        "key": "a5e-ag",
        "display_name": "Adventurer's Guide",
        "publisher": {
            "name": "EN Publishing",
            "key": "en-publishing",
            "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
        },
        "gamesystem": {
            "name": "Advanced 5th Edition",
            "key": "a5e",
            "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
        },
        "permalink": "https://a5esrd.com/a5esrd"
    },
    "key": "a5e-ag_feeblemind",
    "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": [],
    "range_unit": "feet",
    "shape_size_unit": "feet",
    "name": "Feeblemind",
    "desc": "You blast the target's mind, attempting to crush its intellect and sense of self. The target takes 4d6 psychic damage.\n\nOn a failed save, until the spell ends the creature's Intelligence and Charisma scores are both reduced to 1\\. The creature can't cast spells, activate magic items, understand language, or communicate in any intelligible way, but it is still able to recognize, follow, and even protect its allies.\n\nAt the end of every 30 days, the creature can repeat its saving throw against this spell, ending it on a success.\n\n_Greater restoration_, _heal_, or _wish_ can also be used to end the spell.",
    "level": 8,
    "higher_level": "",
    "target_type": "creature",
    "range_text": "120 feet",
    "range": 120.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "",
    "material_cost": null,
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "intelligence",
    "attack_roll": false,
    "damage_roll": "4d6",
    "damage_types": [
        "psychic"
    ],
    "duration": "instantaneous",
    "shape_type": null,
    "shape_size": null,
    "concentration": false
}