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

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

{
    "url": "https://api-beta.open5e.com/v2/spells/acid-splash-a5e/?format=api",
    "key": "acid-splash-a5e",
    "casting_options": [
        {
            "type": "default",
            "damage_roll": null,
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_1",
            "damage_roll": "",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_2",
            "damage_roll": "",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_3",
            "damage_roll": "",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_4",
            "damage_roll": "",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_5",
            "damage_roll": "2d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_6",
            "damage_roll": "2d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_7",
            "damage_roll": "2d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_8",
            "damage_roll": "2d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_9",
            "damage_roll": "2d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_10",
            "damage_roll": "2d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_11",
            "damage_roll": "3d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_12",
            "damage_roll": "3d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_13",
            "damage_roll": "3d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_14",
            "damage_roll": "3d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_15",
            "damage_roll": "3d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_16",
            "damage_roll": "3d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_17",
            "damage_roll": "4d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_18",
            "damage_roll": "4d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_19",
            "damage_roll": "4d6",
            "target_count": null,
            "duration": null,
            "range": null
        },
        {
            "type": "player_level_20",
            "damage_roll": "4d6",
            "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": "Acid Splash",
    "desc": "A stinking bubble of acid is conjured out of thin air to fly at the targets, dealing 1d6 acid damage.",
    "level": 0,
    "higher_level": "This spell's damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).",
    "target_type": "creature",
    "range": "60 feet",
    "ritual": false,
    "casting_time": "action",
    "verbal": true,
    "somatic": true,
    "material": false,
    "material_specified": "",
    "material_cost": null,
    "material_consumed": false,
    "target_count": 2,
    "saving_throw_ability": "",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "instantaneous",
    "shape_type": null,
    "shape_magnitude": null,
    "concentration": false,
    "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
}