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

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

{
    "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
    "key": "monstrosity",
    "descriptions": [
        {
            "desc": "Monstrosities are magical beings usually native to the Material Plane. Some monstrosities combine the features of beasts and humanoids, like centaurs. Others have bizarre or unnatural appearances, like many-tentacled ropers. Monstrosities could only arise in a world suffused with magic.",
            "document": "a5e-mm",
            "gamesystem": "a5e"
        },
        {
            "desc": "Monstrosities are monsters in the strictest sense—frightening creatures that are not ordinary, not truly natural, and almost never benign. Some are the results of magical experimentation gone awry (such as owlbears), and others are the product of terrible curses (including minotaurs and yuan-­‐‑ti). They defy categorization, and in some sense serve as a catch-­‐‑all category for creatures that don’t fit into any other type.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "Monstrosities are unnatural creatures with strange origins, such as mimics and owlbears.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Monstrosity",
    "document": "https://api-beta.open5e.com/v2/documents/core/?format=api"
}