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

GET /v2/spells/spells-that-dont-suck_secret-missive/?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_secret-missive/?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_secret-missive",
    "casting_options": [],
    "school": {
        "name": "Illusion",
        "key": "illusion",
        "url": "https://api-beta.open5e.com/v2/spellschools/illusion/?format=api"
    },
    "classes": [
        {
            "name": "Bard",
            "key": "srd_bard",
            "url": "https://api-beta.open5e.com/v2/classes/srd_bard/?format=api"
        },
        {
            "name": "Warlock",
            "key": "srd_warlock",
            "url": "https://api-beta.open5e.com/v2/classes/srd_warlock/?format=api"
        },
        {
            "name": "Wizard",
            "key": "srd_wizard",
            "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api"
        }
    ],
    "range_unit": "feet",
    "shape_size_unit": "feet",
    "name": "Secret Missive",
    "desc": "You pen a secret message on a parchment, paper, or other writing material. When you write the message, choose a password or passphrase; when a creature speaks this code while holding the parchment, the secret message appears for 10 minutes before fading again. Alternatively, you can specify a creature. The message automatically appears when it holds the parchment. You can write any other text on the parchment, which becomes invisible anytime the secret message is displayed. When the spell ends, the secret message disappears forever.\n\nCreatures with truesight can see the secret message. A _dispel magic_ cast on the parchment ends the spell without revealing the secret message.\n\nThe spell’s duration is related to the quality of ink used. Magical ink worth 10 gp gives it a duration of 10 days. More expensive ink lasts an additional day for each 1 gp spent; if 100 gp worth of magical ink is used, the duration becomes permanent.",
    "level": 1,
    "higher_level": "",
    "target_type": "object",
    "range_text": "Touch",
    "range": 0.1,
    "ritual": true,
    "casting_time": "minute",
    "reaction_condition": null,
    "verbal": false,
    "somatic": true,
    "material": true,
    "material_specified": "A lead-based ink worth at least 10gp, which the spell consumes",
    "material_cost": "10.00",
    "material_consumed": true,
    "target_count": 1,
    "saving_throw_ability": "",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "10 days",
    "shape_type": null,
    "shape_size": null,
    "concentration": false
}