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

GET /v2/creatures/tob-2023_iaaffrat/?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_iaaffrat/?format=api",
    "key": "tob-2023_iaaffrat",
    "name": "Ia'Affrat",
    "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": "15.000",
    "challenge_rating_text": "15",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "unit": "feet",
        "fly": 20.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 20.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "Lawful Evil",
    "languages": {
        "as_string": "Common, Infernal, Primordial, telepathy 120 ft.",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Infernal",
                "key": "infernal",
                "url": "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "desc": "Typical speakers are devils."
            },
            {
                "name": "Primordial",
                "key": "primordial",
                "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "desc": "Typical speakers are elementals."
            }
        ]
    },
    "armor_class": 17,
    "armor_detail": "natural armor",
    "hit_points": 170,
    "hit_dice": "20d10 + 60",
    "experience_points": 13000,
    "ability_scores": {
        "strength": 3,
        "dexterity": 21,
        "constitution": 16,
        "intelligence": 20,
        "wisdom": 18,
        "charisma": 23
    },
    "modifiers": {
        "strength": -4,
        "dexterity": 5,
        "constitution": 3,
        "intelligence": 5,
        "wisdom": 4,
        "charisma": 6
    },
    "initiative_bonus": 5,
    "saving_throws": {
        "dexterity": 10,
        "constitution": 8,
        "wisdom": 9,
        "charisma": 11
    },
    "saving_throws_all": {
        "strength": -4,
        "dexterity": 10,
        "constitution": 8,
        "intelligence": 5,
        "wisdom": 9,
        "charisma": 11
    },
    "skill_bonuses": {
        "arcana": 10,
        "deception": 11,
        "insight": 9,
        "perception": 9,
        "persuasion": 11
    },
    "skill_bonuses_all": {
        "acrobatics": 5,
        "animal_handling": 4,
        "arcana": 10,
        "athletics": -4,
        "deception": 11,
        "history": 5,
        "insight": 9,
        "intimidation": 6,
        "investigation": 5,
        "medicine": 4,
        "nature": 5,
        "perception": 9,
        "performance": 6,
        "persuasion": 11,
        "religion": 5,
        "sleight_of_hand": 5,
        "stealth": 5,
        "survival": 4
    },
    "passive_perception": 19,
    "resistances_and_immunities": {
        "damage_immunities_display": "bludgeoning, fire, piercing, poison, slashing",
        "damage_immunities": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            },
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            },
            {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "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, 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": "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": 10.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +10 to hit, reach 0 ft., one target in the swarm's space. Hit: 21 (6d6) piercing damage plus 14 (4d6) poison damage, or 10 (3d6) piercing damage plus 7 (2d6) poison damage if Ia'Affrat has half of its hp or fewer. If the target is a creature, it must succeed on a DC 18 Constitution saving throw or be poisoned until the end of its next turn.",
            "attacks": [
                {
                    "name": "Bite (Shapeless Form Only) attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 10,
                    "reach": 0.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 6,
                    "damage_die_type": "D6) piercing",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": 4,
                    "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": 1,
            "legendary_action_cost": null,
            "limited_to_form": "Shapeless Form Only",
            "usage_limits": null
        },
        {
            "name": "Burning Claw",
            "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 23 (4d8 + 5) slashing damage plus 10 (3d6) fire damage.",
            "attacks": [
                {
                    "name": "Burning Claw (Humanoid Form Only) attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 10,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D8",
                    "damage_bonus": 5,
                    "damage_type": null,
                    "extra_damage_die_count": 3,
                    "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": "Humanoid Form Only",
            "usage_limits": null
        },
        {
            "name": "Consume Host",
            "desc": "While inhabiting a Humanoid, Ia'Affrat consumes the host from the inside. The host takes 18 (4d8) necrotic damage, and Ia'Affrat regains hp equal to that amount.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": 3,
            "limited_to_form": "Shapeless Form Only",
            "usage_limits": null
        },
        {
            "name": "Flaming Insect Bolt",
            "desc": "Ranged Spell Attack: +11 to hit, range 120 ft., one target. Hit: 16 (3d6 + 6) fire damage plus 10 (3d6) poison damage.",
            "attacks": [
                {
                    "name": "Flaming Insect Bolt attack",
                    "attack_type": "SPELL",
                    "to_hit_mod": 11,
                    "reach": null,
                    "range": 120.0,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "damage_die_type": "D6",
                    "damage_bonus": 6,
                    "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
        },
        {
            "name": "Inhabit",
            "desc": "Ia'Affrat crawls into the body of a Humanoid, or a Humanoid corpse that has been dead no more than 7 days, that he can see within 5 feet of him. If the target is unwilling, the target must succeed on a DC 18 Constitution saving throw or the target loses control of its body, and Ia'Affrat takes control of the body. Ia'Affrat controls the body but doesn't deprive the target of awareness. Ia'Affrat can't be targeted by any attack, spell, or other effect, and he retains his alignment, his Intelligence, Wisdom, and Charisma scores, his Hurl Flame action and Teleport and Consume Host legendary actions, and his condition immunities. He otherwise uses the target's statistics, but doesn't gain access to the target's knowledge, class features, or proficiencies. If the target was a Humanoid corpse, he uses the statistics it had before it died.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 4,
            "legendary_action_cost": null,
            "limited_to_form": "Shapeless Form Only",
            "usage_limits": null
        },
        {
            "name": "Consume Host",
            "desc": "While inhabiting a Humanoid, Ia'Affrat consumes the host from the inside. The host takes 18 (4d8) necrotic damage, and Ia'Affrat regains hp equal to that amount.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": 3,
            "limited_to_form": "Shapeless Form Only",
            "usage_limits": null
        },
        {
            "name": "Teleport",
            "desc": "Ia'Affrat teleports, along with any equipment he is wearing or carrying, up to 120 feet to an unoccupied space he can see.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Vermin Breath",
            "desc": "Ia'Affrat exhales 1d4 swarms of insects in spaces he can see within 30 feet. The swarms take their turns immediately after Ia'Affrat, and they are allies of Ia'Affrat, obeying his telepathic commands. They remain for 1 minute, until Ia'Affrat dies, or until Ia'Affrat dismisses them as a bonus action. Ia'Affrat can have no more than five swarms of insects under his control at a time.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": 2,
            "limited_to_form": "Humanoid Form Only",
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "Ia'Affrat makes three Bite or Burning Claw attacks, or he makes four Flaming Insect Bolt attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Shape Swarm",
            "desc": "Ia'Affrat can shape himself into a Large or smaller Humanoid or back into a shapeless mass of Tiny insectoid Fiends. His statistics, other than his size, are the same in each form, and he can't regain hp or gain temporary hp, except for the Consume Host legendary action. He can't take on a Humanoid form if he 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": "Teleport",
            "desc": "Ia'Affrat teleports, along with any equipment he is wearing or carrying, up to 120 feet to an unoccupied space he can see.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Vermin Breath",
            "desc": "Ia'Affrat exhales 1d4 swarms of insects in spaces he can see within 30 feet. The swarms take their turns immediately after Ia'Affrat, and they are allies of Ia'Affrat, obeying his telepathic commands. They remain for 1 minute, until Ia'Affrat dies, or until Ia'Affrat dismisses them as a bonus action. Ia'Affrat can have no more than five swarms of insects under his control at a time.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": 2,
            "limited_to_form": "Humanoid Form Only",
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Collective Mind",
            "desc": "Ia’Affrat’s individual Fiends are connected via a hive mind. He can telepathically communicate with any of his individual Fiends within 50 miles of him, and he can’t be surprised. If he is reduced to half his hp or lower, his Intelligence score is reduced to 10, he immediately changes into his shapeless form, and he can’t take on a Humanoid form again until he regains hp to be above half his hp or he finishes a long rest."
        },
        {
            "name": "Devil’s Sight",
            "desc": "Magical darkness doesn’t impede Ia’Affrat’s darkvision."
        },
        {
            "name": "Grasping Limbs (Humanoid Form Only)",
            "desc": "Ia’Affrat can wield weapons and hold, grasp, push, pull, or interact with objects that might otherwise require a more Humanoid form to accomplish."
        },
        {
            "name": "Legendary Resistance (3/Day)",
            "desc": "If Ia’Affrat fails a saving throw, he can choose to succeed instead."
        },
        {
            "name": "Magic Resistance",
            "desc": "Ia’Affrat has advantage on saving throws against spells and other magical effects."
        },
        {
            "name": "Smoke Shroud",
            "desc": "Ia’Affrat emits a cloud of dark smoke within 5 feet of himself. The area is lightly obscured to all except Ia’Affrat, and each non-devil creature that starts its turn in the smoke must succeed on a DC 18 Constitution saving throw or be blinded until the end of its turn. At the start of each of his turns, Ia’Affrat chooses whether this shroud is active."
        },
        {
            "name": "Swarm (Shapeless Form Only)",
            "desc": "Ia’Affrat can occupy another creature’s space and vice versa and can move through any opening large enough for a Tiny insect, but he can’t grapple or be grappled."
        }
    ],
    "creaturesets": [],
    "environments": []
}