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

GET /v2/creatures/tob3_star-nosed-diopsid/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_star-nosed-diopsid/?format=api",
    "key": "tob3_star-nosed-diopsid",
    "name": "Star-Nosed Diopsid",
    "document": {
        "name": "Tome of Beasts 3",
        "key": "tob3",
        "display_name": "Tome of Beasts 3",
        "publisher": {
            "name": "Kobold Press",
            "key": "kobold-press",
            "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://koboldpress.com/tome-of-beasts-3/"
    },
    "type": {
        "name": "Aberration",
        "key": "aberration",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "9.000",
    "challenge_rating_text": "9",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "fly": 30.0,
        "burrow": 15.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 30.0,
        "burrow": 15.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "lawful evil",
    "languages": {
        "as_string": "Deep Speech, Undercommon, telepathy 100' (300' w/its own kind)",
        "data": [
            {
                "name": "Deep Speech",
                "key": "deep-speech",
                "url": "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "desc": "Typical speakers include aboleths and cloakers. It is only spoken."
            },
            {
                "name": "Undercommon",
                "key": "undercommon",
                "url": "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "desc": "Typical speakers are underworld traders."
            }
        ]
    },
    "armor_class": 16,
    "armor_detail": "natural",
    "hit_points": 153,
    "hit_dice": "18d10+54",
    "experience_points": 5000,
    "ability_scores": {
        "strength": 19,
        "dexterity": 14,
        "constitution": 17,
        "intelligence": 17,
        "wisdom": 16,
        "charisma": 15
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 2,
        "constitution": 3,
        "intelligence": 3,
        "wisdom": 3,
        "charisma": 2
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "constitution": 7,
        "intelligence": 7,
        "wisdom": 7
    },
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 2,
        "constitution": 7,
        "intelligence": 7,
        "wisdom": 7,
        "charisma": 2
    },
    "skill_bonuses": {
        "perception": 3
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 3,
        "arcana": 3,
        "athletics": 4,
        "deception": 2,
        "history": 3,
        "insight": 3,
        "intimidation": 2,
        "investigation": 3,
        "medicine": 3,
        "nature": 3,
        "perception": 3,
        "performance": 2,
        "persuasion": 2,
        "religion": 3,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 3
    },
    "passive_perception": 17,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "nonmagic B/P/S attacks",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": 60.0,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Mutagenic Venom",
            "desc": "Produces potent poison that envenoms Humanoid victim and slowly transforms it into new diopsid. While envenomed treats all diopsid as if charmed by them. Every 24 hrs that elapse victim : DC 16 Con save reducing hp max by 5 (2d4) on failure. Reduction lasts until creature finishes long rest after venom removed. Creature dies if this reduces hp max to 0. Humanoid that dies from this horrifically transformed becoming new diopsid and losing all memory of its former life. Poison remains within creature’s body until removed by greater restoration or similar."
        }
    ],
    "creaturesets": [],
    "environments": []
}