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

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

{
    "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
    "key": "beast",
    "descriptions": [
        {
            "desc": "Beasts are natural animals whose existence and abilities are nonmagical. A bear and a tyrannosaurus rex are both beasts.",
            "document": "a5e-mm",
            "gamesystem": "a5e"
        },
        {
            "desc": "Beasts are nonhumanoid creatures that are a natural part of the fantasy ecology. Some of them have magical powers, but most are unintelligent and lack any society or language. Beasts include all varieties of ordinary animals, dinosaurs, and giant versions of animals.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "Beasts are non-Humanoid natural creatures, like horses and wolves, as well as most giant animals.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Beast",
    "document": "https://api-beta.open5e.com/v2/documents/core/?format=api"
}