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

GET /v2/spells/spells-that-dont-suck_force-weapon/?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_force-weapon/?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_force-weapon",
    "casting_options": [],
    "school": {
        "name": "Transmutation",
        "key": "transmutation",
        "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api"
    },
    "classes": [
        {
            "name": "Paladin",
            "key": "srd_paladin",
            "url": "https://api-beta.open5e.com/v2/classes/srd_paladin/?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": "Force Weapon",
    "desc": "You touch a weapon, imbuing it with magic until the spell ends. A nonmagical weapon becomes magical, and the weapon gains a +1 bonus to attack rolls and deals an extra 1d4 force damage.\n\nA creature wielding an amplified weapon can use a bonus action to make it start or stop glowing. The wielder chooses the color and amount of bright light from a 5-foot radius to a 30-foot radius, with dim light for an additional equal distance.",
    "level": 2,
    "higher_level": "When you cast this spell using a spell slot of 4th level or higher, the bonus increases to +2 and the force damage increases to 1d6. When you use a spell slot of 6th level or higher, the bonus increases to +3 and the force damage increases to 1d8.",
    "target_type": "object",
    "range_text": "Touch",
    "range": 0.1,
    "ritual": false,
    "casting_time": "bonus",
    "reaction_condition": null,
    "verbal": true,
    "somatic": true,
    "material": false,
    "material_specified": "",
    "material_cost": null,
    "material_consumed": false,
    "target_count": 1,
    "saving_throw_ability": "",
    "attack_roll": false,
    "damage_roll": "",
    "damage_types": [],
    "duration": "1 hour",
    "shape_type": null,
    "shape_size": null,
    "concentration": true
}