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

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

{
    "url": "https://api.open5e.com/v2/creaturetypes/plant/?format=api",
    "key": "plant",
    "name": "Plant",
    "desc": "Plants in this context are vegetable creatures, not ordinary flora. Most of them are ambulatory, and some are carnivorous. The quintessential plants are the shambling mound and the treant. Fungal creatures such as the gas spore and the myconid also fall into this category.",
    "document": "https://api.open5e.com/v2/documents/srd/?format=api"
}