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

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

{
    "url": "https://api-beta.open5e.com/v2/spells/srd-2024_clairvoyance/?format=api",
    "document": {
        "name": "System Reference Document 5.2",
        "key": "srd-2024",
        "display_name": "5e 2024 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2024",
            "key": "5e-2024",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "key": "srd-2024_clairvoyance",
    "casting_options": [],
    "school": {
        "name": "Divination",
        "key": "divination",
        "url": "https://api-beta.open5e.com/v2/spellschools/divination/?format=api"
    },
    "classes": [
        {
            "name": "Bard",
            "key": "srd-2024_bard",
            "url": "https://api-beta.open5e.com/v2/classes/srd-2024_bard/?format=api"
        },
        {
            "name": "Cleric",
            "key": "srd-2024_cleric",
            "url": "https://api-beta.open5e.com/v2/classes/srd-2024_cleric/?format=api"
        },
        {
            "name": "Sorcerer",
            "key": "srd-2024_sorcerer",
            "url": "https://api-beta.open5e.com/v2/classes/srd-2024_sorcerer/?format=api"
        },
        {
            "name": "Wizard",
            "key": "srd-2024_wizard",
            "url": "https://api-beta.open5e.com/v2/classes/srd-2024_wizard/?format=api"
        }
    ],
    "range_unit": "feet",
    "shape_size_unit": "feet",
    "name": "Clairvoyance",
    "desc": "You create an Invisible sensor within range in a location familiar to you (a place you have visited or seen before) or in an obvious location that is unfamiliar to you (such as behind a door, around a corner, or in a grove of trees). The intangible, invulnerable sensor remains in place for the duration. When you cast the spell, choose seeing or hearing. You can use the chosen sense through the sensor as if you were in its space. As a Bonus Action, you can switch between seeing and hearing. A creature that sees the sensor (such as a creature benefiting from See Invisibility or Truesight) sees a luminous orb about the size of your fist.",
    "level": 3,
    "higher_level": "",
    "target_type": "creature",
    "range_text": "1 mile",
    "range": 5280.0,
    "ritual": false,
    "casting_time": "minute",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "a focus worth 100+ GP, either a jeweled horn for hearing or a glass eye for seeing",
    "material_cost": null,
    "material_consumed": true,
    "target_count": 1,
    "saving_throw_ability": "",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "10 minute",
    "shape_type": null,
    "shape_size": null,
    "concentration": true
}