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

GET /v2/creatures/tob-2023_vine-troll-skeleton/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_vine-troll-skeleton/?format=api",
    "key": "tob-2023_vine-troll-skeleton",
    "name": "Vine Troll Skeleton",
    "document": {
        "name": "Tome of Beasts 1 (2023 Edition)",
        "key": "tob-2023",
        "display_name": "Tome of Beasts 1 (2023 Edition)",
        "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/tome-of-beasts-1-2023-edition-hardcover/"
    },
    "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": "9.000",
    "challenge_rating_text": "9",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "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": "Unaligned",
    "languages": {
        "as_string": "understands all languages it knew in life but can't speak",
        "data": []
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 153,
    "hit_dice": "18d10 + 54",
    "experience_points": 5000,
    "ability_scores": {
        "strength": 20,
        "dexterity": 12,
        "constitution": 16,
        "intelligence": 6,
        "wisdom": 8,
        "charisma": 5
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 1,
        "constitution": 3,
        "intelligence": -2,
        "wisdom": -1,
        "charisma": -3
    },
    "initiative_bonus": 1,
    "saving_throws": {
        "constitution": 7
    },
    "saving_throws_all": {
        "strength": 5,
        "dexterity": 1,
        "constitution": 7,
        "intelligence": -2,
        "wisdom": -1,
        "charisma": -3
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": -1,
        "arcana": -2,
        "athletics": 5,
        "deception": -3,
        "history": -2,
        "insight": -1,
        "intimidation": -3,
        "investigation": -2,
        "medicine": -1,
        "nature": -2,
        "perception": -1,
        "performance": -3,
        "persuasion": -3,
        "religion": -2,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": -1
    },
    "passive_perception": 9,
    "resistances_and_immunities": {
        "damage_immunities_display": "poison",
        "damage_immunities": [
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "bludgeoning, piercing, and slashing damage from nonmagical attacks",
        "damage_resistances": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "deafened, exhaustion, poisoned",
        "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"
            },
            {
                "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": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 21 (3d10 + 5) piercing damage.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 9,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "damage_die_type": "D10",
                    "damage_bonus": 5,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Claw",
            "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 19 (4d6 + 5) slashing damage.",
            "attacks": [
                {
                    "name": "Claw attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 9,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D6",
                    "damage_bonus": 5,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The skeleton makes one Bite attack and two Claw attacks, or it makes three Poisoned Thorn attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Poisoned Thorn",
            "desc": "Ranged Weapon Attack:+5 to hit, range 20/60 ft., one target. Hit: 8 (2d6 + 1) piercing damage plus 10 (3d6) poison damage.",
            "attacks": [
                {
                    "name": "Poisoned Thorn attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 5,
                    "reach": null,
                    "range": 20.0,
                    "long_range": 60.0,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D6",
                    "damage_bonus": 1,
                    "damage_type": null,
                    "extra_damage_die_count": 3,
                    "extra_damage_die_type": "D6",
                    "extra_damage_bonus": 0,
                    "extra_damage_type": {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Regeneration",
            "desc": "The vine troll skeleton regains 5 hp at the start of its turn. If the skeleton takes acid or fire damage, this trait doesn’t function at the start of the skeleton’s next turn. The skeleton dies only if it starts its turn with 0 hp and doesn’t regenerate or if its bound tree is destroyed (see Tree Bound trait)."
        },
        {
            "name": "Tree Bound",
            "desc": "The vine troll skeleton is magically bound to a duskthorn dryad, tree, or treant, and the skeleton must stay within 1 mile of it. If the skeleton’s bound duskthorn dryad, tree, or treant dies, the skeleton is immediately destroyed and doesn’t regenerate."
        },
        {
            "name": "Undead Nature",
            "desc": "The vine troll skeleton doesn’t require air, food, drink, or sleep."
        }
    ],
    "creaturesets": [],
    "environments": []
}