list: API endpoint for returning a list of documents.
retrieve: API endpoint for returning a particular document.

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

{
    "url": "https://api.open5e.com/v2/documents/spells-that-dont-suck/?format=api",
    "key": "spells-that-dont-suck",
    "licenses": [
        {
            "name": "Creative Commons Attribution 4.0",
            "key": "cc-by-40",
            "url": "https://api.open5e.com/v2/licenses/cc-by-40/?format=api"
        }
    ],
    "publisher": {
        "name": "Somanyrobots",
        "key": "somanyrobots",
        "url": "https://api.open5e.com/v2/publishers/somanyrobots/?format=api"
    },
    "gamesystem": {
        "name": "5th Edition 2014",
        "key": "5e-2014",
        "url": "https://api.open5e.com/v2/gamesystems/5e-2014/?format=api"
    },
    "display_name": "Spells That Don't Suck",
    "name": "Spells That Don't Suck",
    "desc": "Spells That Don't Suck is a package of replacement spells for problematic ones in core 5E - typically rebalancing under- or over-powered spells. All content contained within is licensed CC-BY and free to reuse. Includes spells from Spells That Don't Suck by Omega Ankh and somanyrobots, which is licensed CC-BY and available here https://www.somanyrobots.com/s/Spells-That-Dont-Suck-compressed.pdf. Includes spells from Kibbles' Casting Compendium 2.0 by KibblesTasty Homebrewc LLC, which is licensed CC-BY and available here: https://www.kthomebrew.com/krd.",
    "type": "SOURCE",
    "author": "Ben Somers / somanyrobots, Omega Ankh",
    "publication_date": "2025-03-30T00:00:00",
    "permalink": "https://www.somanyrobots.com/s/Spells-That-Dont-Suck-compressed.pdf",
    "distance_unit": "feet",
    "weight_unit": "lb"
}