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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_zombie-smokeplume/?format=api",
    "key": "tob3_zombie-smokeplume",
    "name": "Zombie, Smokeplume",
    "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": "Undead",
        "key": "undead",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "3.000",
    "challenge_rating_text": "3",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "[em/]",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 68,
    "hit_dice": "8d10+24",
    "experience_points": 700,
    "ability_scores": {
        "strength": 18,
        "dexterity": 8,
        "constitution": 16,
        "intelligence": 3,
        "wisdom": 6,
        "charisma": 5
    },
    "modifiers": {
        "strength": 4,
        "dexterity": -1,
        "constitution": 3,
        "intelligence": -4,
        "wisdom": -2,
        "charisma": -3
    },
    "initiative_bonus": -1,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 4,
        "dexterity": -1,
        "constitution": 3,
        "intelligence": -4,
        "wisdom": -2,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": -2
    },
    "skill_bonuses_all": {
        "acrobatics": -1,
        "animal_handling": -2,
        "arcana": -4,
        "athletics": 4,
        "deception": -3,
        "history": -4,
        "insight": -2,
        "intimidation": -3,
        "investigation": -4,
        "medicine": -2,
        "nature": -4,
        "perception": -2,
        "performance": -3,
        "persuasion": -3,
        "religion": -4,
        "sleight_of_hand": -1,
        "stealth": -1,
        "survival": -2
    },
    "passive_perception": 8,
    "resistances_and_immunities": {
        "damage_immunities_display": "fire, poison",
        "damage_immunities": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "poisoned",
        "condition_immunities": [
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Firesight",
            "desc": "Can see through areas obscured by fire smoke and fog with o penalty."
        },
        {
            "name": "Smoldering Death",
            "desc": "When it dies its body crumbles into smoldering coals releasing a great plume of smoke that fills 15 ft. radius sphere centered on zombie’s corpse and spreads around corners. Area is heavily obscured and difficult terrain. When creature enters area for first time on a turn or starts its turn there: 7 (2d6) poison (DC 14 Con half). Smoke lasts for 1 min or until a wind of moderate or greater speed (at least 10 miles per hr) disperses it."
        },
        {
            "name": "Undead Fortitude",
            "desc": "If damage reduces the zombie to 0 hp it must make a Con save with DC of 5+the damage taken unless the damage is radiant or from a critical hit. On a success the zombie drops to 1 hp instead."
        },
        {
            "name": "Undead Nature",
            "desc": "Doesn't require air food drink or sleep."
        }
    ],
    "creaturesets": [],
    "environments": [],
    "illustration": null
}