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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/ccdx_droth/?format=api",
    "key": "ccdx_droth",
    "name": "Droth",
    "document": {
        "name": "Creature Codex",
        "key": "ccdx",
        "display_name": "Creature Codex",
        "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/kpstore/product/creature-codex-for-5th-edition-dnd/"
    },
    "type": {
        "name": "Aberration",
        "key": "aberration",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "12.000",
    "challenge_rating_text": "12",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "unit": "feet",
        "climb": 10.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 10.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "lawful neutral",
    "languages": {
        "as_string": "all, telepathy 100 ft.",
        "data": []
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 230,
    "hit_dice": "20d12+100",
    "experience_points": 8400,
    "ability_scores": {
        "strength": 18,
        "dexterity": 9,
        "constitution": 20,
        "intelligence": 14,
        "wisdom": 16,
        "charisma": 20
    },
    "modifiers": {
        "strength": 4,
        "dexterity": -1,
        "constitution": 5,
        "intelligence": 2,
        "wisdom": 3,
        "charisma": 5
    },
    "initiative_bonus": -1,
    "saving_throws": {
        "constitution": 9,
        "wisdom": 7,
        "charisma": 9
    },
    "saving_throws_all": {
        "strength": 4,
        "dexterity": -1,
        "constitution": 9,
        "intelligence": 2,
        "wisdom": 7,
        "charisma": 9
    },
    "skill_bonuses": {
        "perception": 7
    },
    "skill_bonuses_all": {
        "acrobatics": -1,
        "animal_handling": 3,
        "arcana": 2,
        "athletics": 4,
        "deception": 5,
        "history": 2,
        "insight": 3,
        "intimidation": 5,
        "investigation": 2,
        "medicine": 3,
        "nature": 2,
        "perception": 7,
        "performance": 5,
        "persuasion": 5,
        "religion": 2,
        "sleight_of_hand": -1,
        "stealth": -1,
        "survival": 3
    },
    "passive_perception": 17,
    "resistances_and_immunities": {
        "damage_immunities_display": "acid",
        "damage_immunities": [
            {
                "name": "Acid",
                "key": "acid",
                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            }
        ],
        "damage_resistances_display": "cold, fire",
        "damage_resistances": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            },
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": 60.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Acid Wave",
            "desc": "The droth rises up and crashes down, releasing a 20-foot-radius wave of acidic ooze. Each creature in the area must make a DC 17 Dexterity saving throw. On a failure, a creature takes 45 (10d8) acid damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "RECHARGE_ON_ROLL",
                "param": 5
            }
        },
        {
            "name": "Merge",
            "desc": "A shoth with less than half its maximum hp can merge with any other shoth creature within 10 feet, adding its remaining hp to that creature's. The hp gained this way can exceed the normal maximum of that creature. A shoth can accept one such merger every 24 hours.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The droth makes two oozing crush attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Oozing Crush",
            "desc": "Melee Weapon Attack: +8 to hit, reach 15 ft., one target. Hit: 30 (4d12 + 4) bludgeoning damage and 7 (2d6) acid damage.",
            "attacks": [
                {
                    "name": "Oozing Crush attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 8,
                    "reach": 15.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D12",
                    "damage_bonus": 4,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Absorbent (3/Day)",
            "desc": "When the droth damages a creature, it absorbs a portion of that creature's knowledge and power. As a bonus action, it can recreate any action available to a creature it damaged within the last minute. This includes spells and actions with limited uses or with a recharge. This recreated action is resolved using the droth's statistics where applicable."
        },
        {
            "name": "Amorphous",
            "desc": "The droth, including its equipment, can move through a space as narrow as 1 inch wide without squeezing."
        },
        {
            "name": "Soothing Aura",
            "desc": "Any creature hostile to the droth that starts its turn within 20 feet of the droth must succeed on a DC 17 Wisdom saving throw or have disadvantage on all attack rolls until the end of its next turn. Creatures with Intelligence 3 or lower automatically fail the saving throw."
        }
    ],
    "creaturesets": [],
    "environments": []
}