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

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

{
    "url": "https://api-beta.open5e.com/v2/spells/angelic-guardian/?format=api",
    "key": "angelic-guardian",
    "casting_options": [
        {
            "type": "default",
            "damage_roll": null,
            "target_count": null,
            "duration": null,
            "range": null
        }
    ],
    "school": {
        "key": "conjuration",
        "name": "Conjuration",
        "desc": "**Conjuration** spells involve the transportation of objects and creatures from one location to another. Some spells summon creatures or objects to the caster’s side, whereas others allow the caster to teleport to another location. Some conjurations create objects or effects out of nothing.",
        "document": "srd"
    },
    "name": "Angelic Guardian",
    "desc": "You conjure a minor celestial manifestation to protect a creature you can see within range. A faintly glowing image resembling a human head and shoulders hovers within 5 feet of the target for the duration. The manifestation moves to interpose itself between the target and any incoming attacks, granting the target a +2 bonus to AC.\n\nAlso, the first time the target gets a failure on a Dexterity saving throw while the spell is active, it can use its reaction to reroll the save. The spell then ends.",
    "level": 1,
    "higher_level": "",
    "target_type": "creature",
    "range": "30 feet",
    "ritual": false,
    "casting_time": "action",
    "verbal": true,
    "somatic": true,
    "material": false,
    "material_specified": "",
    "material_cost": null,
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "dexterity",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "1 minute",
    "shape_type": null,
    "shape_magnitude": null,
    "concentration": true,
    "document": "https://api-beta.open5e.com/v2/documents/deep-magic/?format=api"
}