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

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

{
    "url": "https://api.open5e.com/v2/creaturetypes/ooze/?format=api",
    "key": "ooze",
    "name": "Ooze",
    "desc": "Oozes are gelatinous creatures that rarely have a fixed shape. They are mostly subterranean, dwelling in caves and dungeons and feeding on refuse, carrion, or creatures unlucky enough to get in their way. Black puddings and gelatinous cubes are among the most recognizable oozes.",
    "document": "https://api.open5e.com/v2/documents/srd/?format=api"
}