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

GET /v2/creatures/tob-2023_enchantress/?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_enchantress/?format=api",
    "key": "tob-2023_enchantress",
    "name": "Enchantress",
    "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": "Humanoid",
        "key": "humanoid",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "7.000",
    "challenge_rating_text": "7",
    "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": "Lawful Evil",
    "languages": {
        "as_string": "Common, Elvish, Umbral",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Elvish",
                "key": "elvish",
                "url": "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "desc": "Typical speakers are elves."
            }
        ]
    },
    "armor_class": 16,
    "armor_detail": "breastplate",
    "hit_points": 123,
    "hit_dice": "19d8 + 38",
    "experience_points": 2900,
    "ability_scores": {
        "strength": 10,
        "dexterity": 15,
        "constitution": 14,
        "intelligence": 12,
        "wisdom": 17,
        "charisma": 18
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 2,
        "constitution": 2,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": 4
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "dexterity": 5,
        "wisdom": 6,
        "charisma": 7
    },
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 5,
        "constitution": 2,
        "intelligence": 1,
        "wisdom": 6,
        "charisma": 7
    },
    "skill_bonuses": {
        "arcana": 4,
        "deception": 7,
        "perception": 6,
        "persuasion": 7,
        "stealth": 5
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 3,
        "arcana": 4,
        "athletics": 0,
        "deception": 7,
        "history": 1,
        "insight": 3,
        "intimidation": 4,
        "investigation": 1,
        "medicine": 3,
        "nature": 1,
        "perception": 6,
        "performance": 4,
        "persuasion": 7,
        "religion": 1,
        "sleight_of_hand": 2,
        "stealth": 5,
        "survival": 3
    },
    "passive_perception": 16,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Beguiling Whispers",
            "desc": "The enchantress speaks sweet words to a creature she can see within 60 feet of her and that can hear her. The creature must succeed on a DC 15 Charisma saving throw or be charmed for 1 minute. While charmed in this way, the creature has disadvantage on Wisdom and Charisma saving throws against spells cast by the enchantress.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "RECHARGE_ON_ROLL",
                "param": 5
            }
        },
        {
            "name": "Leadership",
            "desc": "For 1 minute, the enchantress can utter a special command or warning whenever a nonhostile creature that she can see within 30 feet of her makes an attack roll or a saving throw. The creature can add a d4 to its roll, provided it can hear and understand the enchantress. A creature can benefit from only one Leadership die at a time. This effect ends if the enchantress is incapacitated.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Rapier",
            "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage plus 14 (4d6) psychic damage.",
            "attacks": [
                {
                    "name": "Rapier attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 5,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D8",
                    "damage_bonus": 2,
                    "damage_type": null,
                    "extra_damage_die_count": 4,
                    "extra_damage_die_type": "D6",
                    "extra_damage_bonus": 0,
                    "extra_damage_type": {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Shadow Bolt",
            "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one target. Hit: 11 (2d6 + 4) cold damage plus 9 (2d8) necrotic damage.",
            "attacks": [
                {
                    "name": "Shadow Bolt attack",
                    "attack_type": "SPELL",
                    "to_hit_mod": 7,
                    "reach": null,
                    "range": 120.0,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D6",
                    "damage_bonus": 4,
                    "damage_type": null,
                    "extra_damage_die_count": 2,
                    "extra_damage_die_type": "D8",
                    "extra_damage_bonus": 0,
                    "extra_damage_type": {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Shadow Traveler",
            "desc": "While in shadows, dim light, or darkness, the shadow fey disappears into the darkness and reappears in an unoccupied space it can see within 30 feet. A tendril of inky smoke appears at the origin and destination when it uses this bonus action.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 3
            }
        },
        {
            "name": "Spellcasting",
            "desc": "The enchantress casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 15):\nAt will: command, message\n3/day: charm person, enthrall, fear, hold person, hypnotic pattern\n1/day: confusion, dominate person, greater invisibility, hold monster, phantasmal killer",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 4,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Fey Ancestry",
            "desc": "The enchantress has advantage on saving throws against being charmed, and magic can’t put her to sleep."
        },
        {
            "name": "Phrenic Weapons",
            "desc": "The enchantress’s weapon attacks are magical. When she hits with any weapon, the weapon deals an extra 4d6 psychic damage (included in the attack)."
        },
        {
            "name": "Sunlight Sensitivity",
            "desc": "While in sunlight, the shadow fey has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
        }
    ],
    "creaturesets": [],
    "environments": []
}