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

GET /v2/creatures/tob-2023_bone-collective/?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_bone-collective/?format=api",
    "key": "tob-2023_bone-collective",
    "name": "Bone Collective",
    "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": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "8.000",
    "challenge_rating_text": "8",
    "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": "Chaotic Evil",
    "languages": {
        "as_string": "Common, Darakhul (can't speak in shapeless form)",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            }
        ]
    },
    "armor_class": 17,
    "armor_detail": "natural armor",
    "hit_points": 120,
    "hit_dice": "16d6 + 64",
    "experience_points": 3900,
    "ability_scores": {
        "strength": 10,
        "dexterity": 20,
        "constitution": 18,
        "intelligence": 14,
        "wisdom": 10,
        "charisma": 16
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 5,
        "constitution": 4,
        "intelligence": 2,
        "wisdom": 0,
        "charisma": 3
    },
    "initiative_bonus": 5,
    "saving_throws": {
        "dexterity": 8
    },
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 8,
        "constitution": 4,
        "intelligence": 2,
        "wisdom": 0,
        "charisma": 3
    },
    "skill_bonuses": {
        "arcana": 5,
        "deception": 6,
        "perception": 3,
        "stealth": 11
    },
    "skill_bonuses_all": {
        "acrobatics": 5,
        "animal_handling": 0,
        "arcana": 5,
        "athletics": 0,
        "deception": 6,
        "history": 2,
        "insight": 0,
        "intimidation": 3,
        "investigation": 2,
        "medicine": 0,
        "nature": 2,
        "perception": 3,
        "performance": 3,
        "persuasion": 3,
        "religion": 2,
        "sleight_of_hand": 5,
        "stealth": 11,
        "survival": 0
    },
    "passive_perception": 13,
    "resistances_and_immunities": {
        "damage_immunities_display": "necrotic, poison",
        "damage_immunities": [
            {
                "name": "Necrotic",
                "key": "necrotic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "bludgeoning, piercing, slashing",
        "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": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, prone, restrained, stunned",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            },
            {
                "name": "Paralyzed",
                "key": "paralyzed",
                "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
            },
            {
                "name": "Petrified",
                "key": "petrified",
                "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            },
            {
                "name": "Prone",
                "key": "prone",
                "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            },
            {
                "name": "Restrained",
                "key": "restrained",
                "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
            },
            {
                "name": "Stunned",
                "key": "stunned",
                "url": "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 31 (4d12 + 5) piercing damage, and the target must succeed on a DC 16 Constitution saving throw or become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
            "attacks": [
                {
                    "name": "Bite (Humanoid Form Only) attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 8,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D12",
                    "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": "Humanoid Form Only",
            "usage_limits": null
        },
        {
            "name": "Claw",
            "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 25 (3d12 + 5) slashing damage.",
            "attacks": [
                {
                    "name": "Claw (Humanoid Form Only) attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 8,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "damage_die_type": "D12",
                    "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": "Humanoid Form Only",
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The bone collective makes two Claw attacks, or one Claw attack and one Bite attack.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Piercing Bones",
            "desc": "Melee Weapon Attack: +8 to hit, reach 0 ft., one creature in the collective's space. Hit: 52 (8d12) piercing damage, or 26 (4d12) piercing damage if the collective has half its hp or fewer.",
            "attacks": [
                {
                    "name": "Piercing Bones (Shapeless Form Only) attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 8,
                    "reach": 0.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 8,
                    "damage_die_type": "D12) piercing",
                    "damage_bonus": null,
                    "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": 3,
            "legendary_action_cost": null,
            "limited_to_form": "Shapeless Form Only",
            "usage_limits": null
        },
        {
            "name": "Shape Swarm",
            "desc": "The bone collective can shape itself into a Small Humanoid or back into a shapeless form of Tiny bones. Its statistics are the same in each form, and it can't regain hp or gain temporary hp. It can't take on a Humanoid form if it is occupying the space of another creature.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Spellcasting",
            "desc": "(3/Day; Humanoid Form Only)The bone collective casts the animate dead spell as an action, requiring no material components and using Charisma as the spellcasting ability (spell save DC 14).",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 4,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Collective Mind",
            "desc": "The collective’s individual bones are connected via a hive mind. It can telepathically communicate with any of its individual bones within 50 miles of it, and it can’t be surprised. If the collective is reduced to half its hp or fewer, its Intelligence score is reduced to 1, it can’t cast spells, it immediately changes to its shapeless form, and it can’t take on a Humanoid form."
        },
        {
            "name": "Grasping Limbs (Humanoid Form Only)",
            "desc": "The bone collective can wield weapons and hold, grasp, push, pull, or interact with objects that might otherwise require a Humanoid form to accomplish."
        },
        {
            "name": "Swarm (Shapeless Form Only)",
            "desc": "The bone collective can occupy another creature’s space and vice versa, and the swarm can move through any opening large enough for a Tiny bone."
        },
        {
            "name": "Undead Nature",
            "desc": "The bone collective doesn’t require air, food, drink, or sleep."
        },
        {
            "name": "Wyrmblood Venom",
            "desc": "When the bone collective hits a poisoned creature with a Bite or Piercing Bones attack, the target’s Charisma score is reduced by 1d4. The target is incapacitated if this reduces its Charisma to 0. The reduction lasts until the target finishes a long rest."
        }
    ],
    "creaturesets": [],
    "environments": []
}