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

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

{
    "url": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
    "key": "tob",
    "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 Beasts",
    "name": "Tome of Beasts",
    "desc": "Tome of Beasts from Kobold Press brings more than 400 new monsters to the 5th Edition! Use them in your favorite setting for fantasy adventure! Pick up Tome of Beasts and give your players an encounter they won’t soon forget.",
    "author": "Chris Harris, Dan Dillon, Rodrigo Garcia Carmona, and Wolfgang Baur",
    "publication_date": "2016-01-01T00:00:00",
    "permalink": "https://koboldpress.com/tome-of-beasts/",
    "distance_unit": "feet",
    "weight_unit": "lb"
}