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

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

{
    "url": "https://api-beta.open5e.com/v2/documents/open5e-e/?format=api",
    "key": "open5e-e",
    "licenses": [
        {
            "name": "Creative Commons Attribution 4.0",
            "key": "cc-by-40",
            "url": "https://api-beta.open5e.com/v2/licenses/cc-by-40/?format=api"
        }
    ],
    "publisher": {
        "name": "Open5e",
        "key": "open5e",
        "url": "https://api-beta.open5e.com/v2/publishers/open5e/?format=api"
    },
    "gamesystem": {
        "name": "5th Edition 2014",
        "key": "5e-2014",
        "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
    },
    "display_name": "Open5e Environments",
    "name": "Open5e Environments",
    "desc": "A set of standard environments used across many different 5e campaigns.",
    "author": "Various",
    "publication_date": "2024-10-27T11:15:24",
    "permalink": "https://open5e.com",
    "distance_unit": "feet",
    "weight_unit": "lb"
}