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

GET /v2/spells/spells-that-dont-suck_sky-omen/?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_sky-omen/?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_sky-omen",
    "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": "Druid",
            "key": "srd_druid",
            "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api"
        },
        {
            "name": "Wizard",
            "key": "srd_wizard",
            "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api"
        }
    ],
    "range_unit": "mi",
    "shape_size_unit": "feet",
    "name": "Sky Omen",
    "desc": "You create a gigantic stationary symbol in a part of the sky you can see. You control the appearance of this omen, which displays animations up to 10 minutes in length. The image is visible for a radius of 1 mile. It is obviously unnatural and cannot be mistaken for a real object.\n\nThe first time a creature sees the omen, it must make a Wisdom saving throw. A creature can choose to fail its saving throw if it interprets the omen positively. On a failure, it suffers one of the following effects (or another appropriate effect upon its confidence or morale, as determined by the GM). At the end of every day, a creature can repeat its saving throw against this spell.\n\n| \n\nTerror\n\n | A creature failing the save is frightened of the omen. |\n| \n\nAwe\n\n | A creature failing the save is charmed and will not willingly move anywhere it cannot see the omen. |\n| \n\nCourage\n\n | A creature has advantage on saving throws against fear and charm effects while it can see the omen. |",
    "level": 6,
    "higher_level": "If you cast this spell using a 7th-level spell slot, the radius is 6 miles and the duration is concentration, up to 8 hours. If you use an 8th-level spell slot, the radius is 12 miles and the duration is concentration, up to 24 hours. If you use a 9th-level spell slot, the radius is 18 miles, the spell no longer requires concentration, and it lasts until dispelled.",
    "target_type": "creature",
    "range_text": "1 mi",
    "range": 1.0,
    "ritual": false,
    "casting_time": "action",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": false,
    "material_specified": "",
    "material_cost": null,
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "wisdom",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "1 hour",
    "shape_type": null,
    "shape_size": null,
    "concentration": true
}