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

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

{
    "url": "https://api-beta.open5e.com/v2/documents/tob-2023/?format=api",
    "key": "tob-2023",
    "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 1 (2023 Edition)",
    "name": "Tome of Beasts 1 (2023 Edition)",
    "desc": "Whether you need dungeon vermin or world-shaking villains, the Tome of Beasts 1 (2023 Edition) has it. This book presents more than 400 foes suitable for any campaign setting—from tiny drakes and peculiar spiders to demon lords and ancient dragons.\r\n\r\nTome of Beasts 1 (2023 Edition) introduces new foes and upgrades monsters that originally appeared in Tome of Beasts, including:\r\n\r\n    Updates to include errata and streamline mechanics\r\n    11 new creatures like the ashwalker, planewatcher, and the ancient cave dragon\r\n    Expanded tables by creature type and terrain\r\n    New monster art—and much more!",
    "author": "Dan Dillon, Chris Harris, Rodrigo Garcia Carmona, Wolfgang Baur",
    "publication_date": "2024-03-22T00:00:00",
    "permalink": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition-hardcover/",
    "distance_unit": "feet",
    "weight_unit": "lb"
}