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

GET /v2/creatures/tob-2023_camazotz/?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_camazotz/?format=api",
    "key": "tob-2023_camazotz",
    "name": "Camazotz",
    "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": "Fiend",
        "key": "fiend",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "22.000",
    "challenge_rating_text": "22",
    "proficiency_bonus": null,
    "speed": {
        "walk": 80.0,
        "unit": "feet",
        "fly": 30.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 80.0,
        "crawl": 40.0,
        "hover": false,
        "fly": 30.0,
        "burrow": 0.0,
        "climb": 40.0,
        "swim": 40.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "Chaotic Evil",
    "languages": {
        "as_string": "Abyssal, Common, Dwarvish, Primordial, telepathy 300 ft.",
        "data": [
            {
                "name": "Abyssal",
                "key": "abyssal",
                "url": "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "desc": "Typical speakers are demons."
            },
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Dwarvish",
                "key": "dwarvish",
                "url": "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "desc": "Typical speakers are dwarves."
            },
            {
                "name": "Primordial",
                "key": "primordial",
                "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "desc": "Typical speakers are elementals."
            }
        ]
    },
    "armor_class": 19,
    "armor_detail": "natural armor",
    "hit_points": 537,
    "hit_dice": "43d10 + 301",
    "experience_points": 41000,
    "ability_scores": {
        "strength": 30,
        "dexterity": 22,
        "constitution": 25,
        "intelligence": 12,
        "wisdom": 22,
        "charisma": 25
    },
    "modifiers": {
        "strength": 10,
        "dexterity": 6,
        "constitution": 7,
        "intelligence": 1,
        "wisdom": 6,
        "charisma": 7
    },
    "initiative_bonus": 6,
    "saving_throws": {
        "dexterity": 13,
        "constitution": 14,
        "wisdom": 13,
        "charisma": 14
    },
    "saving_throws_all": {
        "strength": 10,
        "dexterity": 13,
        "constitution": 14,
        "intelligence": 1,
        "wisdom": 13,
        "charisma": 14
    },
    "skill_bonuses": {
        "acrobatics": 13,
        "athletics": 17,
        "deception": 14,
        "insight": 13,
        "intimidation": 14,
        "perception": 13
    },
    "skill_bonuses_all": {
        "acrobatics": 13,
        "animal_handling": 6,
        "arcana": 1,
        "athletics": 17,
        "deception": 14,
        "history": 1,
        "insight": 13,
        "intimidation": 14,
        "investigation": 1,
        "medicine": 6,
        "nature": 1,
        "perception": 13,
        "performance": 7,
        "persuasion": 7,
        "religion": 1,
        "sleight_of_hand": 6,
        "stealth": 6,
        "survival": 6
    },
    "passive_perception": 23,
    "resistances_and_immunities": {
        "damage_immunities_display": "fire, poison, thunder",
        "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"
            },
            {
                "name": "Thunder",
                "key": "thunder",
                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            }
        ],
        "damage_resistances_display": "acid, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
        "damage_resistances": [
            {
                "name": "Acid",
                "key": "acid",
                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            },
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Lightning",
                "key": "lightning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?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": "cold",
        "damage_vulnerabilities": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            }
        ],
        "condition_immunities_display": "charmed, deafened, frightened, paralyzed, petrified, poisoned, stunned",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Deafened",
                "key": "deafened",
                "url": "https://api-beta.open5e.com/v2/conditions/deafened/?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": "Stunned",
                "key": "stunned",
                "url": "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": 120.0,
    "tremorsense_range": null,
    "truesight_range": 30.0,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +17 to hit, reach 5 ft., one target. Hit: 38 (8d6 + 10) piercing damage plus 7 (2d6) fire damage, and the target must succeed on a DC 22 Constitution saving throw or its Strength score is reduced by 1d4. The target dies if this reduces its Strength to 0. Otherwise, the reduction lasts until the target finishes a long rest. A Humanoid that dies from this reduction rises 1d4 days later as a vampire under Camazotz's control, unless the Humanoid is restored to life or its body is destroyed. Camazotz can have no more than five vampires under his control at a time.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 17,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 8,
                    "damage_die_type": "D6",
                    "damage_bonus": 10,
                    "damage_type": null,
                    "extra_damage_die_count": 2,
                    "extra_damage_die_type": "D6",
                    "extra_damage_bonus": 0,
                    "extra_damage_type": {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Call Bats",
            "desc": "Camazotz magically calls 4d6 giant bats or swarms of bats, or he magically calls 2d6 vrocks that have membranous instead of feathered wings. The called creatures arrive in 1d4 rounds, acting as allies of Camazotz and obeying his telepathic commands. The creatures remain for 1 hour, until Camazotz dies, or until Camazotz dismisses them as a bonus action. Camazotz can have no more than twenty four giant bats or swarms of bats, or twelve vrocks under his control at a time.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 4,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 3
            }
        },
        {
            "name": "Cast a Spell",
            "desc": "Camazotz uses Spellcasting.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": 2,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Change Shape",
            "desc": "Camazotz magically transforms into a Large giant bat covered in smoldering ashes, or back into his true form, which is a Fiend. His statistics, other than his size, are the same in each form. Any equipment he is wearing or carrying transforms with him. He turns into a pile of greasy ash if destroyed.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Claw",
            "desc": "Melee Weapon Attack: +17 to hit, reach 10 ft., one target. Hit: 31 (6d6 + 10) slashing damage plus 7 (2d6) fire damage.",
            "attacks": [
                {
                    "name": "Claw attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 17,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 6,
                    "damage_die_type": "D6",
                    "damage_bonus": 10,
                    "damage_type": null,
                    "extra_damage_die_count": 2,
                    "extra_damage_die_type": "D6",
                    "extra_damage_bonus": 0,
                    "extra_damage_type": {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Detect",
            "desc": "Camazotz makes a Wisdom (Perception) check.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Fiery Wing Beat",
            "desc": "Camazotz beats his wings, extinguishing mundane and magical light sources. Each creature within 10 feet of Camazotz must succeed on a DC 22 Dexterity saving throw or take 14 (4d6) fire damage and be knocked prone.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 4,
            "legendary_action_cost": 2,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Fire Breath",
            "desc": "Camazotz exhales unholy fire in a 30-foot cone. Each creature in the area must make a DC 22 Dexterity saving throw, taking 33 (6d10) fire damage and 33 (6d10) necrotic damage on a failed save, or half as much damage on a successful one.",
            "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": "Cast a Spell",
            "desc": "Camazotz uses Spellcasting.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": 2,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Detect",
            "desc": "Camazotz makes a Wisdom (Perception) check.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Fiery Wing Beat",
            "desc": "Camazotz beats his wings, extinguishing mundane and magical light sources. Each creature within 10 feet of Camazotz must succeed on a DC 22 Dexterity saving throw or take 14 (4d6) fire damage and be knocked prone.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": 2,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Move",
            "desc": "Camazotz moves up to his speed, or he flies up to half his speed. This movement doesn't provoke opportunity attacks.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Move",
            "desc": "Camazotz moves up to his speed, or he flies up to half his speed. This movement doesn't provoke opportunity attacks.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "Camazotz makes one Bite attack and two Claw attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Spellcasting",
            "desc": "Camazotz casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 22):\nAt will: darkness, detect evil and good, dispel magic\n3/day each: dominate person, haste\n1/day: incendiary cloud",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 5,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Heated Body",
            "desc": "A creature that touches Camazotz or hits him with a melee attack while within 5 feet of him takes 7 (2d6) fire damage."
        },
        {
            "name": "Keen Hearing",
            "desc": "Camazotz has advantage on Wisdom (Perception) checks that rely on hearing."
        },
        {
            "name": "Legendary Resistance (3/Day)",
            "desc": "If Camazotz fails a saving throw, he can choose to succeed instead."
        },
        {
            "name": "Magic Resistance",
            "desc": "Camazotz has advantage on saving throws against spells and other magical effects."
        }
    ],
    "creaturesets": [],
    "environments": []
}