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

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

{
    "url": "https://api-beta.open5e.com/v2/documents/wz/?format=api",
    "key": "wz",
    "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": "Warlock Zine",
    "name": "Warlock Zine",
    "desc": "The Warlock zines published and available on KP's Warlock booklets.",
    "author": "Woflgang Baur, others.",
    "publication_date": "2017-08-02T00:00:00",
    "permalink": "https://koboldpress.com/kpstore/product-category/all-products/warlock-5th-edition-dnd/",
    "distance_unit": "feet",
    "weight_unit": "lb"
}