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

GET /v2/creatures/tob-2023_orobas-devil/?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_orobas-devil/?format=api",
    "key": "tob-2023_orobas-devil",
    "name": "Orobas Devil",
    "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": "14.000",
    "challenge_rating_text": "14",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "Lawful Evil",
    "languages": {
        "as_string": "Celestial, Infernal, telepathy 100 ft.",
        "data": [
            {
                "name": "Celestial",
                "key": "celestial",
                "url": "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "desc": "Typical speakers are celestials"
            },
            {
                "name": "Infernal",
                "key": "infernal",
                "url": "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "desc": "Typical speakers are devils."
            }
        ]
    },
    "armor_class": 19,
    "armor_detail": "natural armor, shield",
    "hit_points": 203,
    "hit_dice": "14d10 + 126",
    "experience_points": 11500,
    "ability_scores": {
        "strength": 26,
        "dexterity": 14,
        "constitution": 28,
        "intelligence": 23,
        "wisdom": 26,
        "charisma": 21
    },
    "modifiers": {
        "strength": 8,
        "dexterity": 2,
        "constitution": 9,
        "intelligence": 6,
        "wisdom": 8,
        "charisma": 5
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "strength": 13,
        "dexterity": 7,
        "constitution": 14,
        "wisdom": 13
    },
    "saving_throws_all": {
        "strength": 13,
        "dexterity": 7,
        "constitution": 14,
        "intelligence": 6,
        "wisdom": 13,
        "charisma": 5
    },
    "skill_bonuses": {
        "deception": 10,
        "history": 11,
        "insight": 13,
        "perception": 13,
        "persuasion": 10
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 8,
        "arcana": 6,
        "athletics": 8,
        "deception": 10,
        "history": 11,
        "insight": 13,
        "intimidation": 5,
        "investigation": 6,
        "medicine": 8,
        "nature": 6,
        "perception": 13,
        "performance": 5,
        "persuasion": 10,
        "religion": 6,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 8
    },
    "passive_perception": 23,
    "resistances_and_immunities": {
        "damage_immunities_display": "fire, poison",
        "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"
            }
        ],
        "damage_resistances_display": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
        "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": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?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": "poisoned",
        "condition_immunities": [
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": 90.0,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) piercing damage plus 13 (3d8) fire damage and 10 (3d6) poison damage, and the target must succeed on a DC 18 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 attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 13,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D6",
                    "damage_bonus": 8,
                    "damage_type": null,
                    "extra_damage_die_count": 3,
                    "extra_damage_die_type": "D8",
                    "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": null,
            "usage_limits": null
        },
        {
            "name": "Flail",
            "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage plus 13 (3d8) fire damage.",
            "attacks": [
                {
                    "name": "Flail attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 13,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D8",
                    "damage_bonus": 8,
                    "damage_type": null,
                    "extra_damage_die_count": 3,
                    "extra_damage_die_type": "D8",
                    "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": "Hurl Flame",
            "desc": "Ranged Spell Attack: +10 to hit, range 120 ft., one target. Hit: 23 (4d8 + 5) fire damage.",
            "attacks": [
                {
                    "name": "Hurl Flame attack",
                    "attack_type": "SPELL",
                    "to_hit_mod": 10,
                    "reach": null,
                    "range": 120.0,
                    "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": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "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": 4,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The orobas makes one Bite attack, one Flail attack, and one Stomp attack, or it makes four Hurl Flame attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Prediction",
            "desc": "When the orobas makes an ability check or attack, it can choose to have advantage on the roll.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 3
            }
        },
        {
            "name": "Spellcasting",
            "desc": "The orobas casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 18):\nAt will: augury, detect thoughts, guidance\n3/day each: locate creature, nondetection\n1/day each: contact other plane (as an action), legend lore (as an action)",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 6,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Stomp",
            "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 11 (1d6 + 8) bludgeoning damage plus 13 (3d8) fire damage.",
            "attacks": [
                {
                    "name": "Stomp attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 13,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D6",
                    "damage_bonus": 8,
                    "damage_type": null,
                    "extra_damage_die_count": 3,
                    "extra_damage_die_type": "D8",
                    "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": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Teleport",
            "desc": "The orobas magically teleports, along with any equipment, up to 120 feet to an unoccupied space it can see.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 5,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Deceptive Advice",
            "desc": "When the orobas casts a spell of the divination school, it has advantage on Charisma (Deception) checks for 1 minute."
        },
        {
            "name": "Hellish Weapons",
            "desc": "The orobas’s weapon attacks are magical. When the orobas hits with any weapon, the weapon deals an extra 3d8 fire damage (included in the attack)."
        },
        {
            "name": "Magic Resistance",
            "desc": "The orobas has advantage on saving throws against spells and other magical effects."
        },
        {
            "name": "Sense Consecrated",
            "desc": "The orobas can pinpoint the location of Celestials, consecrated places or objects, and creatures wielding divine or celestial power, such as clerics, paladins, or aasimars, within 60 feet of it."
        }
    ],
    "creaturesets": [],
    "environments": []
}