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

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

{
    "url": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "key": "toh",
    "licenses": [
        {
            "name": "OPEN GAME LICENSE Version 1.0a",
            "key": "ogl-10a",
            "url": "https://api-beta.open5e.com/v2/licenses/ogl-10a/?format=api"
        }
    ],
    "publisher": {
        "name": "Kobold Press",
        "key": "kobold-press",
        "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
    },
    "gamesystem": {
        "name": "5th Edition 2014",
        "key": "5e-2014",
        "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
    },
    "display_name": "Tome of Heroes",
    "name": "Tome of Heroes",
    "desc": "Tome of Heroes Open-Gaming License Content by Kobold Press",
    "author": "Kelly Pawlik, Ben Mcfarland, and Briand Suskind",
    "publication_date": "2022-06-01T00:00:00",
    "permalink": "https://koboldpress.com/kpstore/product/tome-of-heroes-for-5th-edition/",
    "distance_unit": "feet",
    "weight_unit": "lb"
}