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

GET /v2/spells/a5e-ag_divine-word/?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_divine-word/?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_divine-word",
    "casting_options": [
        {
            "type": "default",
            "damage_roll": null,
            "target_count": null,
            "duration": null,
            "range": null,
            "concentration": null,
            "shape_size": null,
            "desc": null
        }
    ],
    "school": {
        "name": "Evocation",
        "key": "evocation",
        "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api"
    },
    "classes": [],
    "range_unit": "feet",
    "shape_size_unit": "feet",
    "name": "Divine Word",
    "desc": "You utter a primordial imprecation that brings woe upon your enemies. A target suffers an effect based on its current hit points.\n\n* Fewer than 50 hit points: deafened for 1 minute.\n* Fewer than 40 hit points: blinded and deafened for 10 minutes.\n* Fewer than 30 hit points: stunned, blinded, and deafened for 1 hour.\n* Fewer than 20 hit points: instantly killed outright.\n\nAdditionally, when a celestial, elemental, fey, or fiend is affected by this spell it is immediately forced back to its home plane and for 24 hours it is unable to return to your current plane by any means less powerful than a wish spell. Such a creature does not suffer this effect if it is already on its plane of origin.",
    "level": 7,
    "higher_level": "",
    "target_type": "creature",
    "range_text": "30 feet",
    "range": 30.0,
    "ritual": false,
    "casting_time": "bonus-action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": false,
    "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
}