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

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

{
    "url": "https://api-beta.open5e.com/v2/spells/spells-that-dont-suck_enkindle/?format=api",
    "document": {
        "name": "Spells That Don't Suck",
        "key": "spells-that-dont-suck",
        "display_name": "Spells That Don't Suck",
        "publisher": {
            "name": "Somanyrobots",
            "key": "somanyrobots",
            "url": "https://api-beta.open5e.com/v2/publishers/somanyrobots/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://www.somanyrobots.com/s/Spells-That-Dont-Suck-compressed.pdf"
    },
    "key": "spells-that-dont-suck_enkindle",
    "casting_options": [],
    "school": {
        "name": "Transmutation",
        "key": "transmutation",
        "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api"
    },
    "classes": [
        {
            "name": "Bard",
            "key": "srd_bard",
            "url": "https://api-beta.open5e.com/v2/classes/srd_bard/?format=api"
        },
        {
            "name": "Druid",
            "key": "srd_druid",
            "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api"
        }
    ],
    "range_unit": "ft",
    "shape_size_unit": "feet",
    "name": "Enkindle",
    "desc": "You choose a Medium or smaller object not being worn within range and cause it to rapidly heat to unbearable temperatures. If the object is metal or otherwise not flammable, it glows white-hot; if it is flammable, it is engulfed in flame but not destroyed. If a creature is holding the object, it makes a Constitution saving throw at the start of each of its turns, taking 2d4 fire damage on a failure and suffering disadvantage on any ability checks or attack rolls using the item. If it succeeds on the saving throw, it takes half as much damage and suffers no other effects.\n\nIf you maintain concentration for the full 1-minute duration, a nonmagical item is melted, reduced to ash, or otherwise destroyed.",
    "level": 2,
    "higher_level": "When you cast this spell using a spell slot of 3rd level or higher, the fire damage increases by 1d4 for each slot level above 2nd.",
    "target_type": "object",
    "range_text": "60 ft",
    "range": 60.0,
    "ritual": false,
    "casting_time": "bonus",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": true,
    "material_specified": "an unlit candle",
    "material_cost": "0.00",
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "constitution",
    "attack_roll": false,
    "damage_roll": "2d4",
    "damage_types": [
        "fire"
    ],
    "duration": "1 minute",
    "shape_type": null,
    "shape_size": null,
    "concentration": true
}