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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_shambling-mound/?format=api",
    "key": "srd-2024_shambling-mound",
    "name": "Shambling Mound",
    "document": {
        "name": "System Reference Document 5.2",
        "key": "srd-2024",
        "display_name": "5e 2024 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2024",
            "key": "5e-2024",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "type": {
        "name": "Plant",
        "key": "plant",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "5.000",
    "challenge_rating_text": "5",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "unit": "feet",
        "swim": 20.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 110,
    "hit_dice": "13d10 + 39",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 18,
        "dexterity": 8,
        "constitution": 16,
        "intelligence": 5,
        "wisdom": 10,
        "charisma": 5
    },
    "modifiers": {
        "strength": 4,
        "dexterity": -1,
        "constitution": 3,
        "intelligence": -3,
        "wisdom": 0,
        "charisma": -3
    },
    "initiative_bonus": -1,
    "saving_throws": {
        "strength": 4,
        "dexterity": -1,
        "constitution": 3,
        "intelligence": -3,
        "wisdom": 0,
        "charisma": -3
    },
    "saving_throws_all": {
        "strength": 4,
        "dexterity": -1,
        "constitution": 3,
        "intelligence": -3,
        "wisdom": 0,
        "charisma": -3
    },
    "skill_bonuses": {
        "stealth": 3
    },
    "skill_bonuses_all": {
        "acrobatics": -1,
        "animal_handling": 0,
        "arcana": -3,
        "athletics": 4,
        "deception": -3,
        "history": -3,
        "insight": 0,
        "intimidation": -3,
        "investigation": -3,
        "medicine": 0,
        "nature": -3,
        "perception": 0,
        "performance": -3,
        "persuasion": -3,
        "religion": -3,
        "sleight_of_hand": -1,
        "stealth": 3,
        "survival": 0
    },
    "passive_perception": 10,
    "resistances_and_immunities": {
        "damage_immunities_display": "lightning",
        "damage_immunities": [
            {
                "name": "Lightning",
                "key": "lightning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?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": "deafened, exhaustion",
        "condition_immunities": [
            {
                "name": "Deafened",
                "key": "deafened",
                "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
            },
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": 60.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Charged Tendril",
            "desc": "Melee Attack Roll: +7, reach 10 ft. 7 (1d6 + 4) Bludgeoning damage plus 5 (2d4) Lightning damage. If the target is a Medium or smaller creature, the shambling mound pulls the target 5 feet straight toward itself.",
            "attacks": [
                {
                    "name": "Charged Tendril attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 7,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D6",
                    "damage_bonus": 4,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Engulf",
            "desc": "Strength Saving Throw: DC 15, one Medium or smaller creature within 5 feet. Failure: The target is pulled into the shambling mound's space and has the Grappled condition (escape DC 14). Until the grapple ends, the target has the Blinded and Restrained conditions, and it takes 10 (3d6) Lightning damage at the start of each of its turns. When the shambling mound moves, the Grappled target moves with it, costing it no extra movement. The shambling mound can have only one creature Grappled by this action at a time.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The shambling mound makes three Charged Tendril attacks. It can replace one attack with a use of Engulf.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Lightning Absorption",
            "desc": "Whenever the shambling mound is subjected to Lightning damage, it regains a number of Hit Points equal to the Lightning damage dealt."
        }
    ],
    "creaturesets": [],
    "environments": []
}