list: API endpoint for returning a list of creatures types.
retrieve: API endpoint for returning a particular creature type.

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

{
    "url": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
    "key": "dragon",
    "descriptions": [
        {
            "desc": "Dragons include red and gold dragons, which are huge reptilian fire-breathers that number among the world’s most dangerous monsters. This type includes white dragons, which breathe killing frost, as well as smaller reptilian creatures related to true dragons, such as pseudodragons.",
            "document": "a5e-mm",
            "gamesystem": "a5e"
        },
        {
            "desc": "Dragons are large reptilian creatures of ancient origin and tremendous power. True dragons, including the good metallic dragons and the evil chromatic dragons, are highly intelligent and have innate magic. Also in this category are creatures distantly related to true dragons, but less powerful, less intelligent, and less magical, such as wyverns and pseudodragons.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "Dragons are scaly beings of ancient origin, such as red dragons and wyverns.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Dragon",
    "document": "https://api-beta.open5e.com/v2/documents/core/?format=api"
}