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-beta.open5e.com/v2/creaturetypes/plant/?format=api",
    "key": "plant",
    "descriptions": [
        {
            "desc": "Plant creatures are magical fungoid or plant-like creatures. Ordinary plants, such as trees, are not plant creatures. A treant is an intelligent plant creature that resembles a tree.",
            "document": "a5e-mm",
            "gamesystem": "a5e"
        },
        {
            "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": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "Plants are sentient vegetation and fungal monsters, such as shambling mounds and treants.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Plant",
    "document": "https://api-beta.open5e.com/v2/documents/core/?format=api"
}