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

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

{
    "url": "https://api-beta.open5e.com/v2/documents/elderberry-inn-icons/?format=api",
    "key": "elderberry-inn-icons",
    "licenses": [
        {
            "name": "Creative Commons 0",
            "key": "cc0",
            "url": "https://api-beta.open5e.com/v2/licenses/cc0/?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": "Elderberry Inn Icons",
    "name": "Elderberry Inn Icons",
    "desc": "Designed with love by Anaislalovi for Elderberry Inn.",
    "author": "Ana Isabel Latorre López Villalta",
    "publication_date": "2023-10-05T00:00:00",
    "permalink": "https://github.com/anaislalovi/dnd5e-icons",
    "distance_unit": null,
    "weight_unit": "lb"
}