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

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

{
    "url": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
    "key": "elemental",
    "descriptions": [
        {
            "desc": "Elementals are creatures from one of the Elemental Planes. The most basic of elementals are earth elementals, fire elementals, water elementals, and air elementals, each composed of magically animate earth, fire, and so on. The Elemental Planes are also home to genies, mephits, and other elemental creatures.",
            "document": "a5e-mm",
            "gamesystem": "a5e"
        },
        {
            "desc": "Elementals are creatures native to the elemental planes. Some creatures of this type are little more than animate masses of their respective elements, including the creatures simply called elementals. Others have biological forms infused with elemental energy. The races of genies, including djinn and efreet, form the most important civilizations on the elemental planes. Other elemental creatures include azers and invisible stalkers.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "Elementals are beings from the Elemental Planes, such as efreet and water elementals.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Elemental",
    "document": "https://api-beta.open5e.com/v2/documents/core/?format=api"
}