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

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

{
    "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
    "key": "giant",
    "descriptions": [
        {
            "desc": "Giants look like immense humanoids, standing from 10 feet tall (like ogres) to 30 (like storm giants). Some giants, like trolls, have human-like shapes but monstrous features.",
            "document": "a5e-mm",
            "gamesystem": "a5e"
        },
        {
            "desc": "Giants tower over humans and their kind. They are humanlike in shape, though some have multiple heads (ettins) or deformities (fomorians). The six varieties of true giant are hill giants, stone giants, frost giants, fire giants, cloud giants, and storm giants. Besides these, creatures such as ogres and trolls are giants.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "Giants are towering beings with humanlike shapes, like fire giants and trolls.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Giant",
    "document": "https://api-beta.open5e.com/v2/documents/core/?format=api"
}