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

GET /v2/creatures/?format=api&ordering=hit_dice&page=63
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3539,
    "next": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=hit_dice&page=64",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=hit_dice&page=62",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_giant-ant/?format=api",
            "key": "tob_giant-ant",
            "name": "Giant Ant",
            "document": {
                "name": "Tome of Beasts",
                "key": "tob",
                "display_name": "Tome of Beasts",
                "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/tome-of-beasts/"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "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": "unaligned",
            "languages": {
                "as_string": "-",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 52,
            "hit_dice": "7d10+14",
            "experience_points": 450,
            "ability_scores": {
                "strength": 15,
                "dexterity": 13,
                "constitution": 15,
                "intelligence": 1,
                "wisdom": 9,
                "charisma": 2
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -4
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -1,
                "arcana": -5,
                "athletics": 2,
                "deception": -4,
                "history": -5,
                "insight": -1,
                "intimidation": -4,
                "investigation": -5,
                "medicine": -1,
                "nature": -5,
                "perception": -1,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": -1
            },
            "passive_perception": 9,
            "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": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) bludgeoning damage and the target is grappled (escape DC 12). Until this grapple ends, the target is restrained and the giant ant can't bite a different target.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The giant ant makes one bite attack and one sting attack.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage plus 22 (4d10) poison damage, or half as much poison damage with a successful DC 12 Constitution saving throw.",
                    "attacks": [
                        {
                            "name": "Sting attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "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": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Smell",
                    "desc": "The giant ant has advantage on Wisdom (Perception) checks that rely on smell."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Arctic or Tundra",
                    "key": "arctic",
                    "url": "https://api-beta.open5e.com/v2/environments/arctic/?format=api"
                },
                {
                    "name": "Caves",
                    "key": "caves",
                    "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
                },
                {
                    "name": "Coast",
                    "key": "coast",
                    "url": "https://api-beta.open5e.com/v2/environments/coast/?format=api"
                },
                {
                    "name": "Desert",
                    "key": "desert",
                    "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
                },
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Grassland or Plains",
                    "key": "grassland",
                    "url": "https://api-beta.open5e.com/v2/environments/grassland/?format=api"
                },
                {
                    "name": "Hills",
                    "key": "hills",
                    "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
                },
                {
                    "name": "Laboratory",
                    "key": "laboratory",
                    "url": "https://api-beta.open5e.com/v2/environments/laboratory/?format=api"
                },
                {
                    "name": "Lake",
                    "key": "lake",
                    "url": "https://api-beta.open5e.com/v2/environments/lake/?format=api"
                },
                {
                    "name": "Mountain",
                    "key": "mountain",
                    "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
                },
                {
                    "name": "Ocean",
                    "key": "ocean",
                    "url": "https://api-beta.open5e.com/v2/environments/ocean/?format=api"
                },
                {
                    "name": "Ruins",
                    "key": "ruins",
                    "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
                },
                {
                    "name": "Sewer",
                    "key": "sewer",
                    "url": "https://api-beta.open5e.com/v2/environments/sewer/?format=api"
                },
                {
                    "name": "Shadowfell",
                    "key": "shadowfell",
                    "url": "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api"
                },
                {
                    "name": "The Abyss",
                    "key": "srd_abyss",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api"
                },
                {
                    "name": "Astral Plane",
                    "key": "srd_astral-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api"
                },
                {
                    "name": "Elysium",
                    "key": "srd_elysium",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api"
                },
                {
                    "name": "Ethereal Plane",
                    "key": "srd_ethereal-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api"
                },
                {
                    "name": "Feywild",
                    "key": "srd_feywild",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api"
                },
                {
                    "name": "Hell",
                    "key": "srd_hell",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api"
                },
                {
                    "name": "Material Plane",
                    "key": "srd_material-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api"
                },
                {
                    "name": "Plane of Air",
                    "key": "srd_plane-of-air",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api"
                },
                {
                    "name": "Plane of Earth",
                    "key": "srd_plane-of-earth",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api"
                },
                {
                    "name": "Plane of Fire",
                    "key": "srd_plane-of-fire",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api"
                },
                {
                    "name": "Plane of Water",
                    "key": "srd_plane-of-water",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api"
                },
                {
                    "name": "Swamp or Marsh",
                    "key": "swamp",
                    "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
                },
                {
                    "name": "Temple",
                    "key": "temple",
                    "url": "https://api-beta.open5e.com/v2/environments/temple/?format=api"
                },
                {
                    "name": "Badlands",
                    "key": "tob_badlands",
                    "url": "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api"
                },
                {
                    "name": "Tomb",
                    "key": "tomb",
                    "url": "https://api-beta.open5e.com/v2/environments/tomb/?format=api"
                },
                {
                    "name": "Underworld",
                    "key": "underworld",
                    "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
                },
                {
                    "name": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_hodag/?format=api",
            "key": "tob2_hodag",
            "name": "Hodag",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "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/tome-of-beasts-2/"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "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": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 52,
            "hit_dice": "7d10+14",
            "experience_points": 700,
            "ability_scores": {
                "strength": 19,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 3,
                "wisdom": 12,
                "charisma": 7
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 4,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage.",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Horns",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (2d4 + 4) piercing damage.",
                    "attacks": [
                        {
                            "name": "Horns attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D4",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?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 hodag makes three melee attacks, but can use its bite and horn attacks only once each.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 6 (1d4 + 4) piercing damage.",
                    "attacks": [
                        {
                            "name": "Tail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Territorial Display",
                    "desc": "The hodag rears and stomps on the ground then roars a territorial challenge. Each creature within 10 feet of the hodag must make a DC 14 Dexterity saving throw, taking 14 (4d6) thunder damage on a failed save, or half as much damage on a successful one. A creature that fails the saving throw by 5 or more is also knocked prone.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 5,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 6
                    }
                }
            ],
            "traits": [
                {
                    "name": "Charge",
                    "desc": "If the hodag moves at least 10 feet straight toward a target and then hits it with a horn attack on the same turn, the target takes an extra 5 (2d4) piercing damage. If the target is a creature, it must succeed on a DC 14 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Improved Critical",
                    "desc": "The hodag’s teeth, claws, horns, and tail spikes are extra sharp. These weapon attacks score a critical hit on a roll of 19 or 20."
                },
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The hodag has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_giant-scorpion/?format=api",
            "key": "a5e-mm_giant-scorpion",
            "name": "Giant Scorpion",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "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": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 15,
            "armor_detail": "",
            "hit_points": 52,
            "hit_dice": "7d10+14",
            "experience_points": 700,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 2,
                "wisdom": 8,
                "charisma": 4
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -3
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -1,
                "arcana": -4,
                "athletics": 2,
                "deception": -3,
                "history": -4,
                "insight": -1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": -1,
                "nature": -4,
                "perception": -1,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": -1
            },
            "passive_perception": 9,
            "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": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d6+2) bludgeoning damage and the target is grappled (escape DC 12). Until this grapple ends  the scorpion can't attack a different target with its claws.",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The scorpion attacks once with its claws and once with its sting.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8+2) piercing damage and the target makes a DC 12 Constitution saving throw  taking 16 (3d10) poison damage on a failure or half damage on a success.",
                    "attacks": [
                        {
                            "name": "Sting attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "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": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "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": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_scorpionfolk/?format=api",
            "key": "a5e-mm_scorpionfolk",
            "name": "Scorpionfolk",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "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": "chaotic evil",
            "languages": {
                "as_string": "Common, Scorpionfolk",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 15,
            "armor_detail": "",
            "hit_points": 52,
            "hit_dice": "7d10+14",
            "experience_points": 700,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 2,
                "stealth": 3,
                "survival": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 2,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage  and the target is grappled (escape DC 12). Until this grapple ends  the scorpionfolk can't attack a different target with its claws.",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Javelin attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": 30.0,
                            "long_range": 120.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 10 ft., one creature. Hit: 5 (1d6 + 2) piercing damage, and the target makes a DC 12 Constitution saving throw, taking 16 (3d10) poison damage on a failure or half damage on a success.",
                    "attacks": [],
                    "action_type": "BONUS_ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_scorpionfolk-imperator/?format=api",
            "key": "a5e-mm_scorpionfolk-imperator",
            "name": "Scorpionfolk Imperator",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "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": "chaotic evil",
            "languages": {
                "as_string": "Common, Scorpionfolk",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 15,
            "armor_detail": "",
            "hit_points": 52,
            "hit_dice": "7d10+14",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 18,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 0,
                "charisma": 0
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "arcana": 2,
                "history": 2,
                "perception": 2,
                "religion": 2,
                "stealth": 3,
                "survival": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": 2,
                "athletics": 2,
                "deception": 0,
                "history": 2,
                "insight": 0,
                "intimidation": 0,
                "investigation": 4,
                "medicine": 0,
                "nature": 4,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 2,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Burning Gust of Wind",
                    "desc": "(2nd-Level: V, S, M) A hot blast of wind erupts from the imperators claw in a line 10 feet wide and 60 feet long. It extinguishes small fires and disperses vapors. For 1 minute or until the imperators concentration is broken  each creature that starts its turn in the area or moves into the area must succeed on a DC 14 Strength saving throw or be pushed 15 feet directly away and take 7 (2d6) fire damage. A creature in the area must spend 2 feet of movement for every foot moved towards the imperator. The imperator can change the direction of the gust with a bonus action.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 4,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage  and the target is grappled (escape DC 12). Until this grapple ends  the scorpionfolk can't attack a different target with its claws.",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Cure Wounds",
                    "desc": "(1st-Level; V, S) The imperator touches a willing living creature  restoring 8 (1d8 + 4) hit points to it.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Javelin attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": 30.0,
                            "long_range": 120.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Sacred Flame",
                    "desc": "(Cantrip; V, S) One creature the imperator can see within 60 feet makes a DC 14 Dexterity saving throw  taking 9 (2d8) radiant damage on a failure. This spell ignores cover.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 10 ft., one creature. Hit: 5 (1d6 + 2) piercing damage, and the target makes a DC 12 Constitution saving throw, taking 16 (3d10) poison damage on a failure or half damage on a success.",
                    "attacks": [],
                    "action_type": "BONUS_ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Venomous Fireball",
                    "desc": "(3rd-Level; V, S, M) Green fire streaks from the imperator to a point within 120 feet and explodes in a 20-foot radius  spreading around corners. Each creature in the area makes a DC 14 Dexterity saving throw  taking 21 (6d6) poison damage on a failed save or half damage on a success. A creature that fails the save is also poisoned until the end of its next turn.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 5,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Spellcasting",
                    "desc": "The imperator is a 5th level spellcaster. Its spellcasting ability is Intelligence (spell save DC 14\n +6 to hit with spell attacks). It has the following cleric and wizard spells prepared:\n Cantrips (at will): light\n sacred flame\n 1st-level (4 slots): create or destroy water\n healing word\n 2nd-level (3 slots): burning gust of wind\n lesser restoration\n 3rd-level (2 slots): major image\n venomous fireball"
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_griffon/?format=api",
            "key": "srd_griffon",
            "name": "Griffon",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 80.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 59,
            "hit_dice": "7d10+21",
            "experience_points": 450,
            "ability_scores": {
                "strength": 18,
                "dexterity": 15,
                "constitution": 16,
                "intelligence": 2,
                "wisdom": 13,
                "charisma": 8
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 4,
                "deception": -1,
                "history": -4,
                "insight": 1,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 5,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 15,
            "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": "Beak",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage.",
                    "attacks": [
                        {
                            "name": "Beak attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The griffon makes two attacks: one with its beak and one with its claws.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Sight",
                    "desc": "The griffon has advantage on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Arctic or Tundra",
                    "key": "arctic",
                    "url": "https://api-beta.open5e.com/v2/environments/arctic/?format=api"
                },
                {
                    "name": "Coast",
                    "key": "coast",
                    "url": "https://api-beta.open5e.com/v2/environments/coast/?format=api"
                },
                {
                    "name": "Desert",
                    "key": "desert",
                    "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
                },
                {
                    "name": "Grassland or Plains",
                    "key": "grassland",
                    "url": "https://api-beta.open5e.com/v2/environments/grassland/?format=api"
                },
                {
                    "name": "Hills",
                    "key": "hills",
                    "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
                },
                {
                    "name": "Mountain",
                    "key": "mountain",
                    "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
                },
                {
                    "name": "Plane of Air",
                    "key": "srd_plane-of-air",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_ogre/?format=api",
            "key": "srd_ogre",
            "name": "Ogre",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Giant",
                "key": "giant",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "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": "chaotic evil",
            "languages": {
                "as_string": "Common, Giant",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Giant",
                        "key": "giant",
                        "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                        "desc": "Typical speakers include ogres, and giants."
                    }
                ]
            },
            "armor_class": 11,
            "armor_detail": "hide armor",
            "hit_points": 59,
            "hit_dice": "7d10+21",
            "experience_points": 450,
            "ability_scores": {
                "strength": 19,
                "dexterity": 8,
                "constitution": 16,
                "intelligence": 5,
                "wisdom": 7,
                "charisma": 7
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": -2,
                "charisma": -2
            },
            "initiative_bonus": -1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": -2,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": -2,
                "arcana": -3,
                "athletics": 4,
                "deception": -2,
                "history": -3,
                "insight": -2,
                "intimidation": -2,
                "investigation": -3,
                "medicine": -2,
                "nature": -3,
                "perception": -2,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": -2
            },
            "passive_perception": 8,
            "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": "Greatclub",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Greatclub attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 11 (2d6 + 4) piercing damage.",
                    "attacks": [
                        {
                            "name": "Javelin Melee attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": 30.0,
                            "long_range": 120.0,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        },
                        {
                            "name": "Javelin Ranged attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": null,
                            "range": 30.0,
                            "long_range": 120.0,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Arctic or Tundra",
                    "key": "arctic",
                    "url": "https://api-beta.open5e.com/v2/environments/arctic/?format=api"
                },
                {
                    "name": "Caves",
                    "key": "caves",
                    "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
                },
                {
                    "name": "Coast",
                    "key": "coast",
                    "url": "https://api-beta.open5e.com/v2/environments/coast/?format=api"
                },
                {
                    "name": "Desert",
                    "key": "desert",
                    "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
                },
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Grassland or Plains",
                    "key": "grassland",
                    "url": "https://api-beta.open5e.com/v2/environments/grassland/?format=api"
                },
                {
                    "name": "Hills",
                    "key": "hills",
                    "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
                },
                {
                    "name": "Mountain",
                    "key": "mountain",
                    "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
                },
                {
                    "name": "Ruins",
                    "key": "ruins",
                    "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
                },
                {
                    "name": "Feywild",
                    "key": "srd_feywild",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api"
                },
                {
                    "name": "Plane of Earth",
                    "key": "srd_plane-of-earth",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api"
                },
                {
                    "name": "Swamp or Marsh",
                    "key": "swamp",
                    "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
                },
                {
                    "name": "Underworld",
                    "key": "underworld",
                    "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_owlbear/?format=api",
            "key": "srd_owlbear",
            "name": "Owlbear",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "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": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 59,
            "hit_dice": "7d10+21",
            "experience_points": 700,
            "ability_scores": {
                "strength": 20,
                "dexterity": 12,
                "constitution": 17,
                "intelligence": 3,
                "wisdom": 12,
                "charisma": 7
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 5,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 13,
            "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": "Beak",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 10 (1d10 + 5) piercing damage.",
                    "attacks": [
                        {
                            "name": "Beak attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": true,
                            "damage_die_count": 1,
                            "damage_die_type": "D10",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage.",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The owlbear makes two attacks: one with its beak and one with its claws.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Sight and Smell",
                    "desc": "The owlbear has advantage on Wisdom (Perception) checks that rely on sight or smell."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Hills",
                    "key": "hills",
                    "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
                },
                {
                    "name": "Mountain",
                    "key": "mountain",
                    "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
                },
                {
                    "name": "Feywild",
                    "key": "srd_feywild",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_pegasus/?format=api",
            "key": "srd_pegasus",
            "name": "Pegasus",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Celestial",
                "key": "celestial",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 60.0,
                "unit": "feet",
                "fly": 90.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 90.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic good",
            "languages": {
                "as_string": "understands Celestial, Common, Elvish, and Sylvan but can't speak",
                "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": 12,
            "armor_detail": "",
            "hit_points": 59,
            "hit_dice": "7d10+21",
            "experience_points": 450,
            "ability_scores": {
                "strength": 18,
                "dexterity": 15,
                "constitution": 16,
                "intelligence": 10,
                "wisdom": 15,
                "charisma": 13
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 1
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "dexterity": 4,
                "wisdom": 4,
                "charisma": 3
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 4,
                "charisma": 3
            },
            "skill_bonuses": {
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 4,
                "deception": 1,
                "history": 0,
                "insight": 2,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 6,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Hooves attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Grassland or Plains",
                    "key": "grassland",
                    "url": "https://api-beta.open5e.com/v2/environments/grassland/?format=api"
                },
                {
                    "name": "Hills",
                    "key": "hills",
                    "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
                },
                {
                    "name": "Mountain",
                    "key": "mountain",
                    "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
                },
                {
                    "name": "Astral Plane",
                    "key": "srd_astral-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api"
                },
                {
                    "name": "Feywild",
                    "key": "srd_feywild",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_alpha-fish/?format=api",
            "key": "tob2_alpha-fish",
            "name": "Alpha Fish",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "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/tome-of-beasts-2/"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "proficiency_bonus": null,
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "swim": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 50.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 59,
            "hit_dice": "7d10+21",
            "experience_points": 700,
            "ability_scores": {
                "strength": 16,
                "dexterity": 13,
                "constitution": 16,
                "intelligence": 1,
                "wisdom": 10,
                "charisma": 12
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": 1
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {
                "intimidation": 5,
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -5,
                "athletics": 3,
                "deception": 1,
                "history": -5,
                "insight": 0,
                "intimidation": 5,
                "investigation": -5,
                "medicine": 0,
                "nature": -5,
                "perception": 3,
                "performance": 1,
                "persuasion": 1,
                "religion": -5,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 13,
            "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Fin Flare",
                    "desc": "The alpha fish flares its fins in an attempt to frighten its opponents. Each creature within 30 feet that can see the fish must succeed on a DC 13 Wisdom saving throw or be frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the alpha fish's Fin Flare for the next 24 hours.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Headbutt",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Headbutt attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The alpha fish uses its Fin Flare. It then makes two headbutt attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Defensive Frenzy",
                    "desc": "When it has half its hit points or fewer, the alpha fish can make one headbutt attack as a bonus action."
                },
                {
                    "name": "Frightening Display",
                    "desc": "When the alpha fish uses its Fin Flare, it looks one size category larger than it actually is to any creature that can see it until the start of its next turn."
                },
                {
                    "name": "Too Aggressive",
                    "desc": "The alpha fish attacks anything it thinks is threatening, even inanimate objects or illusions. It automatically fails ability checks and saving throws to detect or see through illusions."
                },
                {
                    "name": "Water Breathing",
                    "desc": "The fish can breathe only under water."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_bearmit-crab/?format=api",
            "key": "ccdx_bearmit-crab",
            "name": "Bearmit Crab",
            "document": {
                "name": "Creature Codex",
                "key": "ccdx",
                "display_name": "Creature Codex",
                "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/creature-codex-for-5th-edition-dnd/"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "-",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 59,
            "hit_dice": "7d10+21",
            "experience_points": 450,
            "ability_scores": {
                "strength": 18,
                "dexterity": 13,
                "constitution": 16,
                "intelligence": 4,
                "wisdom": 13,
                "charisma": 6
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 4,
                "deception": -2,
                "history": -3,
                "insight": 1,
                "intimidation": -2,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "bludgeoning",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage and the target is grappled (escape DC 13) if it is a Medium or smaller creature. Until this grapple ends, the target is restrained. The bearmit crab has two claws, each of which can grapple only one target.",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The bearmit crab makes two attacks: one claw attack and one bite attack or two claw attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "False Appearance",
                    "desc": "While the bearmit crab remains motionless, it is indistinguishable from a normal pile of rocks."
                },
                {
                    "name": "Keen Smell",
                    "desc": "The bearmit crab has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Viscid Shell",
                    "desc": "When a creature hits the bearmit crab with a slashing or piercing melee weapon, the creature must succeed on a DC 13 Strength saving throw, or its weapon becomes stuck to the bearmit crab's shell. While the weapon is stuck, it can't be used. A creature can pull the weapon free by taking an action to make a DC 13 Strength check and succeeding."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_ogre/?format=api",
            "key": "a5e-mm_ogre",
            "name": "Ogre",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Giant",
                "key": "giant",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "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": "chaotic evil",
            "languages": {
                "as_string": "Common, Giant",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Giant",
                        "key": "giant",
                        "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                        "desc": "Typical speakers include ogres, and giants."
                    }
                ]
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 59,
            "hit_dice": "7d10+21",
            "experience_points": 450,
            "ability_scores": {
                "strength": 19,
                "dexterity": 8,
                "constitution": 16,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 8
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -1
            },
            "initiative_bonus": -1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 4,
                "deception": -1,
                "history": 0,
                "insight": 0,
                "intimidation": -1,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "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": "Greatclub",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage  and if the target is a Medium or smaller creature  it makes a DC 14 Strength saving throw  falling prone on a failure.",
                    "attacks": [
                        {
                            "name": "Greatclub attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 11 (2d6 + 4) piercing damage.",
                    "attacks": [
                        {
                            "name": "Javelin attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": 30.0,
                            "long_range": 120.0,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Sweeping Strike",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft.  all creatures within 5 feet. Hit: 8 (1d8 + 4) bludgeoning damage  and if the target is a Medium or smaller creature  it makes a DC 14 Strength saving throw. On a failure  it is pushed 10 feet away from the ogre.",
                    "attacks": [
                        {
                            "name": "Sweeping Strike attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_owlbear/?format=api",
            "key": "a5e-mm_owlbear",
            "name": "Owlbear",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "climb": 20.0
            },
            "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": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 59,
            "hit_dice": "7d10+21",
            "experience_points": 700,
            "ability_scores": {
                "strength": 18,
                "dexterity": 12,
                "constitution": 16,
                "intelligence": 3,
                "wisdom": 12,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 4,
                "deception": -3,
                "history": -4,
                "insight": 1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 3,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 13,
            "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": "Beak",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (1d10 + 4) piercing damage.",
                    "attacks": [
                        {
                            "name": "Beak attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D10",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The owlbear attacks with its beak and claws.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Sight and Smell",
                    "desc": "The owlbear has advantage on Perception checks that rely on sight or smell."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mari-lwyd/?format=api",
            "key": "tob2_mari-lwyd",
            "name": "Mari Lwyd",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "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/tome-of-beasts-2/"
            },
            "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": "4.000",
            "challenge_rating_text": "4",
            "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": "neutral",
            "languages": {
                "as_string": "Common, Draconic, Elvish, Giant, Primordial",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Draconic",
                        "key": "draconic",
                        "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                        "desc": "Typical speakers include dragons and dragonborn."
                    },
                    {
                        "name": "Elvish",
                        "key": "elvish",
                        "url": "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                        "desc": "Typical speakers are elves."
                    },
                    {
                        "name": "Giant",
                        "key": "giant",
                        "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                        "desc": "Typical speakers include ogres, and giants."
                    },
                    {
                        "name": "Primordial",
                        "key": "primordial",
                        "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                        "desc": "Typical speakers are elementals."
                    }
                ]
            },
            "armor_class": 15,
            "armor_detail": "natural armor",
            "hit_points": 66,
            "hit_dice": "7d10+28",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 16,
                "dexterity": 13,
                "constitution": 19,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 15
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 2
            },
            "initiative_bonus": 1,
            "saving_throws": {
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 4
            },
            "skill_bonuses": {
                "intimidation": 4,
                "performance": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 3,
                "deception": 2,
                "history": 0,
                "insight": 2,
                "intimidation": 4,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": 6,
                "persuasion": 2,
                "religion": 0,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 2
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "necrotic",
                "damage_resistances": [
                    {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "exhaustion, frightened, poisoned, unconscious",
                "condition_immunities": [
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Unconscious",
                        "key": "unconscious",
                        "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 12 (2d8 + 3) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "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": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 10 (2d6 + 3) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Hooves attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The mari lwyd makes one bite attack and one hooves attack.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The mari lwyd’s innate spellcasting ability is Charisma (spell save DC 12, +4 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\nAt will: chill touch, mage hand\n3/day each: animate dead, hideous laughter, suggestion"
                },
                {
                    "name": "Turn Resistance",
                    "desc": "The mari lwyd has advantage on saving throws against any effect that turns undead."
                },
                {
                    "name": "Turned by Rhyme",
                    "desc": "A creature can use its action to formally challenge the mari lwyd to a duel of rhymes. If no creature attacks the mari lwyd until the beginning of its next turn, it uses its action to recite a rhyme. The challenger must respond to the rhyme and succeed on a DC 14 Charisma (Performance) check. On a success, the mari lwyd is treated as if it is turned for 1 minute or until it takes damage."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_ogre-flesh-heap/?format=api",
            "key": "a5e-mm_ogre-flesh-heap",
            "name": "Ogre Flesh Heap",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "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": "4.000",
            "challenge_rating_text": "4",
            "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": "chaotic evil",
            "languages": {
                "as_string": "understands Giant but can't speak",
                "data": []
            },
            "armor_class": 11,
            "armor_detail": "",
            "hit_points": 59,
            "hit_dice": "7d10+28",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 18,
                "dexterity": 6,
                "constitution": 18,
                "intelligence": 3,
                "wisdom": 8,
                "charisma": 4
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -3
            },
            "initiative_bonus": -2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": -1,
                "arcana": -4,
                "athletics": 4,
                "deception": -3,
                "history": -4,
                "insight": -1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": -1,
                "nature": -4,
                "perception": -1,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": -1
            },
            "passive_perception": 8,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "fatigue, poisoned",
                "condition_immunities": [
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target grappled by a zombie. Hit: 15 (2d10 + 4) piercing damage  and the zombie regains hit points equal to the damage dealt",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Bodyblock",
                    "desc": "If the ogre flesh heap is grappling a creature when it is hit with a weapon attack by a creature it can see, it uses the creature as a shield, adding 2 to its AC against the attack. If this causes the attack to miss, the attack hits the grappled creature instead.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Corpulent Expulsion",
                    "desc": "When it takes damage, the ogre flesh heaps belly splits and releases a torrent of caustic gore in a 30-foot cone. Creatures in this area make a DC 14 Dexterity saving throw, taking 14 (4d6) acid damage on a failure and half damage on a success. The flesh heap then takes 10 (3d6) acid damage.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 6
                    }
                },
                {
                    "name": "Grab",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage  and the target is grappled if its Medium or smaller (escape DC 14)  and until the grapple ends  the zombie can't grab another target.",
                    "attacks": [
                        {
                            "name": "Grab attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "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": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage  and if the target is a Medium or smaller creature  it makes a DC 14 Strength saving throw  falling prone on a failure.",
                    "attacks": [
                        {
                            "name": "Greatclub attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Sweeping Strike",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft.  all creatures within 5 feet. Hit: 8 (1d8 + 4) bludgeoning damage  and if the target is a Medium or smaller creature  it makes a DC 14 Strength saving throw. On a failure  it is pushed 10 feet away from the ogre.",
                    "attacks": [
                        {
                            "name": "Sweeping Strike attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Undead Fortitude (1/Day)",
                    "desc": "If the zombie is reduced to 0 hit points by damage that isnt radiant or from a critical hit, its instead reduced to 1 hit point, falls prone, and is stunned until the end of its next turn, appearing to be dead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "A zombie doesnt require air, sustenance, or sleep."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_ogre-zombie/?format=api",
            "key": "a5e-mm_ogre-zombie",
            "name": "Ogre Zombie",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "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": "2.000",
            "challenge_rating_text": "2",
            "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": "chaotic evil",
            "languages": {
                "as_string": "understands Giant but can't speak",
                "data": []
            },
            "armor_class": 11,
            "armor_detail": "",
            "hit_points": 59,
            "hit_dice": "7d10+28",
            "experience_points": 450,
            "ability_scores": {
                "strength": 18,
                "dexterity": 6,
                "constitution": 18,
                "intelligence": 3,
                "wisdom": 8,
                "charisma": 4
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -3
            },
            "initiative_bonus": -2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": -1,
                "arcana": -4,
                "athletics": 4,
                "deception": -3,
                "history": -4,
                "insight": -1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": -1,
                "nature": -4,
                "perception": -1,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": -1
            },
            "passive_perception": 8,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "fatigue, poisoned",
                "condition_immunities": [
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target grappled by a zombie. Hit: 15 (2d10 + 4) piercing damage  and the zombie regains hit points equal to the damage dealt.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Grab",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage  and the target is grappled if its Medium or smaller (escape DC 14)  and until the grapple ends  the zombie can't grab another target.",
                    "attacks": [
                        {
                            "name": "Grab attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "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": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage  and if the target is a Medium or smaller creature  it makes a DC 14 Strength saving throw  falling prone on a failure.",
                    "attacks": [
                        {
                            "name": "Greatclub attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Sweeping Strike",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft.  all creatures within 5 feet. Hit: 8 (1d8 + 4) bludgeoning damage  and if the target is a Medium or smaller creature  it makes a DC 14 Strength saving throw. On a failure  it is pushed 10 feet away from the ogre.",
                    "attacks": [
                        {
                            "name": "Sweeping Strike attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Undead Fortitude (1/Day)",
                    "desc": "If the zombie is reduced to 0 hit points by damage that isnt radiant or from a critical hit, its instead reduced to 1 hit point, falls prone, and is stunned until the end of its next turn, appearing to be dead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "A zombie doesnt require air, sustenance, or sleep."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_walking-statue/?format=api",
            "key": "a5e-mm_walking-statue",
            "name": "Walking Statue",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Construct",
                "key": "construct",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "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": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 16,
            "armor_detail": "",
            "hit_points": 66,
            "hit_dice": "7d10+28",
            "experience_points": 700,
            "ability_scores": {
                "strength": 18,
                "dexterity": 8,
                "constitution": 18,
                "intelligence": 1,
                "wisdom": 10,
                "charisma": 1
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -5
            },
            "initiative_bonus": -1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -5,
                "athletics": 4,
                "deception": -5,
                "history": -5,
                "insight": 0,
                "intimidation": -5,
                "investigation": -5,
                "medicine": 0,
                "nature": -5,
                "perception": 0,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison, psychic",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "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": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?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"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Smash",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Smash attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Bludgeoning Weakness",
                    "desc": "When the statue takes more than 10 bludgeoning damage from one attack, it falls prone."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless, the statue is indistinguishable from a normal statue."
                },
                {
                    "name": "Spell-created",
                    "desc": "The DC for dispel magic to destroy this creature is 19."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_glass-gator/?format=api",
            "key": "tob_glass-gator",
            "name": "Glass Gator",
            "document": {
                "name": "Tome of Beasts",
                "key": "tob",
                "display_name": "Tome of Beasts",
                "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/tome-of-beasts/"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 50.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "-",
                "data": []
            },
            "armor_class": 15,
            "armor_detail": "natural armor",
            "hit_points": 45,
            "hit_dice": "7d10+7",
            "experience_points": 200,
            "ability_scores": {
                "strength": 15,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 4,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 2,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 2,
                "deception": -3,
                "history": -3,
                "insight": 0,
                "intimidation": -3,
                "investigation": -3,
                "medicine": 0,
                "nature": -3,
                "perception": 2,
                "performance": -3,
                "persuasion": -3,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 12,
            "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": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) slashing damage, and the target is grappled (escape DC 12). Until this grapple ends, the target is restrained and the glass gator can't attack a different target.",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Constrict",
                    "desc": "One creature that's already grappled by the glass gator takes 7 (2d4 + 2) bludgeoning damage plus 7 (2d6) poison damage, or half as much poison damage with a successful DC 11 Constitution saving throw.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Silt Cloud",
                    "desc": "After taking damage while in water, the glass gator thrashes to stir up a 10-foot-radius cloud of silt around itself. The area inside the sphere is heavily obscured for 1 minute (10 rounds) in still water or 5 (2d4) rounds in a strong current. After stirring up the silt, the glass gator can move its speed.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Amphibious",
                    "desc": "The glass gator can breathe air and water."
                },
                {
                    "name": "Lunge",
                    "desc": "When the glass gator leaps at least 10 feet toward a creature and hits that creature with a claws attack on the same turn, it can immediately constrict the target as a bonus action."
                },
                {
                    "name": "Standing Leap",
                    "desc": "The glass gator can long jump up to 15 feet from water or up to 10 feet on land, with or without a running start."
                },
                {
                    "name": "Transparency",
                    "desc": "The glass gator has advantage on Dexterity (Stealth) checks while underwater or in dim light."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Ocean",
                    "key": "ocean",
                    "url": "https://api-beta.open5e.com/v2/environments/ocean/?format=api"
                },
                {
                    "name": "Swamp or Marsh",
                    "key": "swamp",
                    "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_muraenid/?format=api",
            "key": "tob3_muraenid",
            "name": "Muraenid",
            "document": {
                "name": "Tome of Beasts 3",
                "key": "tob3",
                "display_name": "Tome of Beasts 3",
                "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/tome-of-beasts-3/"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 0.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": null,
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral evil",
            "languages": {
                "as_string": "Aquan, Deep Speech",
                "data": [
                    {
                        "name": "Deep Speech",
                        "key": "deep-speech",
                        "url": "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                        "desc": "Typical speakers include aboleths and cloakers. It is only spoken."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "natural",
            "hit_points": 45,
            "hit_dice": "7d10+7",
            "experience_points": 450,
            "ability_scores": {
                "strength": 16,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 12,
                "wisdom": 13,
                "charisma": 7
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": -2
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "dexterity": 4
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 4,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 1
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": 3,
                "deception": -2,
                "history": 1,
                "insight": 1,
                "intimidation": -2,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 13,
            "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": [],
            "traits": [
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                },
                {
                    "name": "Speak with Aquatic Creatures",
                    "desc": "Communicate with Monstrosities and Beasts that have a swim speed as if they shared a language."
                },
                {
                    "name": "Water Breathing",
                    "desc": "Can breathe only underwater."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_white-stag/?format=api",
            "key": "ccdx_white-stag",
            "name": "White Stag",
            "document": {
                "name": "Creature Codex",
                "key": "ccdx",
                "display_name": "Creature Codex",
                "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/creature-codex-for-5th-edition-dnd/"
            },
            "type": {
                "name": "Celestial",
                "key": "celestial",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api"
            },
            "size": {
                "name": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 60.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic good",
            "languages": {
                "as_string": "understands Celestial, Common, Elvish and Sylvan but can't speak",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 45,
            "hit_dice": "7d10+7",
            "experience_points": 450,
            "ability_scores": {
                "strength": 17,
                "dexterity": 15,
                "constitution": 13,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 15
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 2
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 2
            },
            "skill_bonuses": {
                "athletics": 5,
                "insight": 4,
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 5,
                "deception": 2,
                "history": 0,
                "insight": 4,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 4,
                "performance": 2,
                "persuasion": 2,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 14,
            "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": "Gore",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "attacks": [
                        {
                            "name": "Gore 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": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 10 (2d6 + 3) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Hooves attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The white stag makes one gore attack and one hooves attack.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Beloved by the Gods",
                    "desc": "When the white stag dies, the deity that created it curses the creature that dealt the killing blow. The cursed creature finds the natural world working against it: roots randomly rise up to trip the creature when it walks past a tree (5% chance per mile traveled in forested terrain), animals are more reluctant to obey (disadvantage on Wisdom (Animal Handling) checks), and the wind seems to always be blowing in the least favorable direction for the creature (scattering papers, sending the creature's scent in the direction of a creature tracking it, etc.). This curse lasts until it is lifted by a remove curse spell or after the cursed creature completes a task of penance for the deity or its temple."
                },
                {
                    "name": "Forest Runner",
                    "desc": "Difficult terrain doesn't slow the white stag's travel while in a forest."
                },
                {
                    "name": "Running Leap",
                    "desc": "With a 10-foot running start, the white stag can long jump up to 25 feet."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_awakened-tree/?format=api",
            "key": "srd-2024_awakened-tree",
            "name": "Awakened Tree",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Plant",
                "key": "plant",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
            },
            "size": {
                "name": "Huge",
                "key": "huge",
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "Common plus one other language",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 59,
            "hit_dice": "7d12 + 14",
            "experience_points": 450,
            "ability_scores": {
                "strength": 19,
                "dexterity": 6,
                "constitution": 15,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 7
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -2
            },
            "initiative_bonus": -2,
            "saving_throws": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 4,
                "deception": -2,
                "history": 0,
                "insight": 0,
                "intimidation": -2,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": 0,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": 0
            },
            "passive_perception": 10,
            "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Slam",
                    "desc": "Melee Attack Roll: +6, reach 10 ft. 13 (2d8 + 4) Bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_awakened-tree/?format=api",
            "key": "srd_awakened-tree",
            "name": "Awakened Tree",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Plant",
                "key": "plant",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
            },
            "size": {
                "name": "Huge",
                "key": "huge",
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "one language known by its creator",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 59,
            "hit_dice": "7d12+14",
            "experience_points": 450,
            "ability_scores": {
                "strength": 19,
                "dexterity": 6,
                "constitution": 15,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 7
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -2
            },
            "initiative_bonus": -2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 4,
                "deception": -2,
                "history": 0,
                "insight": 0,
                "intimidation": -2,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": 0,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "bludgeoning, piercing",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "fire",
                "damage_vulnerabilities": [
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    }
                ],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 14 (3d6 + 4) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "False Appearance",
                    "desc": "While the tree remains motionless, it is indistinguishable from a normal tree."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Swamp or Marsh",
                    "key": "swamp",
                    "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_ankheg-queen/?format=api",
            "key": "a5e-mm_ankheg-queen",
            "name": "Ankheg Queen",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Huge",
                "key": "huge",
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
            },
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 15.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 15.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "",
            "hit_points": 59,
            "hit_dice": "7d12+14",
            "experience_points": 700,
            "ability_scores": {
                "strength": 16,
                "dexterity": 10,
                "constitution": 14,
                "intelligence": 2,
                "wisdom": 14,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -1
            },
            "initiative_bonus": 0,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": 3,
                "deception": -1,
                "history": -4,
                "insight": 2,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 2,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 2
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "acid",
                "damage_resistances": [
                    {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": 30.0,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Acid Glob",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 30/90 feet, one target. Hit: 7 (1d8 + 3) acid damage.",
                    "attacks": [],
                    "action_type": "LEGENDARY_ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Acid Spray",
                    "desc": "The ankheg spits a 30-foot-long  5-foot-wide stream of acid. Each creature in the area makes a DC 13 Dexterity saving throw  taking 14 (4d6) acid damage on a failure or half damage on a success. If the ankheg is grappling a target  it instead bathes the target in acid  dealing 14 (4d6) acid damage with no saving throw only to that target.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 6
                    }
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature grappled by the ankheg. Hit: 16 (3d8 + 3) slashing damage. If this damage kills the target  the ankheg severs its head.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "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": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Burrowing Ambush",
                    "desc": "The ankheg burrows up to its burrowing speed without provoking opportunity attacks, and then resurfaces. If within melee range of an enemy, it makes a claw attack with advantage.",
                    "attacks": [],
                    "action_type": "LEGENDARY_ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 1
                    }
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) slashing damage. If the target is a Medium or smaller creature  it is grappled (escape DC 13). Until this grapple ends  the target is restrained  and the ankheg can't use its claws on anyone else.",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "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": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "The ankhegqueenhas 1 legendary action it can take at the end of another creatures turn",
                    "desc": "The ankheg regains the spent legendary action at the start of its turn.",
                    "attacks": [],
                    "action_type": "LEGENDARY_ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_giant-constrictor-snake/?format=api",
            "key": "a5e-mm_giant-constrictor-snake",
            "name": "Giant Constrictor Snake",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Huge",
                "key": "huge",
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 52,
            "hit_dice": "7d12+7",
            "experience_points": 450,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 4,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 2,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 12,
            "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": null,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 13 (2d8+4) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Constrict",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6+4) bludgeoning damage and the target is grappled (escape DC 16). Until this grapple ends  the target is restrained and the snake can't constrict a different target.",
                    "attacks": [
                        {
                            "name": "Constrict attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "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": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_cikavak/?format=api",
            "key": "tob_cikavak",
            "name": "Cikavak",
            "document": {
                "name": "Tome of Beasts",
                "key": "tob",
                "display_name": "Tome of Beasts",
                "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/tome-of-beasts/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "understands Common; telepathy (touch)",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 17,
            "hit_dice": "7d4",
            "experience_points": 25,
            "ability_scores": {
                "strength": 4,
                "dexterity": 15,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 12,
                "charisma": 4
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 5,
                "stealth": 9
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": -3,
                "deception": -3,
                "history": 1,
                "insight": 1,
                "intimidation": -3,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 5,
                "performance": -3,
                "persuasion": -3,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 9,
                "survival": 1
            },
            "passive_perception": 15,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "acid, fire, poison",
                "damage_resistances": [
                    {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    },
                    {
                        "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_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": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, range 5 ft., one target. Hit: 7 (1d4 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 5.0,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the cikavak's innate spellcasting ability is Wisdom (spell save DC 11). It can innately cast the following spells, requiring no material components:\n\nat will: speak with animals\n\n1/day: silence"
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Arctic or Tundra",
                    "key": "arctic",
                    "url": "https://api-beta.open5e.com/v2/environments/arctic/?format=api"
                },
                {
                    "name": "Caves",
                    "key": "caves",
                    "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
                },
                {
                    "name": "Coast",
                    "key": "coast",
                    "url": "https://api-beta.open5e.com/v2/environments/coast/?format=api"
                },
                {
                    "name": "Desert",
                    "key": "desert",
                    "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
                },
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Grassland or Plains",
                    "key": "grassland",
                    "url": "https://api-beta.open5e.com/v2/environments/grassland/?format=api"
                },
                {
                    "name": "Hills",
                    "key": "hills",
                    "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
                },
                {
                    "name": "Laboratory",
                    "key": "laboratory",
                    "url": "https://api-beta.open5e.com/v2/environments/laboratory/?format=api"
                },
                {
                    "name": "Lake",
                    "key": "lake",
                    "url": "https://api-beta.open5e.com/v2/environments/lake/?format=api"
                },
                {
                    "name": "Mountain",
                    "key": "mountain",
                    "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
                },
                {
                    "name": "Ocean",
                    "key": "ocean",
                    "url": "https://api-beta.open5e.com/v2/environments/ocean/?format=api"
                },
                {
                    "name": "Ruins",
                    "key": "ruins",
                    "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
                },
                {
                    "name": "Sewer",
                    "key": "sewer",
                    "url": "https://api-beta.open5e.com/v2/environments/sewer/?format=api"
                },
                {
                    "name": "Shadowfell",
                    "key": "shadowfell",
                    "url": "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api"
                },
                {
                    "name": "The Abyss",
                    "key": "srd_abyss",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api"
                },
                {
                    "name": "Astral Plane",
                    "key": "srd_astral-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api"
                },
                {
                    "name": "Elysium",
                    "key": "srd_elysium",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api"
                },
                {
                    "name": "Ethereal Plane",
                    "key": "srd_ethereal-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api"
                },
                {
                    "name": "Feywild",
                    "key": "srd_feywild",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api"
                },
                {
                    "name": "Hell",
                    "key": "srd_hell",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api"
                },
                {
                    "name": "Material Plane",
                    "key": "srd_material-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api"
                },
                {
                    "name": "Plane of Air",
                    "key": "srd_plane-of-air",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api"
                },
                {
                    "name": "Plane of Earth",
                    "key": "srd_plane-of-earth",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api"
                },
                {
                    "name": "Plane of Fire",
                    "key": "srd_plane-of-fire",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api"
                },
                {
                    "name": "Plane of Water",
                    "key": "srd_plane-of-water",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api"
                },
                {
                    "name": "Swamp or Marsh",
                    "key": "swamp",
                    "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
                },
                {
                    "name": "Temple",
                    "key": "temple",
                    "url": "https://api-beta.open5e.com/v2/environments/temple/?format=api"
                },
                {
                    "name": "Badlands",
                    "key": "tob_badlands",
                    "url": "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api"
                },
                {
                    "name": "Tomb",
                    "key": "tomb",
                    "url": "https://api-beta.open5e.com/v2/environments/tomb/?format=api"
                },
                {
                    "name": "Underworld",
                    "key": "underworld",
                    "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
                },
                {
                    "name": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_animated-instrument/?format=api",
            "key": "tob3_animated-instrument",
            "name": "Animated Instrument",
            "document": {
                "name": "Tome of Beasts 3",
                "key": "tob3",
                "display_name": "Tome of Beasts 3",
                "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/tome-of-beasts-3/"
            },
            "type": {
                "name": "Construct",
                "key": "construct",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 0.0,
                "fly": 30.0
            },
            "speed_all": {
                "unit": null,
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "natural armor",
            "hit_points": 17,
            "hit_dice": "7d4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 1,
                "dexterity": 12,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 15
            },
            "modifiers": {
                "strength": -5,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": 2
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -5,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": 2
            },
            "skill_bonuses": {
                "perception": -3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -3,
                "arcana": -5,
                "athletics": -5,
                "deception": 2,
                "history": -5,
                "insight": -3,
                "intimidation": 2,
                "investigation": -5,
                "medicine": -3,
                "nature": -5,
                "perception": -3,
                "performance": 2,
                "persuasion": 2,
                "religion": -5,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": -3
            },
            "passive_perception": 7,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison, psychic",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "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": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?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"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "traits": [
                {
                    "name": "Antimagic Susceptibility",
                    "desc": "Incapacitated while in the area of an antimagic field. If targeted by dispel magic instrument must succeed on a Con save vs. caster’s spell save DC or fall unconscious for 1 min."
                },
                {
                    "name": "Construct Nature",
                    "desc": "Doesn’t require air food drink or sleep."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless and not flying indistinguishable from normal musical instrument."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_cikavak/?format=api",
            "key": "tob-2023_cikavak",
            "name": "Cikavak",
            "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": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 10.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "Neutral",
            "languages": {
                "as_string": "understands Common but can't speak",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 17,
            "hit_dice": "7d4",
            "experience_points": 25,
            "ability_scores": {
                "strength": 4,
                "dexterity": 15,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 12,
                "charisma": 4
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 5,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": -3,
                "deception": -3,
                "history": 1,
                "insight": 1,
                "intimidation": -3,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 5,
                "performance": -3,
                "persuasion": -3,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 6,
                "survival": 1
            },
            "passive_perception": 15,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "acid, fire, poison",
                "damage_resistances": [
                    {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    },
                    {
                        "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_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": "Beak",
                    "desc": "Melee Weapon Attack: +4 to hit, range 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Beak attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 5.0,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Silencing Squawk",
                    "desc": "The cikavak lets out a magical squawk in a 30-foot cone. Each creature in that area must succeed on a DC 11 Constitution saving throw or be deafened and unable to speak for 1 minute. A 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": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 6
                    }
                }
            ],
            "traits": [
                {
                    "name": "Limited Telepathy",
                    "desc": "The cikavak can magically communicate simple ideas, emotions, and images telepathically with any creature that touches it and that can understand a language."
                },
                {
                    "name": "Speak with Beasts",
                    "desc": "The cikavak can communicate with Beasts as if they shared a language."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_sphinx-of-wonder/?format=api",
            "key": "srd-2024_sphinx-of-wonder",
            "name": "Sphinx of Wonder",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Celestial",
                "key": "celestial",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "lawful good",
            "languages": {
                "as_string": "Celestial, Common",
                "data": [
                    {
                        "name": "Celestial",
                        "key": "celestial",
                        "url": "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                        "desc": "Typical speakers are celestials"
                    },
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 24,
            "hit_dice": "7d4 + 7",
            "experience_points": 200,
            "ability_scores": {
                "strength": 6,
                "dexterity": 17,
                "constitution": 13,
                "intelligence": 15,
                "wisdom": 12,
                "charisma": 11
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 0
            },
            "initiative_bonus": 3,
            "saving_throws": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "arcana": 4,
                "religion": 4,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 4,
                "athletics": -2,
                "deception": 0,
                "history": 2,
                "insight": 1,
                "intimidation": 0,
                "investigation": 2,
                "medicine": 1,
                "nature": 2,
                "perception": 1,
                "performance": 0,
                "persuasion": 0,
                "religion": 4,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "necrotic, psychic, radiant",
                "damage_resistances": [
                    {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    },
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    },
                    {
                        "name": "Radiant",
                        "key": "radiant",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
                    }
                ],
                "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": "Rend",
                    "desc": "Melee Attack Roll: +5, reach 5 ft. 5 (1d4 + 3) Slashing damage plus 7 (2d6) Radiant damage.",
                    "attacks": [
                        {
                            "name": "Rend 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": "D4",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Magic Resistance",
                    "desc": "The sphinx has Advantage on saving throws against spells and other magical effects."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_gremlin-rum-story-keeper/?format=api",
            "key": "tob3_gremlin-rum-story-keeper",
            "name": "Gremlin, Rum Story Keeper",
            "document": {
                "name": "Tome of Beasts 3",
                "key": "tob3",
                "display_name": "Tome of Beasts 3",
                "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/tome-of-beasts-3/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "speed_all": {
                "unit": null,
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "Common",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 38,
            "hit_dice": "7d4+21",
            "experience_points": 450,
            "ability_scores": {
                "strength": 12,
                "dexterity": 16,
                "constitution": 16,
                "intelligence": 12,
                "wisdom": 9,
                "charisma": 16
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": -1,
                "charisma": 3
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": -1,
                "charisma": 3
            },
            "skill_bonuses": {
                "perception": -1
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -1,
                "arcana": 1,
                "athletics": 1,
                "deception": 3,
                "history": 1,
                "insight": -1,
                "intimidation": 3,
                "investigation": 1,
                "medicine": -1,
                "nature": 1,
                "perception": -1,
                "performance": 3,
                "persuasion": 3,
                "religion": 1,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": -1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "traits": [
                {
                    "name": "Aura of Drunkenness",
                    "desc": "Each creature that starts its turn in 20' radius aura: DC 12 Con save or poisoned for 1 hr. Creature that has consumed alcohol within past hr has disadvantage on the save. While poisoned creature falls prone if it tries to move more than half its speed during a turn. Creature that succeeds on the save is immune to Aura of Drunkenness of all rum gremlins for 24 hrs."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_light-drake/?format=api",
            "key": "tob2_light-drake",
            "name": "Light Drake",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "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/tome-of-beasts-2/"
            },
            "type": {
                "name": "Dragon",
                "key": "dragon",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 60.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": true,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral good",
            "languages": {
                "as_string": "Common, Draconic",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Draconic",
                        "key": "draconic",
                        "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                        "desc": "Typical speakers include dragons and dragonborn."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 24,
            "hit_dice": "7d4+7",
            "experience_points": 100,
            "ability_scores": {
                "strength": 7,
                "dexterity": 16,
                "constitution": 13,
                "intelligence": 8,
                "wisdom": 12,
                "charisma": 14
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 2
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {
                "acrobatics": 5,
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 1,
                "arcana": -1,
                "athletics": -2,
                "deception": 2,
                "history": -1,
                "insight": 1,
                "intimidation": 2,
                "investigation": -1,
                "medicine": 1,
                "nature": -1,
                "perception": 3,
                "performance": 2,
                "persuasion": 2,
                "religion": -1,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "radiant",
                "damage_resistances": [
                    {
                        "name": "Radiant",
                        "key": "radiant",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
                    }
                ],
                "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": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite 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": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Breath Weapon",
                    "desc": "A light drake can breathe a 30-foot line of brilliant white light. Each creature in that line must make a DC 13 Dexterity saving throw. On a failure, a creature takes 5 (2d4) radiant damage and is blinded for 1 minute. On a success, a creature takes half the damage and isn't blinded. A blinded creature can make a DC 13 Constitution 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": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 6
                    }
                }
            ],
            "traits": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The light drake’s innate spellcasting ability is Charisma (spell save DC 12, +4 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\nAt will: dancing lights, light, guiding star, starburst\n3/day each: color spray, faerie fire"
                },
                {
                    "name": "Reflective Scales",
                    "desc": "When a light drake is within 5 feet of a source of light, that source of light sheds bright light and dim light for an additional 10 feet. While the light drake wears or carries an object that sheds light from the daylight spell, the light within 10 feet of the drake is sunlight."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_library-automaton/?format=api",
            "key": "tob-2023_library-automaton",
            "name": "Library Automaton",
            "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": "Construct",
                "key": "construct",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "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 Neutral",
            "languages": {
                "as_string": "Common",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 24,
            "hit_dice": "7d6",
            "experience_points": 100,
            "ability_scores": {
                "strength": 8,
                "dexterity": 13,
                "constitution": 10,
                "intelligence": 16,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": -1
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {
                "history": 5,
                "investigation": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": 3,
                "athletics": -1,
                "deception": -1,
                "history": 5,
                "insight": 1,
                "intimidation": -1,
                "investigation": 5,
                "medicine": 1,
                "nature": 3,
                "perception": 1,
                "performance": -1,
                "persuasion": -1,
                "religion": 3,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison, psychic",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
                "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": "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"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": 10.0,
            "actions": [
                {
                    "name": "Piston-Powered Kick",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 6 (2d4 + 1) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Piston-Powered Kick attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D4",
                            "damage_bonus": 1,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Unnerving Gaze",
                    "desc": "Ranged Spell Attack: +5 to hit, range 60 ft., one target. Hit: 6 (1d6 + 3) psychic damage, and the target must succeed on a DC 13 Wisdom saving throw or have disadvantage on the next attack roll, ability check, or saving throw it makes before the start of the automaton's next turn.",
                    "attacks": [
                        {
                            "name": "Unnerving Gaze attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 60.0,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "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": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Bibliophile",
                    "desc": "The library automaton understands any written language it can see, provided it is touching the surface on which the words are written."
                },
                {
                    "name": "Bibliotelekinesis",
                    "desc": "The library automaton is surrounded by an invisible, shapeless, magical force that can perform simple tasks at the automaton’s command. This force has a Strength equal to the automaton’s Strength, and it can interact with objects up to 15 feet away from the automaton. The automaton can use this force to perform simple tasks that a Small humanoid with two hands could do, such as opening a door, moving a bookshelf’s ladder, picking up and organizing books, and similar tasks. The automaton can’t use this force to make attacks or wield a weapon or shield."
                },
                {
                    "name": "Book Safekeeper",
                    "desc": "The library automaton’s body contains a small, extradimensional space. This space can hold up to 100 pounds of Small or smaller objects. This space can hold only books, scrolls, parchment, or other written works on paper or other paper- or wood-like materials. The automaton is the only creature capable of retrieving items from this space while it is alive. If the automaton is destroyed, the objects within its extradimensional space are ejected into an unoccupied space nearest it."
                },
                {
                    "name": "Construct Nature",
                    "desc": "The library automaton doesn’t require air, food, drink, or sleep."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_goblin-boss/?format=api",
            "key": "a5e-mm_goblin-boss",
            "name": "Goblin Boss",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Humanoid",
                "key": "humanoid",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "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": "chaotic evil",
            "languages": {
                "as_string": "Common, Goblin",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Goblin",
                        "key": "goblin",
                        "url": "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                        "desc": "Typical speakers are goblinoids."
                    }
                ]
            },
            "armor_class": 16,
            "armor_detail": "",
            "hit_points": 24,
            "hit_dice": "7d6",
            "experience_points": 200,
            "ability_scores": {
                "strength": 12,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 12,
                "charisma": 12
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 1
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {
                "intimidation": 3,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": 1,
                "deception": 1,
                "history": 1,
                "insight": 1,
                "intimidation": 3,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 1,
                "performance": 1,
                "persuasion": 1,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 11,
            "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": "Command Minions",
                    "desc": "Up to 3 goblins within 30 feet that can hear or see it use their reactions to make a single melee attack each.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The goblin attacks twice with its scimitar.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Nimble Escape",
                    "desc": "The goblin takes the Disengage or Hide action.",
                    "attacks": [],
                    "action_type": "BONUS_ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage.",
                    "attacks": [
                        {
                            "name": "Scimitar attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Shortbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 80.0,
                            "long_range": 320.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_ratfolk-rogue/?format=api",
            "key": "tob-2023_ratfolk-rogue",
            "name": "Ratfolk Rogue",
            "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": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "Neutral",
            "languages": {
                "as_string": "Common, Thieves Cant",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Thieves' Cant",
                        "key": "thieves-cant",
                        "url": "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                        "desc": "A secret mix of dialect, jargon, and code that allows the speaker to hide messages in seemingly normal conversation. Only another creature that knows thieves’ cant understands such messages. It takes four times longer to convey such a message than it does to speak the same idea plainly."
                    }
                ]
            },
            "armor_class": 15,
            "armor_detail": "studded leather",
            "hit_points": 31,
            "hit_dice": "7d6 + 7",
            "experience_points": 200,
            "ability_scores": {
                "strength": 7,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 14,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 0
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "acrobatics": 5,
                "perception": 2,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 0,
                "arcana": 2,
                "athletics": -2,
                "deception": 0,
                "history": 2,
                "insight": 0,
                "intimidation": 0,
                "investigation": 2,
                "medicine": 0,
                "nature": 2,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 2,
                "sleight_of_hand": 3,
                "stealth": 7,
                "survival": 0
            },
            "passive_perception": 12,
            "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": "Cunning Action",
                    "desc": "The ratfolk rogue takes the Dash, Disengage, or Hide action.",
                    "attacks": [],
                    "action_type": "BONUS_ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage plus 7 (2d6) poison damage.",
                    "attacks": [
                        {
                            "name": "Dagger attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": 2,
                            "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": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 7 (1d8 + 3) piercing damage plus 7 (2d6) poison damage.",
                    "attacks": [
                        {
                            "name": "Light Crossbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 80.0,
                            "long_range": 320.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": 2,
                            "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": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Nimbleness",
                    "desc": "The ratfolk rogue can move through the space of any Medium or larger hostile creature, and such a space isn’t difficult terrain for the ratfolk."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The ratfolk rogue has advantage on attack rolls against a creature if at least one of the ratfolk’s allies is within 5 feet of the creature and the ally isn’t incapacitated."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_qiqirn/?format=api",
            "key": "tob2_qiqirn",
            "name": "Qiqirn",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "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/tome-of-beasts-2/"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "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": "neutral",
            "languages": {
                "as_string": "understands Common but can't speak",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "",
            "hit_points": 38,
            "hit_dice": "7d6+14",
            "experience_points": 450,
            "ability_scores": {
                "strength": 15,
                "dexterity": 18,
                "constitution": 14,
                "intelligence": 5,
                "wisdom": 12,
                "charisma": 13
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": 1
            },
            "initiative_bonus": 4,
            "saving_throws": {
                "constitution": 4,
                "wisdom": 3
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 4,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 3,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 2,
                "deception": 1,
                "history": -3,
                "insight": 1,
                "intimidation": 1,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 3,
                "performance": 1,
                "persuasion": 1,
                "religion": -3,
                "sleight_of_hand": 4,
                "stealth": 6,
                "survival": 1
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "necrotic",
                "damage_resistances": [
                    {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    }
                ],
                "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": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage plus 4 (1d8) necrotic damage. If the target is a creature, it must succeed on a DC 12 Strength saving throw or be knocked prone.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "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": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Horrifying Wail",
                    "desc": "When the qiqirn takes damage, the spirits infusing it cry out, afraid of losing their host. If the creature that dealt the damage can hear the qiqirn, it must succeed on a DC 12 Wisdom saving throw or be frightened until the end of its next turn.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Spirit-infused Yip",
                    "desc": "The qiqirn releases a spirt-infused yip at one creature it can see within 30 feet of it. If the target can hear the qiqirn, it must make a DC 12 Wisdom saving throw, taking 9 (2d8) necrotic damage on a failed save, or half as much damage on a successful one.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Smell",
                    "desc": "The qiqirn has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Self-loathing",
                    "desc": "A creature the qiqirn can hear can use its action to say “qiqirn” and make a Charisma (Intimidation) check. If it does so, the qiqirn must succeed on a Wisdom saving throw with a DC equal to the creature’s Charisma (Intimidation) check or be frightened of that creature until the end of its next turn. If the qiqirn succeeds on the saving throw, it can’t be frightened by that creature for the next 24 hours."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_alliumite-rapscallion/?format=api",
            "key": "tob3_alliumite-rapscallion",
            "name": "Alliumite, Rapscallion",
            "document": {
                "name": "Tome of Beasts 3",
                "key": "tob3",
                "display_name": "Tome of Beasts 3",
                "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/tome-of-beasts-3/"
            },
            "type": {
                "name": "Plant",
                "key": "plant",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "burrow": 20.0,
                "swim": 20.0
            },
            "speed_all": {
                "unit": null,
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.0,
                "climb": 15.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic neutral",
            "languages": {
                "as_string": "Common, Sylvan",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 15,
            "armor_detail": "natural armor",
            "hit_points": 38,
            "hit_dice": "7d6+14",
            "experience_points": 450,
            "ability_scores": {
                "strength": 6,
                "dexterity": 18,
                "constitution": 14,
                "intelligence": 9,
                "wisdom": 12,
                "charisma": 18
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 4
            },
            "initiative_bonus": 4,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 4
            },
            "skill_bonuses": {
                "perception": 1
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": -1,
                "athletics": -2,
                "deception": 4,
                "history": -1,
                "insight": 1,
                "intimidation": 4,
                "investigation": -1,
                "medicine": 1,
                "nature": -1,
                "perception": 1,
                "performance": 4,
                "persuasion": 4,
                "religion": -1,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 13,
            "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": "Grapplevine Escape",
                    "desc": "When a creature rapscallion can see hits it with melee attack can use its whip to swing up to 20' away from attacker provided nearby terrain includes a feature it can use to swing (branch chandelier ledge mast railing or similar). This movement doesn't provoke opportunity attacks.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Pungent Retort",
                    "desc": "When a creature rapscallion can see within 60' of it starts its turn or casts a spell rapscallion issues forth a string of insults cleverly crafted to make a foe cry. If it can hear the rapscallion target: DC 14 Wis save or sob uncontrollably until start of rapscallion's next turn. A sobbing creature has disadvantage on ability checks and attack rolls and must make DC 14 Con save to cast a spell that requires spellcaster to see its target. Spellcaster doesn't lose the spell slot on a failure.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Plant Camouflage",
                    "desc": "Advantage on Dex (Stealth) checks it makes in any terrain with ample obscuring plant life."
                },
                {
                    "name": "Tearful Stench",
                    "desc": "Each creature other than an alliumite within 5 ft. of alliumite when it takes damage: DC 14 Con save or be blinded until start of creature’s next turn. On a successful save creature is immune to Tearful Stench of all alliumites for 1 min."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_iceworm/?format=api",
            "key": "tob3_iceworm",
            "name": "Iceworm",
            "document": {
                "name": "Tome of Beasts 3",
                "key": "tob3",
                "display_name": "Tome of Beasts 3",
                "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/tome-of-beasts-3/"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "burrow": 30.0,
                "swim": 20.0
            },
            "speed_all": {
                "unit": null,
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 30.0,
                "climb": 10.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 38,
            "hit_dice": "7d6+14",
            "experience_points": 200,
            "ability_scores": {
                "strength": 10,
                "dexterity": 16,
                "constitution": 15,
                "intelligence": 3,
                "wisdom": 8,
                "charisma": 4
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -3
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": -1
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -1,
                "arcana": -4,
                "athletics": 0,
                "deception": -3,
                "history": -4,
                "insight": -1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": -1,
                "nature": -4,
                "perception": -1,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": -1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "fire",
                "damage_vulnerabilities": [
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    }
                ],
                "condition_immunities_display": "prone",
                "condition_immunities": [
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 90.0,
            "tremorsense_range": 30.0,
            "truesight_range": null,
            "actions": [],
            "traits": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Cold Physiology",
                    "desc": "Can’t abide constant warmth. Each hr it spends in an area with temperature above 40 degrees Fahrenheit worm must make DC 15 Con save or suffer one level of exhaustion that can’t be removed until it finishes a long rest in area with temperature below 40 degrees."
                },
                {
                    "name": "Heat Sensitivity",
                    "desc": "Has disadvantage on attack rolls when within 5 ft. of a strong source of heat that isn’t a warm-blooded creature’s natural warmth such as a torch or campfire. In addition the iceworm can pinpoint the location of warm-blooded creatures within 90' of it and can sense the general direction of such creatures within 1 mile of it."
                },
                {
                    "name": "Slippery",
                    "desc": "Has advantage on saves and ability checks made to escape a grapple."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_garlicle/?format=api",
            "key": "tob2_garlicle",
            "name": "Garlicle",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "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/tome-of-beasts-2/"
            },
            "type": {
                "name": "Plant",
                "key": "plant",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "burrow": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic neutral",
            "languages": {
                "as_string": "Sylvan",
                "data": [
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 31,
            "hit_dice": "7d6+7",
            "experience_points": 200,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 12,
                "wisdom": 18,
                "charisma": 12
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 4,
                "charisma": 1
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 4,
                "charisma": 1
            },
            "skill_bonuses": {
                "insight": 6,
                "perception": 6,
                "persuasion": 3,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 4,
                "arcana": 1,
                "athletics": -2,
                "deception": 1,
                "history": 1,
                "insight": 6,
                "intimidation": 1,
                "investigation": 1,
                "medicine": 4,
                "nature": 1,
                "perception": 6,
                "performance": 1,
                "persuasion": 3,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 4
            },
            "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": "Cloves of Fate",
                    "desc": "The garlicle plucks cloves from its head and throws them at up to three creatures it can see within 30 feet of it. Roll a d4 for each creature. The garlicles allies have +1 on the roll while its enemies have a -1 on the roll. Determine the result and consult the following table. \n| d4 | Fate |\n|----|------|\n| 0 | Worst Fortune. Whatever the target is holding slips from its grasp into a random space within 5 feet of the target, and the target falls prone as it trips over a rock, rain-dampened grass, its shoelaces, or similar. |\n| 1 | Bad Fortune. The target takes 10 (3d6) poison damage and must succeed on a DC 14 Constitution saving throw or be poisoned until the end of its next turn. |\n| 2 | Adverse Fortune. The target has disadvantage on its next attack roll. |\n| 3 | Favorable Fortune. The target has advantage on its next attack roll. |\n| 4 | Good Fortune. The target regains 5 (2d4) hp. |\n| 5 | Best Fortune. The target's next successful hit is critical. |",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 4
                    }
                },
                {
                    "name": "Walking Staff",
                    "desc": "Melee Weapon Attack: +0 to hit (+6 to hit with shillelagh), reach 5 ft., one target. Hit: 1 (1d6 - 2) bludgeoning damage, 2 (1d8 - 2) bludgeoning damage if wielded with two hands, or 8 (1d8 + 4) bludgeoning damage with shillelagh.",
                    "attacks": [
                        {
                            "name": "Walking Staff attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 0,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6 – 2) blu",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The garlicle’s innate spellcasting ability is Wisdom (spell save DC 14). It can innately cast the following spells, requiring no material components:\nAt will: guidance, shillelagh\n3/day: augury, comprehend languages\n1/day: divination, entangle"
                },
                {
                    "name": "Plant Camouflage",
                    "desc": "The garlicle has advantage on Dexterity (Stealth) checks it makes in any terrain with ample obscuring plant life."
                },
                {
                    "name": "Tearful Stench",
                    "desc": "Each creature other than an alliumite or garlicle within 5 feet of the garlicle when it takes damage must succeed on a DC 14 Constitution saving throw or be blinded until the start of the creature’s next turn. On a successful saving throw, the creature is immune to the Tearful Stench of all alliumites and garlicles for 1 minute."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_juniper-sheriff/?format=api",
            "key": "tob3_juniper-sheriff",
            "name": "Juniper Sheriff",
            "document": {
                "name": "Tome of Beasts 3",
                "key": "tob3",
                "display_name": "Tome of Beasts 3",
                "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/tome-of-beasts-3/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0
            },
            "speed_all": {
                "unit": null,
                "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 neutral",
            "languages": {
                "as_string": "Common, Sylvan",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 31,
            "hit_dice": "7d6+7",
            "experience_points": 100,
            "ability_scores": {
                "strength": 7,
                "dexterity": 16,
                "constitution": 13,
                "intelligence": 12,
                "wisdom": 17,
                "charisma": 10
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 0
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": 1,
                "athletics": -2,
                "deception": 0,
                "history": 1,
                "insight": 3,
                "intimidation": 0,
                "investigation": 1,
                "medicine": 3,
                "nature": 1,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": 1,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 3
            },
            "passive_perception": 15,
            "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": "Hop Away",
                    "desc": "Takes the Dash or Disengage action.",
                    "attacks": [],
                    "action_type": "BONUS_ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Aura of Honesty",
                    "desc": "Creature that enters space within 10 ft. of sheriff for 1st time on a turn or starts turn there: DC 13 Cha save or be unable to speak deliberate lie until it starts its turn more than 10 ft. away from sheriff. Creatures affected by this are aware of it and sheriff knows whether creature in area succeeded/failed save."
                },
                {
                    "name": "Sheriff’s Duty",
                    "desc": "Knows if it hears a lie and can’t speak deliberate lie."
                },
                {
                    "name": "Unfailing Memory",
                    "desc": "Remembers every creature that has ever spoken to it. If creature has spoken to sheriff and speaks to sheriff again while polymorphed or disguised sheriff has advantage on Int (Investigation) Wis (Insight) and Wis (Perception) checks to identify or recognize that creature."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_satyr/?format=api",
            "key": "srd_satyr",
            "name": "Satyr",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "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": "chaotic neutral",
            "languages": {
                "as_string": "Common, Elvish, Sylvan",
                "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."
                    },
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "leather armor",
            "hit_points": 31,
            "hit_dice": "7d8",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 16,
                "constitution": 11,
                "intelligence": 12,
                "wisdom": 10,
                "charisma": 14
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "skill_bonuses": {
                "perception": 2,
                "performance": 6,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 1,
                "deception": 2,
                "history": 1,
                "insight": 0,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 2,
                "performance": 6,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 0
            },
            "passive_perception": 12,
            "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Ram",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 6 (2d4 + 1) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Ram attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attacks": [
                        {
                            "name": "Shortbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 80.0,
                            "long_range": 320.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attacks": [
                        {
                            "name": "Shortsword 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": "D6",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Variant: Panpipes",
                    "desc": "Gentle Lullaby. The creature falls asleep and is unconscious for 1 minute. The effect ends if the creature takes damage or if someone takes an action to shake the creature awake.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Magic Resistance",
                    "desc": "The satyr has advantage on saving throws against spells and other magical effects."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Hills",
                    "key": "hills",
                    "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
                },
                {
                    "name": "Feywild",
                    "key": "srd_feywild",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_satyr/?format=api",
            "key": "srd-2024_satyr",
            "name": "Satyr",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "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": "chaotic neutral",
            "languages": {
                "as_string": "Common, Elvish, Sylvan",
                "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."
                    },
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 31,
            "hit_dice": "7d8",
            "experience_points": 200,
            "ability_scores": {
                "strength": 12,
                "dexterity": 16,
                "constitution": 11,
                "intelligence": 12,
                "wisdom": 10,
                "charisma": 14
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "initiative_bonus": 3,
            "saving_throws": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "skill_bonuses": {
                "perception": 2,
                "performance": 6,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 1,
                "deception": 2,
                "history": 1,
                "insight": 0,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 2,
                "performance": 6,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 0
            },
            "passive_perception": 12,
            "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Hooves",
                    "desc": "Melee Attack Roll: +5, reach 5 ft. 5 (1d4 + 3) Bludgeoning damage. If the target is a Medium or smaller creature, the satyr pushes the target up to 10 feet straight away from itself.",
                    "attacks": [
                        {
                            "name": "Hooves 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": "D4",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Mockery",
                    "desc": "Wisdom Saving Throw: DC 12, one creature the satyr can see within 90 feet. Failure: 5 (1d6 + 2) Psychic damage.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Magic Resistance",
                    "desc": "The satyr has Advantage on saving throws against spells and other magical effects."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_shadow-fey/?format=api",
            "key": "tob_shadow-fey",
            "name": "Shadow Fey",
            "document": {
                "name": "Tome of Beasts",
                "key": "tob",
                "display_name": "Tome of Beasts",
                "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/tome-of-beasts/"
            },
            "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": "0.250",
            "challenge_rating_text": "1/4",
            "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": 15,
            "armor_detail": "chain shirt",
            "hit_points": 31,
            "hit_dice": "7d8",
            "experience_points": 50,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 11,
                "wisdom": 11,
                "charisma": 13
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {
                "arcana": 2,
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 2,
                "athletics": 0,
                "deception": 1,
                "history": 0,
                "insight": 0,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 2,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 12,
            "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": "Shortbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Shortbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 80.0,
                            "long_range": 320.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Shortsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Fey Ancestry",
                    "desc": "The shadow fey has advantage on saving throws against being charmed, and magic can't put it to sleep."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the shadow fey's innate spellcasting ability is Charisma. It can cast the following spells innately, requiring no material components.\n\n1/day: misty step (when in shadows, dim light, or darkness only)"
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the shadow fey has disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Traveler in Darkness",
                    "desc": "The shadow fey has advantage on Intelligence (Arcana) checks made to know about shadow roads and shadow magic spells or items."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_ashwalker/?format=api",
            "key": "tob-2023_ashwalker",
            "name": "Ashwalker",
            "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": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "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": "Neutral Evil",
            "languages": {
                "as_string": "understands all languages it knew in life but can't speak",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 31,
            "hit_dice": "7d8",
            "experience_points": 200,
            "ability_scores": {
                "strength": 13,
                "dexterity": 15,
                "constitution": 10,
                "intelligence": 7,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 1,
                "deception": -2,
                "history": -2,
                "insight": 0,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Draconic Breath",
                    "desc": "The ashwalker exhales elemental energy in a 15-foot cone. Each creature in the area must make a DC 12 Constitution saving throw, taking 14 (4d6) damage of the type noted in its Breath Born trait on a failed save, or half as much damage on a successful one.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 6
                    }
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage plus 3 (1d6) damage of the type noted in the ashwalker's Breath Born trait.",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Breath Born",
                    "desc": "The ashwalker has immunity to a type of damage based on the type of dragon that killed it: acid (black, copper), cold (silver, white), fire (brass, gold, red), lightning (blue, bronze), or poison (green)."
                },
                {
                    "name": "Burst of Breath",
                    "desc": "A creature that touches the ashwalker or hits it with a melee attack while within 5 feet of it takes 3 (1d6) damage of the type noted in its Breath Born trait."
                },
                {
                    "name": "Last Breath",
                    "desc": "The first time the ashwalker is reduced to 0 hp, it drops to 1 hp instead and its Draconic Breath automatically recharges. The ashwalker transforms into raw energy of the type noted in its Breath Born trait. While in this energy form, it is immune to all damage and to being grappled or restrained. At the end of the ashwalker’s next turn, it is destroyed."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The ashwalker doesn’t require air, food, drink, or sleep."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_shadow-fey/?format=api",
            "key": "tob-2023_shadow-fey",
            "name": "Shadow Fey",
            "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": "0.250",
            "challenge_rating_text": "1/4",
            "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": 15,
            "armor_detail": "chain shirt",
            "hit_points": 31,
            "hit_dice": "7d8",
            "experience_points": 50,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 11,
                "wisdom": 11,
                "charisma": 13
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {
                "arcana": 2,
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 2,
                "athletics": 0,
                "deception": 1,
                "history": 0,
                "insight": 0,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 2,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 12,
            "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": "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": 2
                    }
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Shortbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 80.0,
                            "long_range": 320.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Shortsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Fey Ancestry",
                    "desc": "The shadow fey has advantage on saving throws against being charmed, and magic can’t put it to sleep."
                },
                {
                    "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": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_animated-armor/?format=api",
            "key": "a5e-mm_animated-armor",
            "name": "Animated Armor",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Construct",
                "key": "construct",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "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": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 18,
            "armor_detail": "",
            "hit_points": 31,
            "hit_dice": "7d8",
            "experience_points": 200,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 10,
                "charisma": 1
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -5
            },
            "initiative_bonus": 0,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -5,
                "athletics": 2,
                "deception": -5,
                "history": -5,
                "insight": 0,
                "intimidation": -5,
                "investigation": -5,
                "medicine": 0,
                "nature": -5,
                "perception": 0,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison, psychic",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "damage_resistances_display": "piercing",
                "damage_resistances": [
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "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": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?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"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Weapon",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (1d10 + 2) bludgeoning  piercing  or slashing damage  depending on weapon.",
                    "attacks": [
                        {
                            "name": "Weapon attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D10",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless, the armor is indistinguishable from normal armor."
                },
                {
                    "name": "Spell-created",
                    "desc": "The DC for dispel magic to destroy this creature is 19."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_scarecrow/?format=api",
            "key": "a5e-mm_scarecrow",
            "name": "Scarecrow",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Construct",
                "key": "construct",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "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": "chaotic evil",
            "languages": {
                "as_string": "understands the languages of its creator but can't speak",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 31,
            "hit_dice": "7d8",
            "experience_points": 200,
            "ability_scores": {
                "strength": 12,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 14
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 2
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 1,
                "deception": 2,
                "history": -2,
                "insight": 0,
                "intimidation": 2,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": 2,
                "persuasion": 2,
                "religion": -2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "bludgeoning, piercing",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, fatigue, frightened, paralyzed, petrified, poisoned",
                "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": "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"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Hat of Illusion",
                    "desc": "While wearing a hat or other head covering  the scarecrow takes on the illusory appearance of the last living humanoid to wear that hat. It requires a DC 12 Insight or Perception check to recognize the illusion. The illusion ends when the scarecrow is touched  takes damage  attacks  or uses Scare  or when the scarecrow chooses to end it as a bonus action.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 1
                    }
                },
                {
                    "name": "Multiattack",
                    "desc": "The scarecrow uses Scare and makes two slam attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Scare",
                    "desc": "Each creature of the scarecrows choice within 30 feet that can see the scarecrow makes a DC 12 Wisdom saving throw. On a failure  it is magically frightened for 1 minute. It repeats the saving throw at the end of each of its turns  ending the effect on itself on a success. If a creatures saving throw is successful or the effect ends for it  it is immune to Scare for 24 hours.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless, the scarecrow is indistinguishable from an ordinary scarecrow."
                },
                {
                    "name": "Flammable",
                    "desc": "After taking fire damage, the scarecrow catches fire and takes 5 (1d10) ongoing fire damage if it isnt already suffering ongoing fire damage. A creature can spend an action to extinguish this fire."
                },
                {
                    "name": "Local Spirit",
                    "desc": "The scarecrow is destroyed if it travels more than a mile from the place it was created."
                },
                {
                    "name": "Spell-created",
                    "desc": "The DC for dispel magic to destroy this creature is 19."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_leshy/?format=api",
            "key": "tob-2023_leshy",
            "name": "Leshy",
            "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": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "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": "Chaotic Neutral",
            "languages": {
                "as_string": "Common, Elvish, Sylvan",
                "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."
                    },
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 45,
            "hit_dice": "7d8 + 14",
            "experience_points": 200,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 14,
                "wisdom": 15,
                "charisma": 16
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 3
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 3
            },
            "skill_bonuses": {
                "deception": 5,
                "perception": 4,
                "stealth": 3,
                "survival": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": 3,
                "deception": 5,
                "history": 2,
                "insight": 2,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 2,
                "nature": 2,
                "perception": 4,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 4
            },
            "passive_perception": 14,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Club",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) bludgeoning damage plus 5 (2d4) poison damage.",
                    "attacks": [
                        {
                            "name": "Club 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": "D4",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": 2,
                            "extra_damage_die_type": "D4",
                            "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": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Encourage Growth",
                    "desc": "The leshy whispers magical words of growth to nonmagical plants on a point it can see within 30 feet of it. The plants burst with life and spread rapidly. The area within 20 feet of that point becomes difficult terrain for 24 hours.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 1
                    }
                },
                {
                    "name": "Familiar",
                    "desc": "The library automaton can serve another creature as a familiar, forming a magic, telepathic bond with that willing companion. While the two are bonded, the companion can sense what the automaton senses as long as they are within 1 mile of each other. While the automaton is within 10 feet of its companion, the companion has resistance to psychic damage. At any time and for any reason, the automaton can end its service as a familiar, ending the telepathic bond.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Frightening Mien",
                    "desc": "The leshy briefly appears to grow to an enormous size, taking on a malicious mien before returning to normal. Each creature within 15 feet of the leshy and that can see it must succeed on a DC 13 Wisdom saving throw or be frightened for 1 minute. A frightened creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. A creature is immune to Frightening Mien if it can see through illusions.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 5
                    }
                }
            ],
            "traits": [
                {
                    "name": "Mimicry",
                    "desc": "The leshy can mimic animal sounds and Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 15 Wisdom (Insight) check."
                },
                {
                    "name": "Plant Camouflage",
                    "desc": "The leshy has advantage on Dexterity (Stealth) checks it makes in any terrain with ample obscuring plant life."
                },
                {
                    "name": "Speak with Beasts and Plants",
                    "desc": "The leshy can communicate with Beasts and Plants as if they shared a language."
                },
                {
                    "name": "Vine-Wrapped Weapons",
                    "desc": "The poisonous vines growing from the leshy entwine around its weapon. When the leshy hits with any weapon, the weapon deals an extra 2d4 poison damage (included in the attack)."
                },
                {
                    "name": "Woodland Stride",
                    "desc": "Difficult terrain composed of magical or nonmagical plants doesn’t cost the leshy extra movement."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_gibbering-mouther/?format=api",
            "key": "srd-2024_gibbering-mouther",
            "name": "Gibbering Mouther",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Aberration",
                "key": "aberration",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "swim": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic neutral",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 9,
            "armor_detail": "natural armor",
            "hit_points": 52,
            "hit_dice": "7d8 + 21",
            "experience_points": 450,
            "ability_scores": {
                "strength": 10,
                "dexterity": 8,
                "constitution": 16,
                "intelligence": 3,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 0,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "initiative_bonus": -1,
            "saving_throws": {
                "strength": 0,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 0,
                "deception": -2,
                "history": -4,
                "insight": 0,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "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": "Bite",
                    "desc": "Melee Attack Roll: +2, reach 5 ft. 7 (2d6) Piercing damage. If the target is a Medium or smaller creature, it has the Prone condition. The target dies if it is reduced to 0 Hit Points by this attack. Its body is then absorbed into the mouther, leaving only equipment behind.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 2,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Blinding Spittle (Recharge 5-6)",
                    "desc": "Dexterity Saving Throw: DC 10, each creature in a 10-foot-radius Sphere [Area of Effect]|XPHB|Sphere centered on a point within 30 feet. Failure: 7 (2d6) Radiant damage, and the target has the Blinded condition until the end of the mouther's next turn.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE",
                        "param": 5
                    }
                }
            ],
            "traits": [
                {
                    "name": "Aberrant Ground",
                    "desc": "The ground in a 10-foot Emanation originating from the mouther is Difficult Terrain."
                },
                {
                    "name": "Gibbering",
                    "desc": "The mouther babbles incoherently while it doesn't have the Incapacitated condition. Wisdom Saving Throw: DC 10, any creature that starts its turn within 20 feet of the mouther while it is babbling. Failure: The target rolls 1d8 to determine what it does during the current turn: - 1-4: The target does nothing. - 5-6: The target takes no action or Bonus Action and uses all its movement to move in a random direction. - 7-8: The target makes a melee attack against a randomly determined creature within its reach or does nothing if it can't make such an attack."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_sea-hag/?format=api",
            "key": "srd-2024_sea-hag",
            "name": "Sea Hag",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "Common, Giant, Primordial (Aquan)",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Giant",
                        "key": "giant",
                        "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                        "desc": "Typical speakers include ogres, and giants."
                    },
                    {
                        "name": "Primordial",
                        "key": "primordial",
                        "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                        "desc": "Typical speakers are elementals."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 52,
            "hit_dice": "7d8 + 21",
            "experience_points": 450,
            "ability_scores": {
                "strength": 16,
                "dexterity": 13,
                "constitution": 16,
                "intelligence": 12,
                "wisdom": 12,
                "charisma": 13
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 1
            },
            "initiative_bonus": 1,
            "saving_throws": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": 3,
                "deception": 1,
                "history": 1,
                "insight": 1,
                "intimidation": 1,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 1,
                "performance": 1,
                "persuasion": 1,
                "religion": 1,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 11,
            "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": "Claw",
                    "desc": "Melee Attack Roll: +5, reach 5 ft. 10 (2d6 + 3) Slashing damage.",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Death Glare (Recharge 5-6)",
                    "desc": "Wisdom Saving Throw: DC 11, one Frightened creature the hag can see within 30 feet. Failure: If the target has 20 Hit Points or fewer, it drops to 0 Hit Points. Otherwise, the target takes 13 (3d8) Psychic damage.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE",
                        "param": 5
                    }
                },
                {
                    "name": "Illusory Appearance",
                    "desc": "The hag casts Disguise Self, using Constitution as the spellcasting ability (spell save DC 13). The spell's duration is 24 hours. - At Will: Disguise Self",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Amphibious",
                    "desc": "The hag can breathe air and water."
                },
                {
                    "name": "Vile Appearance",
                    "desc": "Wisdom Saving Throw: DC 11, any Beast or Humanoid that starts its turn within 30 feet of the hag and can see the hag's true form. Failure: The target has the Frightened condition until the start of its next turn. Success: The target is immune to this hag's Vile Appearance for 24 hours."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_cave-dragon-wyrmling/?format=api",
            "key": "tob-2023_cave-dragon-wyrmling",
            "name": "Cave Dragon Wyrmling",
            "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": "Dragon",
                "key": "dragon",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 20.0,
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 20.0,
                "burrow": 30.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "Neutral Evil",
            "languages": {
                "as_string": "Draconic",
                "data": [
                    {
                        "name": "Draconic",
                        "key": "draconic",
                        "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                        "desc": "Typical speakers include dragons and dragonborn."
                    }
                ]
            },
            "armor_class": 16,
            "armor_detail": "natural armor",
            "hit_points": 52,
            "hit_dice": "7d8 + 21",
            "experience_points": 450,
            "ability_scores": {
                "strength": 19,
                "dexterity": 12,
                "constitution": 17,
                "intelligence": 8,
                "wisdom": 10,
                "charisma": 12
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 1
            },
            "initiative_bonus": 1,
            "saving_throws": {
                "dexterity": 3,
                "constitution": 5,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 5,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": 3
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -1,
                "athletics": 4,
                "deception": 1,
                "history": -1,
                "insight": 0,
                "intimidation": 1,
                "investigation": -1,
                "medicine": 0,
                "nature": -1,
                "perception": 4,
                "performance": 1,
                "persuasion": 1,
                "religion": -1,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 14,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, poisoned",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "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": 10.0,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (1d10 + 4) piercing damage plus 3 (1d6) poison damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D10",
                            "damage_bonus": 4,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "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": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Poison Breath",
                    "desc": "The dragon exhales a cone of black, poisonous gas in a 15-foot cone. Each creature in that area must make a DC 13 Constitution saving throw. On a failure, a creature takes 14 (4d6) poison damage and is poisoned until the end of its next turn. On a success, a creature takes half the damage and isn't poisoned.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 5
                    }
                }
            ],
            "traits": [
                {
                    "name": "Darkness Shroud",
                    "desc": "The cave dragon naturally suppresses light near it. Bright light within 15 feet of the dragon becomes dim light, and dim light within 15 feet becomes nonmagical darkness."
                },
                {
                    "name": "Magical Tunneler",
                    "desc": "The cave dragon can burrow through nonmagical unworked earth and stone. While doing so, the dragon can choose whether to leave the material it moves through undisturbed or leave a 5-foot diameter tunnel in its wake."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_shellycoat/?format=api",
            "key": "tob-2023_shellycoat",
            "name": "Shellycoat",
            "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": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "Neutral Evil",
            "languages": {
                "as_string": "Giant, Sylvan",
                "data": [
                    {
                        "name": "Giant",
                        "key": "giant",
                        "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                        "desc": "Typical speakers include ogres, and giants."
                    },
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 52,
            "hit_dice": "7d8 + 21",
            "experience_points": 450,
            "ability_scores": {
                "strength": 17,
                "dexterity": 15,
                "constitution": 16,
                "intelligence": 13,
                "wisdom": 9,
                "charisma": 7
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": -1,
                "charisma": -2
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": -1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 1,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -1,
                "arcana": 1,
                "athletics": 3,
                "deception": -2,
                "history": 1,
                "insight": -1,
                "intimidation": -2,
                "investigation": 1,
                "medicine": -1,
                "nature": 1,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": -1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, poisoned, unconscious",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Unconscious",
                        "key": "unconscious",
                        "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite 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": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 15 ft., one target. Hit: 12 (2d8 + 3) slashing damage, and the target is grappled (escape DC 13) if it is a Large or smaller creature. Until this grapple ends, the creature is restrained. The shellycoat has two claws, each of which can grapple only one creature.",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "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": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The shellycoat makes one Bite attack and one Claw attack.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Shellycoat's Fog",
                    "desc": "While in contact with water, the shellycoat can create a 20-foot-radius sphere of fog centered on a point it can see within 60 feet of it for 1 minute. The sphere spreads around corners, and its area is heavily obscured. A creature that enters the fog for the first time on a turn or starts its turn there must succeed on a DC 13 Constitution saving throw or be poisoned and unable to breathe, unless it can breathe water, for 1 minute. The 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": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 1
                    }
                }
            ],
            "traits": [
                {
                    "name": "Amphibious",
                    "desc": "The shellycoat can breathe air and water."
                },
                {
                    "name": "Hazesight",
                    "desc": "The shellycoat can see through areas obscured by fog, smoke, and steam without penalty."
                },
                {
                    "name": "Keen Hearing",
                    "desc": "The shellycoat has advantage on Wisdom (Perception) checks that rely on hearing."
                },
                {
                    "name": "Regeneration",
                    "desc": "The shellycoat regains 3 hp at the start of its turn. If the shellycoat takes acid or fire damage, this trait doesn’t function at the start of the shellycoat’s next turn. The shellycoat dies only if it starts its turn with 0 hp and doesn’t regenerate."
                },
                {
                    "name": "Sunlight Petrification",
                    "desc": "If the shellycoat remains in nonmagical sunlight for 1 minute, it becomes petrified at the end of that minute."
                },
                {
                    "name": "Water Camouflage",
                    "desc": "The shellycoat has advantage on Dexterity (Stealth) checks made to hide while at least partially submerged in water."
                }
            ],
            "creaturesets": [],
            "environments": []
        }
    ]
}