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

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

{
    "url": "https://api-beta.open5e.com/v2/documents/a5e-ddg/?format=api",
    "key": "a5e-ddg",
    "licenses": [
        {
            "name": "Creative Commons Attribution 4.0",
            "key": "cc-by-40",
            "url": "https://api-beta.open5e.com/v2/licenses/cc-by-40/?format=api"
        },
        {
            "name": "OPEN GAME LICENSE Version 1.0a",
            "key": "ogl-10a",
            "url": "https://api-beta.open5e.com/v2/licenses/ogl-10a/?format=api"
        }
    ],
    "publisher": {
        "name": "EN Publishing",
        "key": "en-publishing",
        "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
    },
    "gamesystem": {
        "name": "Advanced 5th Edition",
        "key": "a5e",
        "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
    },
    "display_name": "Dungeon Delver’s Guide",
    "name": "Dungeon Delver’s Guide",
    "desc": "The Dungeon Delver's Guide is a resource for Narrators that want to create compelling and deadly mazes and lairs, and adventurers who want to venture below and return to the surface alive.",
    "author": "EN Publishing",
    "publication_date": "2023-10-03T00:00:00",
    "permalink": "https://a5esrd.com/a5esrd",
    "distance_unit": "feet",
    "weight_unit": "lb"
}