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

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

{
    "url": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
    "key": "tob3",
    "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 3",
    "name": "Tome of Beasts 3",
    "desc": "Coming soon to Kickstarter, with over 400 monsters at your fingertips, Tome of Beasts 3 is sure to challenge, delight, and even terrify your players:\r\n\r\n    An appendix filled with NPCs\r\n    Monsters designed by guest designers, such as B. Dave Walters, Gail Simone, and many more\r\n    Monsters designed by our very own backers\r\n    Monsters ranging from familiars to coastal environments to towering undead to forest-haunting dragons\r\n    Backers can playtest the monsters!\r\n\r\nTome of Beasts 3 Lairs contains 18 mapped adventures, plus any reached stretch-goal adventures, including:\r\n\r\n    A shipwreck filled with treasure—and danger!\r\n    A bakery-owning drake with a spooky problem\r\n    A cult hunting a fey that can allow them to travel the planes\r\n    A farmer whose prize-winning sheep are disappearing",
    "author": "Wolfgang Baur, Celeste Conowitch, Darrin Drader, James Introcaso, Philip Larwood, Jeff Lee, Kelly Pawlik, Brian Suskind, Mike Welham",
    "publication_date": "2022-01-10T00:00:00",
    "permalink": "https://koboldpress.com/tome-of-beasts-3/",
    "distance_unit": null,
    "weight_unit": "lb"
}