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

GET /v2/creatures/tob-2023_flutterflesh/?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_flutterflesh/?format=api",
    "key": "tob-2023_flutterflesh",
    "name": "Flutterflesh",
    "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": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "12.000",
    "challenge_rating_text": "12",
    "proficiency_bonus": null,
    "speed": {
        "walk": 60.0,
        "unit": "feet",
        "fly": 10.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 60.0,
        "crawl": 30.0,
        "hover": false,
        "fly": 10.0,
        "burrow": 0.0,
        "climb": 30.0,
        "swim": 30.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "Chaotic Evil",
    "languages": {
        "as_string": "Common, Darakhul",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            }
        ]
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 187,
    "hit_dice": "22d10 + 66",
    "experience_points": 8400,
    "ability_scores": {
        "strength": 11,
        "dexterity": 18,
        "constitution": 17,
        "intelligence": 12,
        "wisdom": 16,
        "charisma": 10
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 4,
        "constitution": 3,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": 0
    },
    "initiative_bonus": 4,
    "saving_throws": {
        "strength": 4,
        "wisdom": 7
    },
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 4,
        "constitution": 3,
        "intelligence": 1,
        "wisdom": 7,
        "charisma": 0
    },
    "skill_bonuses": {
        "deception": 4,
        "perception": 7,
        "stealth": 8
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 3,
        "arcana": 1,
        "athletics": 0,
        "deception": 4,
        "history": 1,
        "insight": 3,
        "intimidation": 0,
        "investigation": 1,
        "medicine": 3,
        "nature": 1,
        "perception": 7,
        "performance": 0,
        "persuasion": 0,
        "religion": 1,
        "sleight_of_hand": 4,
        "stealth": 8,
        "survival": 3
    },
    "passive_perception": 17,
    "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": "cold, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
        "damage_resistances": [
            {
                "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": "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": "radiant",
        "damage_vulnerabilities": [
            {
                "name": "Radiant",
                "key": "radiant",
                "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            }
        ],
        "condition_immunities_display": "charmed, paralyzed, exhaustion, poisoned, stunned, unconscious",
        "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": "Paralyzed",
                "key": "paralyzed",
                "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?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"
            },
            {
                "name": "Unconscious",
                "key": "unconscious",
                "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bone Spur",
            "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 17 (2d12 + 4) piercing damage plus 9 (2d8) necrotic damage, and the flutterflesh impales the target on one of its bone spurs, grappling the target (escape DC 16). The flutterflesh can have no more than two creatures impaled at a time.",
            "attacks": [
                {
                    "name": "Bone Spur attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 8,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D12",
                    "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": "Creeping Death",
            "desc": "The flutterflesh emits a wave of necromantic energy, hastening the journey toward death. Each creature within 20 feet of the flutterflesh must make a DC 16 Constitution saving throw, taking 45 (10d8) necrotic damage on a failed save, or half as much damage on a successful one. A creature below half its hp maximum has disadvantage on this saving throw.",
            "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": "Multiattack",
            "desc": "The flutterflesh makes three Bone Spur or Tormenting Gaze attacks. If two Tormenting Gaze attacks hit one creature, the target must succeed on a DC 16 Wisdom saving throw or be paralyzed for 1 minute. A paralyzed creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Tormenting Gaze",
            "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one creature. Hit: 21 (4d8 + 3) psychic damage.",
            "attacks": [
                {
                    "name": "Tormenting Gaze attack",
                    "attack_type": "SPELL",
                    "to_hit_mod": 7,
                    "reach": null,
                    "range": 120.0,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D8",
                    "damage_bonus": 3,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "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": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Merciful Exchange",
            "desc": "If the flutterflesh reduces a creature to 0 hp with a melee attack, it can cut off one of the creature’s limbs. If it does so, the target is reduced to 1 hp instead."
        },
        {
            "name": "Necrotic Weapons",
            "desc": "The flutterflesh’s weapon attacks are magical. When the flutterflesh hits with any weapon, the weapon deals an extra 2d8 necrotic damage (included in the attack)."
        },
        {
            "name": "Regeneration",
            "desc": "The flutterflesh regains 10 hp at the start of its turn. If the flutterflesh takes fire or radiant damage, this trait doesn’t function at the start of the flutterflesh’s next turn. The flutterflesh dies only if it starts its turn with 0 hp and doesn’t regenerate."
        },
        {
            "name": "Turn Resistance",
            "desc": "The flutterflesh has advantage on saving throws against any effect that turns undead."
        },
        {
            "name": "Undead Nature",
            "desc": "The flutterflesh doesn’t require air, food, drink, or sleep."
        }
    ],
    "creaturesets": [],
    "environments": []
}