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

GET /v2/creatures/?format=api&ordering=-hit_points&page=60
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_points&page=61",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-hit_points&page=59",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_rum-gremlin/?format=api",
            "key": "tob_rum-gremlin",
            "name": "Rum Gremlin",
            "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.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "climb": 10.0,
                "swim": 10.0
            },
            "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": "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": 22,
            "hit_dice": "5d4+10",
            "experience_points": 100,
            "ability_scores": {
                "strength": 10,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 12,
                "wisdom": 9,
                "charisma": 12
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": -1,
                "charisma": 1
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": -1,
                "charisma": 1
            },
            "skill_bonuses": {
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -1,
                "arcana": 1,
                "athletics": 0,
                "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": 3,
                "stealth": 5,
                "survival": -1
            },
            "passive_perception": 10,
            "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": [
                {
                    "name": "Aura of Drunkenness",
                    "desc": "A rum gremlin radiates an aura of drunkenness to a radius of 20 feet. Every creature that starts its turn in the aura must make a successful DC 12 Constitution saving throw against poison or be poisoned for one hour.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, range 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "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": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, range 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 5.0,
                            "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": "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 goblin makes one claw attack and one bite 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 gremlin's innate spellcasting ability is Charisma (spell save DC 11). It can innately cast the following spells, requiring no material components:\n\nat will: prestidigitation\n\n3/day: hex"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The gremlin has advantage on saving throws against spells and other magical effects."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Ocean",
                    "key": "ocean",
                    "url": "https://api-beta.open5e.com/v2/environments/ocean/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_tosculi-drone/?format=api",
            "key": "tob_tosculi-drone",
            "name": "Tosculi Drone",
            "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": "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": "0.500",
            "challenge_rating_text": "1/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": "lawful evil",
            "languages": {
                "as_string": "Tosculi",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "4d6+8",
            "experience_points": 100,
            "ability_scores": {
                "strength": 8,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 8,
                "wisdom": 12,
                "charisma": 4
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -3
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "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": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage.",
                    "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": "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": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 7 (1d8 + 3) piercing 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": 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
                }
            ],
            "traits": [
                {
                    "name": "Gliding Wings",
                    "desc": "The tosculi drone can use its wings to slowly descend when falling (as if under the effect of the feather fall spell). It can move up to 5 feet horizontally for every foot it falls. The tosculi drone can't gain height with these wings alone. If subjected to a strong wind or lift of any kind, it can use the updraft to glide farther."
                },
                {
                    "name": "Skittering",
                    "desc": "Up to two tosculi can share the same space at one time. The tosculi has advantage on melee attack rolls while sharing its space with another tosculi that isn't incapacitated."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "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"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_treacle/?format=api",
            "key": "tob_treacle",
            "name": "Treacle",
            "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": "Ooze",
                "key": "ooze",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?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": 15.0,
                "unit": "feet",
                "climb": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 7.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "-",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 22,
            "hit_dice": "4d4+12",
            "experience_points": 50,
            "ability_scores": {
                "strength": 4,
                "dexterity": 6,
                "constitution": 17,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 10
            },
            "modifiers": {
                "strength": -3,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -5,
                "charisma": 0
            },
            "initiative_bonus": -2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -5,
                "charisma": 0
            },
            "skill_bonuses": {
                "deception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": -5,
                "arcana": -5,
                "athletics": -3,
                "deception": 4,
                "history": -5,
                "insight": -5,
                "intimidation": 0,
                "investigation": -5,
                "medicine": -5,
                "nature": -5,
                "perception": -5,
                "performance": 0,
                "persuasion": 0,
                "religion": -5,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": -5
            },
            "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": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Blood Drain (1/hour)",
                    "desc": "A treacle touching the skin of a warm-blooded creature inflicts 4 (1d8) necrotic damage per hour of contact, and the victim's maximum hit points are reduced by the same number. Blood is drained so slowly that the victim doesn't notice the damage unless he or she breaks contact with the treacle (sets it down or hands it to someone else, for example). When contact is broken, the victim notices blood on his or her skin or clothes with a successful DC 13 Wisdom (Perception) check.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": null,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Reshape",
                    "desc": "The treacle assumes the shape of any tiny creature or object. A reshaped treacle gains the movement of its new form but no other special qualities.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Amorphous",
                    "desc": "The treacle can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Charming Presence",
                    "desc": "The treacle has an uncanny ability to sense and to play off of another creature's emotions. It uses Charisma (Deception) to oppose Wisdom (Insight or Perception) skill checks made to see through its ruse, and it has advantage on its check."
                }
            ],
            "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": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_boomer/?format=api",
            "key": "tob2_boomer",
            "name": "Boomer",
            "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": "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": 0.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 7,
            "armor_detail": "natural armor",
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "experience_points": 100,
            "ability_scores": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 12,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "modifiers": {
                "strength": -5,
                "dexterity": -5,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "initiative_bonus": -5,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -5,
                "dexterity": -5,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -5,
                "animal_handling": -4,
                "arcana": -5,
                "athletics": -5,
                "deception": -5,
                "history": -5,
                "insight": -4,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -4,
                "nature": -5,
                "perception": -4,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": -5,
                "stealth": -5,
                "survival": -4
            },
            "passive_perception": 6,
            "resistances_and_immunities": {
                "damage_immunities_display": "thunder",
                "damage_immunities": [
                    {
                        "name": "Thunder",
                        "key": "thunder",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, deafened, frightened",
                "condition_immunities": [
                    {
                        "name": "Blinded",
                        "key": "blinded",
                        "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
                    },
                    {
                        "name": "Deafened",
                        "key": "deafened",
                        "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Shriek",
                    "desc": "If bright light or a creature is within 30 feet of the boomer, it emits a shriek audible within 300 feet of it. The boomer continues to shriek until the disturbance moves out of range and for 1d4 of the boomer's turns afterward.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Deafening Boom",
                    "desc": "When a creature hits the boomer with a melee attack, the boomer releases a blast of sound. Each creature within 10 feet of the boomer that can hear it must make a DC 12 Constitution saving throw. On a failure, a creature takes 5 (2d4) thunder damage and is incapacitated until the end of its next turn. On a success, a creature takes half the damage and isn’t incapacitated."
                },
                {
                    "name": "Death Burst",
                    "desc": "When it dies, the boomer explodes in a cacophonous burst. Each creature within 30 feet of the boomer that can hear it must make a DC 12 Constitution saving throw. On a failure, a creature takes 7 (2d6) thunder damage and is deafened for 1 minute. On a success, a creature takes half the damage and isn’t deafened."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the boomer remains motionless, it is indistinguishable from an ordinary fungus."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_brain-hood/?format=api",
            "key": "tob2_brain-hood",
            "name": "Brain Hood",
            "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": "Aberration",
                "key": "aberration",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?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": 40.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": true,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral evil",
            "languages": {
                "as_string": "Common, telepathy 60 ft.",
                "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": 22,
            "hit_dice": "5d4+10",
            "experience_points": 100,
            "ability_scores": {
                "strength": 4,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 17,
                "wisdom": 15,
                "charisma": 10
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 0
            },
            "initiative_bonus": 3,
            "saving_throws": {
                "dexterity": 5
            },
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": -3,
                "deception": 0,
                "history": 3,
                "insight": 2,
                "intimidation": 0,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 3,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "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": "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": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) bludgeoning damage. If the target is a beast, the brain hood can attempt to take control of it (see the Merge with Beast trait).",
                    "attacks": [
                        {
                            "name": "Slam 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": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Innate Spellcasting (Psionics)",
                    "desc": "The brain hood’s spellcasting ability is Intelligence (spell save DC 13, +5 to hit with spell attacks). The brain hood can innately cast the following spells, requiring no components:\nAt will: acid splash, chill touch, fire bolt, ray of frost, shocking grasp\n3/day each: detect magic, magic missile, sleep\n1/day each: blur, burning hands, hold person"
                },
                {
                    "name": "Merge with Beast",
                    "desc": "If the brain hood successfully hits a beast with an Intelligence of 3 or lower with its Slam attack, it latches onto the beast’s head and attempts to take control of the creature. The target must succeed on a DC 14 Intelligence saving throw or become bonded with the brain hood, losing all control of its body to the brain hood. While bonded in this way, the brain hood’s statistics are replaced by the statistics of the beast, including the beast’s hit points and Hit Dice, but the brain hood retains its alignment, personality, Intelligence, Wisdom, and Charisma scores, along with its Speak with Beasts trait. In addition, the brain hood retains its ability to cast spells. The brain hood can’t be targeted specifically while bonded with a creature. It can detach itself from the creature and end the bond by spending 5 feet of its movement. If the bonded creature is reduced to 0 hit points, the brain hood is ejected from it and appears in an unoccupied space within 5 feet of the creature."
                },
                {
                    "name": "Speak with Beasts",
                    "desc": "While merged with a beast, the brain hood can communicate with beasts of the same type as if they shared a language."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_cave-goat/?format=api",
            "key": "tob2_cave-goat",
            "name": "Cave Goat",
            "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": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 50.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 11,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "4d6+8",
            "experience_points": 50,
            "ability_scores": {
                "strength": 14,
                "dexterity": 13,
                "constitution": 15,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {
                "athletics": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 4,
                "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": "Ram",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Ram 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": "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": "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": "Keen Hearing",
                    "desc": "The cave goat has advantage on Wisdom (Perception) checks that rely on hearing."
                },
                {
                    "name": "Sturdy Climber",
                    "desc": "The cave goat has advantage on Strength (Athletics) checks to climb rocky surfaces."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_greed-swarm/?format=api",
            "key": "tob2_greed-swarm",
            "name": "Greed Swarm",
            "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": "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": "0.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 40.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "experience_points": 100,
            "ability_scores": {
                "strength": 6,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 1,
                "wisdom": 9,
                "charisma": 1
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -5
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -1,
                "arcana": -5,
                "athletics": -2,
                "deception": -5,
                "history": -5,
                "insight": -1,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -1,
                "nature": -5,
                "perception": -1,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": -1
            },
            "passive_perception": 9,
            "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, slashing",
                "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"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "force",
                "damage_vulnerabilities": [
                    {
                        "name": "Force",
                        "key": "force",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/force/?format=api"
                    }
                ],
                "condition_immunities_display": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned",
                "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": "Grappled",
                        "key": "grappled",
                        "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    },
                    {
                        "name": "Restrained",
                        "key": "restrained",
                        "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
                    },
                    {
                        "name": "Stunned",
                        "key": "stunned",
                        "url": "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Coin Barrage",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 20/60 ft., one target. Hit: 7 (2d6) bludgeoning damage, or 3 (1d6) bludgeoning damage if the swarm has half of its hit points or fewer.",
                    "attacks": [
                        {
                            "name": "Coin Barrage attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6) 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": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Coin Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 0 ft., one target in the greed swarm's space. Hit: 10 (4d4) bludgeoning damage, or 5 (2d4) bludgeoning damage if the swarm has half of its hit points or fewer.",
                    "attacks": [
                        {
                            "name": "Coin Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 0.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D4) 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
                },
                {
                    "name": "Gather",
                    "desc": "The swarm magically gathers up to 100 gp worth of coins, gems, and other small, valuable objects within 60 feet of it, adding them to its mass. It regains 7 (2d6) hit points and has advantage on its next attack roll. A creature wearing or carrying such valuables must succeed on a DC 11 Dexterity saving throw or its valuables fly toward the swarm, joining the mass.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 1
                    }
                }
            ],
            "traits": [
                {
                    "name": "Antimagic Susceptibility",
                    "desc": "The swarm is incapacitated while in the area of an antimagic field. If targeted by dispel magic, the swarm must succeed on a Constitution saving throw against the caster’s spell save DC or fall unconscious for 1 minute."
                },
                {
                    "name": "Deafening Clatter",
                    "desc": "A creature in the swarm’s space is deafened."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the greed swarm remains motionless, it is indistinguishable from a normal pile of coins and valuables."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature’s space and vice versa, and the swarm can move through any opening large enough for a Tiny object. Except for Gather, the swarm can’t regain hit points or gain temporary hit points."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_mydnari/?format=api",
            "key": "tob2_mydnari",
            "name": "Mydnari",
            "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": "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.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": "neutral evil",
            "languages": {
                "as_string": "Deep Speech, Undercommon",
                "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."
                    },
                    {
                        "name": "Undercommon",
                        "key": "undercommon",
                        "url": "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                        "desc": "Typical speakers are underworld traders."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 16,
                "constitution": 13,
                "intelligence": 14,
                "wisdom": 16,
                "charisma": 14
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 2
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 2
            },
            "skill_bonuses": {
                "deception": 4,
                "intimidation": 4,
                "perception": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": 2,
                "athletics": 1,
                "deception": 4,
                "history": 2,
                "insight": 3,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 3,
                "nature": 2,
                "perception": 5,
                "performance": 2,
                "persuasion": 2,
                "religion": 2,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 3
            },
            "passive_perception": 15,
            "resistances_and_immunities": {
                "damage_immunities_display": "acid",
                "damage_immunities": [
                    {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "paralyzed",
                "condition_immunities": [
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Acid Glob",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 30/60 ft., one target. Hit: 5 (1d4 + 3) acid damage, and the target must succeed on a DC 12 Constitution saving throw or be poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attacks": [
                        {
                            "name": "Acid Glob attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 30.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": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Acid",
                                "key": "acid",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?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: +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": 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
                }
            ],
            "traits": [
                {
                    "name": "Bound in Jelly",
                    "desc": "The mydnari and its jelly are wholly reliant on each other. If the mydnari’s jelly is somehow separated from its master, the jelly dies within 1 minute. If the mydnari is separated from its jelly, it loses its blindsight, Acid Glob action, and Jelly Symbiosis trait."
                },
                {
                    "name": "Jelly Symbiosis",
                    "desc": "A creature that touches the mydnari or hits it with a melee attack while within 5 feet of it takes 2 (1d4) acid damage."
                },
                {
                    "name": "Ooze Empathy",
                    "desc": "A mydnari can use its Animal Handling skill on ooze-type creatures with an Intelligence score of 5 or lower. An ooze never attacks a mydnari unless provoked."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_pestilence-swarm/?format=api",
            "key": "tob2_pestilence-swarm",
            "name": "Pestilence Swarm",
            "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": "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": 10.0,
                "unit": "feet",
                "fly": 30.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": true,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "experience_points": 200,
            "ability_scores": {
                "strength": 7,
                "dexterity": 16,
                "constitution": 13,
                "intelligence": 1,
                "wisdom": 12,
                "charisma": 7
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": 1,
                "charisma": -2
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -5,
                "athletics": -2,
                "deception": -2,
                "history": -5,
                "insight": 1,
                "intimidation": -2,
                "investigation": -5,
                "medicine": 1,
                "nature": -5,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -5,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "bludgeoning, piercing, slashing",
                "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"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Grappled",
                        "key": "grappled",
                        "url": "https://api-beta.open5e.com/v2/conditions/grappled/?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": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    },
                    {
                        "name": "Restrained",
                        "key": "restrained",
                        "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
                    },
                    {
                        "name": "Stunned",
                        "key": "stunned",
                        "url": "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Diseased Bites",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 0 ft., one creature in the swarm's space. Hit: 10 (4d4) piercing damage, or 5 (2d4) piercing damage if the swarm has half its hp or fewer. The creature must succeed on a DC 11 Constitution saving throw or contract sewer plague. It takes 1d4 days for sewer plague's symptoms to manifest in an infected creature. Symptoms include fatigue and cramps. The infected creature suffers one level of exhaustion, and it regains only half the normal number of hp from spending Hit Dice and no hp from finishing a long rest. At the end of each long rest, an infected creature must make a DC 11 Constitution saving throw. On a failed save, the creature gains one level of exhaustion. On a successful save, the creature's exhaustion level decreases by one level. If a successful saving throw reduces the infected creature's level of exhaustion below 1, the creature recovers from the disease.",
                    "attacks": [
                        {
                            "name": "Diseased Bites attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 0.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D4) piercing",
                            "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": "Dormant in Darkness",
                    "desc": "The pestilence swarm appears dead in darkness and remains in a passive state until touched by light. When at least one insect in the swarm sees light, the entire swarm becomes active and attacks anything that moves. Once active, a swarm in complete darkness that isn’t taking damage returns to its dormant state after 1 minute. The swarm poses no threat to creatures passing near it in complete darkness."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature’s space and vice versa, and the swarm can move through any opening large enough for a Tiny beast. The swarm can’t regain hp or gain temporary hp."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_valkruung/?format=api",
            "key": "tob2_valkruung",
            "name": "Valkruung",
            "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": "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": 25.0,
                "unit": "feet",
                "climb": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 12.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic neutral",
            "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": 13,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "4d6+8",
            "experience_points": 100,
            "ability_scores": {
                "strength": 8,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 5,
                "wisdom": 12,
                "charisma": 9
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -1
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {
                "acrobatics": 5,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": -1,
                "deception": -1,
                "history": -3,
                "insight": 1,
                "intimidation": -1,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": -1,
                "persuasion": -1,
                "religion": -3,
                "sleight_of_hand": 3,
                "stealth": 5,
                "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": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage, and the target must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, the target suffers an itchy rash, and, at the start of each of its turns, it must succeed on a DC 13 Wisdom saving or spend its action furiously scratching the rash. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "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": 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": "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": "Disarming Tendrils",
                    "desc": "When a creature the valkruung can see targets it with a melee weapon attack, the attacker must succeed on a DC 13 Dexterity saving throw or its weapon is knocked out of its grasp into a random unoccupied space within 5 feet of the attacker. The valkruung can't use this reaction against attackers wielding a heavy or two-handed weapon.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Prehensile Tendrils",
                    "desc": "The valkruung has 10 shiny blue-gray tendrils that constantly grab at things in the environment. Each tendril can pick up or hold a Tiny object, such as a coin or piece of jewelry, that isn’t being worn or carried. If it uses all 10 of its tendrils, the valkruung can carry a single Small object, such as a backpack. The valkruung can use its tendrils to interact with objects, but it can’t use them to wield a weapon. It has advantage on Dexterity (Sleight of Hand) checks when using its tendrils and can use its tendrils to disarm opponents (see the Disarming Tendrils reaction)."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_web-zombie/?format=api",
            "key": "tob2_web-zombie",
            "name": "Web Zombie",
            "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": "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": 20.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral evil",
            "languages": {
                "as_string": "understands the languages it knew in life but can't speak",
                "data": []
            },
            "armor_class": 8,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "3d8+9",
            "experience_points": 200,
            "ability_scores": {
                "strength": 13,
                "dexterity": 6,
                "constitution": 16,
                "intelligence": 3,
                "wisdom": 6,
                "charisma": 5
            },
            "modifiers": {
                "strength": 1,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": -2,
                "charisma": -3
            },
            "initiative_bonus": -2,
            "saving_throws": {
                "wisdom": 0
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": -2,
                "arcana": -4,
                "athletics": 1,
                "deception": -3,
                "history": -4,
                "insight": -2,
                "intimidation": -3,
                "investigation": -4,
                "medicine": -2,
                "nature": -4,
                "perception": -2,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": -2
            },
            "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": "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": "Multiattack",
                    "desc": "The web zombie makes two slam attacks. If both attacks hit a Medium or smaller target, the target is restrained by webbing. As an action, the restrained target can make a DC 11 Strength check, bursting the webbing on a success. The webbing can also be attacked and destroyed (AC 10; hp 5; vulnerability to fire damage; immunity to bludgeoning, necrotic, poison, and psychic damage).",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d6 + 1) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "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": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Necrotic Weapons",
                    "desc": "When the web zombie hits a creature with a melee attack, the attack deals an extra 1d6 necrotic damage."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The web zombie can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Undead Fortitude",
                    "desc": "If damage reduces the zombie to 0 hit points, it must make a Constitution saving throw with a DC of 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 hit point instead."
                },
                {
                    "name": "Web Walker",
                    "desc": "The web zombie ignores movement restrictions caused by webbing."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_yowler/?format=api",
            "key": "tob2_yowler",
            "name": "Yowler",
            "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": "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": 40.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "4d4+12",
            "experience_points": 100,
            "ability_scores": {
                "strength": 3,
                "dexterity": 15,
                "constitution": 16,
                "intelligence": 3,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 2,
                "stealth": 4
            },
            "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": 4,
                "survival": 0
            },
            "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": "frightened, poisoned",
                "condition_immunities": [
                    {
                        "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"
                    }
                ]
            },
            "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, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage, and the target must succeed on a DC 12 Constitution saving throw or be poisoned until the end of its next turn.",
                    "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": "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": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage.",
                    "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": 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": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The yowler makes two attacks: one with its bite and one with its claws. It can use Yowl in place of a bite attack.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Yowl",
                    "desc": "The yowler lets loose a horrid scream. Each hostile creature within 30 feet of the yowler that can hear it must succeed on a DC 12 Wisdom saving throw or become 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 yowler's Yowl for the next 24 hours.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Living Projection",
                    "desc": "The yowler’s undead form is constantly covered with a magical illusion that makes it look like it did in life. This effect is suppressed for 1 minute if the yowler attacks or uses Yowl.\n\nThe changes wrought by this illusion fail to hold up to physical inspection. For example, the yowler’s fur appears soft and silky, but someone touching it would feel the yowler’s rotten fur and exposed bones. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 15 Intelligence (Investigation) check to discern the yowler’s true appearance."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_avestruzii/?format=api",
            "key": "tob3_avestruzii",
            "name": "Avestruzii",
            "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": "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.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": "any alignment",
            "languages": {
                "as_string": "Common, Terran",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "scale mail",
            "hit_points": 22,
            "hit_dice": "3d8+9",
            "experience_points": 100,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 16,
                "intelligence": 8,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 0
            },
            "initiative_bonus": 0,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 0
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -1,
                "athletics": 2,
                "deception": 0,
                "history": -1,
                "insight": 0,
                "intimidation": 0,
                "investigation": -1,
                "medicine": 0,
                "nature": -1,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": -1,
                "sleight_of_hand": 0,
                "stealth": 0,
                "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": "Dig In",
                    "desc": "Has resistance to one melee weapon attack that would hit it. To do so the avestruzii must see the attacker and must not have moved during its previous turn.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "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/tob3_clockwork-armadillo/?format=api",
            "key": "tob3_clockwork-armadillo",
            "name": "Clockwork Armadillo",
            "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": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0
            },
            "speed_all": {
                "unit": null,
                "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": "unaligned",
            "languages": {
                "as_string": "understands the languages of its creator but can't speak",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 22,
            "hit_dice": "4d6+8",
            "experience_points": 50,
            "ability_scores": {
                "strength": 10,
                "dexterity": 18,
                "constitution": 14,
                "intelligence": 5,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": 0
            },
            "initiative_bonus": 4,
            "saving_throws": {
                "dexterity": 6
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 6,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 0
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 0,
                "deception": 0,
                "history": -3,
                "insight": 0,
                "intimidation": 0,
                "investigation": -3,
                "medicine": 0,
                "nature": -3,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": -3,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 12,
            "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "traits": [
                {
                    "name": "Construct Nature",
                    "desc": "Doesn’t require air food drink or sleep."
                },
                {
                    "name": "Immutable Form",
                    "desc": "Immune: form-altering spells/effects."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Overclocked",
                    "desc": "Advantage on initiative rolls."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_meerkats-swarm/?format=api",
            "key": "tob3_meerkats-swarm",
            "name": "Meerkats, Swarm",
            "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": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?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": 20.0,
                "burrow": 10.0
            },
            "speed_all": {
                "unit": null,
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 10.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "5d8",
            "experience_points": 100,
            "ability_scores": {
                "strength": 9,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 0
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": -1,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "bludgeoning, piercing, poison, slashing",
                "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"
                    },
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Grappled",
                        "key": "grappled",
                        "url": "https://api-beta.open5e.com/v2/conditions/grappled/?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": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    },
                    {
                        "name": "Restrained",
                        "key": "restrained",
                        "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
                    },
                    {
                        "name": "Stunned",
                        "key": "stunned",
                        "url": "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "traits": [
                {
                    "name": "Corral",
                    "desc": "A creature in the swarm’s space must make DC 12 Dex save to leave its space. The creature has advantage on its save if the swarm has half of its hp or fewer."
                },
                {
                    "name": "Keen Sight",
                    "desc": "Advantage: sight Wis (Percept) checks."
                },
                {
                    "name": "Snake Hunter",
                    "desc": "Has advantage on saves vs. being poisoned."
                },
                {
                    "name": "Swarm",
                    "desc": "Can occupy another creature's space and vice versa and swarm can move through any opening large enough for a Tiny meerkat. Swarm can't regain hp or gain temp hp."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_puffinfolk/?format=api",
            "key": "tob3_puffinfolk",
            "name": "Puffinfolk",
            "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": "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": "0.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "fly": 40.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": null,
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "Aquan, Common",
                "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": "leather armor",
            "hit_points": 22,
            "hit_dice": "4d6+8",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 18,
                "constitution": 15,
                "intelligence": 12,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 0
            },
            "initiative_bonus": 4,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 1,
                "deception": 0,
                "history": 1,
                "insight": 2,
                "intimidation": 0,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 1,
                "sleight_of_hand": 4,
                "stealth": 4,
                "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Quick and Nimble",
                    "desc": "When a creature the puffinfolk can see targets it with melee or ranged weapon attack puffinfolk darts out of the way and attacker has disadvantage on the attack.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Blessings of the Sea Gods",
                    "desc": "Has advantage on saves while flying over or swimming in ocean waters."
                },
                {
                    "name": "Hardy Ocean Explorers",
                    "desc": "Considered a Med creature when determining its carrying capacity. Holds its breath 30 min."
                },
                {
                    "name": "Oceanic Recall",
                    "desc": "Can perfectly recall any path it has traveled above or within an ocean."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_tuberkith/?format=api",
            "key": "tob3_tuberkith",
            "name": "Tuberkith",
            "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": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "burrow": 20.0
            },
            "speed_all": {
                "unit": null,
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "any alignment",
            "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": 22,
            "hit_dice": "4d6+8",
            "experience_points": 50,
            "ability_scores": {
                "strength": 8,
                "dexterity": 14,
                "constitution": 15,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 9
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": -1
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 1
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -1,
                "deception": -1,
                "history": 0,
                "insight": 1,
                "intimidation": -1,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "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": "Deep Roots",
                    "desc": "Has advantage on Str and Dex saves made vs. effects that would move it vs. its will along the ground."
                },
                {
                    "name": "Dozens of Eyes",
                    "desc": "Has advantage on Wis (Perception) checks that rely on sight and on saves vs. being blinded. In addition if the tuberkith isn’t blinded creatures attacking it can’t benefit from traits and features that rely on a creature’s allies distracting or surrounding the tuberkith such as the Pack Tactics trait or Sneak Attack feature."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_clurichaun/?format=api",
            "key": "tob-2023_clurichaun",
            "name": "Clurichaun",
            "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.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": "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": "Clurichaun's Luck",
            "hit_points": 22,
            "hit_dice": "4d4 + 12",
            "experience_points": 50,
            "ability_scores": {
                "strength": 13,
                "dexterity": 12,
                "constitution": 16,
                "intelligence": 10,
                "wisdom": 8,
                "charisma": 16
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": 3
            },
            "initiative_bonus": 1,
            "saving_throws": {
                "constitution": 5
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": 3
            },
            "skill_bonuses": {
                "perception": 1,
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -1,
                "arcana": 0,
                "athletics": 1,
                "deception": 3,
                "history": 0,
                "insight": -1,
                "intimidation": 3,
                "investigation": 0,
                "medicine": -1,
                "nature": 0,
                "perception": 1,
                "performance": 3,
                "persuasion": 3,
                "religion": 0,
                "sleight_of_hand": 1,
                "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": "frightened, poisoned",
                "condition_immunities": [
                    {
                        "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"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bawdy Remark",
                    "desc": "Ranged Spell Attack: +5 to hit, range 30 ft., one creature. Hit: 5 (1d4 + 3) psychic damage, and the target must succeed on a DC 13 Wisdom saving throw or be incapacitated until the end of its next turn as it doubles over in laughter or freezes up in embarrassment (the target's choice).",
                    "attacks": [
                        {
                            "name": "Bawdy Remark attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 30.0,
                            "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": "Psychic",
                                "key": "psychic",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Improvised Weapon",
                    "desc": "Melee or Ranged Weapon Attack: +3 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 3 (1d4 + 1) bludgeoning, piercing, or slashing damage, depending on the weapon.",
                    "attacks": [
                        {
                            "name": "Improvised Weapon attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "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": "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": "Slam",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "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": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Spellcasting",
                    "desc": "The clurichaun casts one of the following spells, requiring alcohol as the only material component and using Charisma as the spellcasting ability (spell save DC 13):\nAt will: mending, purify food and drink\n1/day each: blur, heroism, suggestion",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Clurichaun’s Luck",
                    "desc": "While the clurichaun is conscious and wearing no armor and wielding no shield, it adds its Charisma modifier to its AC (included above)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clurichaun has advantage on saving throws against spells and other magical effects."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_erina/?format=api",
            "key": "tob-2023_erina",
            "name": "Erina",
            "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": "0.250",
            "challenge_rating_text": "1/4",
            "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": "Neutral",
            "languages": {
                "as_string": "Common, Erina",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 12,
            "armor_detail": "leather armor",
            "hit_points": 22,
            "hit_dice": "4d6 + 8",
            "experience_points": 50,
            "ability_scores": {
                "strength": 9,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 13,
                "wisdom": 10,
                "charisma": 11
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 0
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": -1,
                "deception": 0,
                "history": 1,
                "insight": 0,
                "intimidation": 0,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 1,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "poison",
                "damage_resistances": [
                    {
                        "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": "Dagger",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) slashing damage.",
                    "attacks": [
                        {
                            "name": "Dagger attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "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": "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": "Sling",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 30/120 ft., one target. Hit: 3 (1d4 + 1) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Sling attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": null,
                            "range": 30.0,
                            "long_range": 120.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "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": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Hardy",
                    "desc": "The erina has advantage on saving throws against poison."
                },
                {
                    "name": "Keen Smell",
                    "desc": "The erina has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Spines",
                    "desc": "A creature that touches the erina or hits it with a melee attack while within 5 feet of it takes 2 (1d4) piercing damage. In addition, a creature grappled by or grappling the erina takes 2 (1d4) piercing damage at the start of the erina’s turn."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_fraughashar/?format=api",
            "key": "tob-2023_fraughashar",
            "name": "Fraughashar",
            "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": "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": 25.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 12.5,
                "swim": 12.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "Neutral Evil",
            "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": 15,
            "armor_detail": "leather armor, shield",
            "hit_points": 22,
            "hit_dice": "5d6 + 5",
            "experience_points": 100,
            "ability_scores": {
                "strength": 8,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 7
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": -2
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": -2
            },
            "skill_bonuses": {
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": -1,
                "deception": -2,
                "history": 0,
                "insight": 2,
                "intimidation": -2,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": -2,
                "persuasion": -2,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 2
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "cold",
                "damage_immunities": [
                    {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    }
                ],
                "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": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "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": "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": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Dagger attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": 20.0,
                            "long_range": 60.0,
                            "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": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Frost Bolt",
                    "desc": "Ranged Spell Attack: +4 to hit, range 60 ft., one target. Hit: 7 (2d4 + 2) cold damage.",
                    "attacks": [
                        {
                            "name": "Frost Bolt attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 60.0,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "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": "Cold",
                                "key": "cold",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The fraughashar makes one Bite attack and one Dagger attack.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Deft Snow Walk",
                    "desc": "The fraughashar can move across icy surfaces without needing to make an ability check, and difficult terrain composed of ice and snow doesn’t cost it extra movement. In addition, the fraughashar has advantage on Strength and Dexterity saving throws made against effects that would knock it prone while in icy or snowy terrain."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_map-mimic/?format=api",
            "key": "tob-2023_map-mimic",
            "name": "Map Mimic",
            "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": "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": 15.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 7.5,
                "swim": 7.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "Neutral",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 22,
            "hit_dice": "5d4 + 10",
            "experience_points": 50,
            "ability_scores": {
                "strength": 7,
                "dexterity": 15,
                "constitution": 14,
                "intelligence": 5,
                "wisdom": 13,
                "charisma": 16
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": 3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": -2,
                "deception": 3,
                "history": -3,
                "insight": 1,
                "intimidation": 3,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": 3,
                "persuasion": 3,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "acid",
                "damage_immunities": [
                    {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "prone",
                "condition_immunities": [
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Change Shape",
                    "desc": "The mimic transforms into a Tiny object or back into its true, amorphous form. Its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.",
                    "attacks": [],
                    "action_type": "BONUS_ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage, and it attaches to the target. While attached, the mimic can't attack, the target is blinded, and at the start of each of the mimic's turns, the target takes 5 (1d6 + 2) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Pseudopod 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
                }
            ],
            "traits": [
                {
                    "name": "False Appearance (Object Form Only)",
                    "desc": "While the mimic remains motionless, it is indistinguishable from an ordinary object."
                },
                {
                    "name": "Life Path",
                    "desc": "Regardless of the form it takes, the map mimic can make a map on its surface (no action required) that shows the route it has traveled since it left its parent mimic. The map shows terrain features and landmarks of where it has been, but doesn’t show the names of those places."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_miremal/?format=api",
            "key": "tob-2023_miremal",
            "name": "Miremal",
            "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": "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": "Chaotic Evil",
            "languages": {
                "as_string": "Sylvan, Umbral",
                "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": 22,
            "hit_dice": "5d6 + 5",
            "experience_points": 100,
            "ability_scores": {
                "strength": 10,
                "dexterity": 15,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": -1
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 6,
                "survival": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 0,
                "deception": -1,
                "history": 0,
                "insight": 1,
                "intimidation": -1,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 3,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 6,
                "survival": 3
            },
            "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": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "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": "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": "Bog Spew",
                    "desc": "The miremal spews a noxious stream of bog filth mixed with stomach acid at one creature it can see within 20 feet of it. The target must make a DC 11 Constitution saving throw. On a failure, the target takes 7 (2d6) acid damage and is blinded until the end of its next turn. On a success, the target takes half the damage and isn't blinded.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 5
                    }
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) slashing damage.",
                    "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": "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": "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 miremal 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
                }
            ],
            "traits": [
                {
                    "name": "Amphibious",
                    "desc": "The miremal can breathe air and water."
                },
                {
                    "name": "Muddled Escape (Recharges after a Short or Long Rest)",
                    "desc": "If the miremal takes 7 damage or less that would reduce it to 0 hp, it is reduced to 1 hp instead and becomes a puddle of filthy swamp water. At the start of the miremal’s next turn, it can move up to 15 feet as a puddle. Then it returns to its normal form."
                },
                {
                    "name": "Swamp Camouflage",
                    "desc": "The miremal has advantage on Dexterity (Stealth) checks made to hide in swampy terrain."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_tosculi-drone/?format=api",
            "key": "tob-2023_tosculi-drone",
            "name": "Tosculi Drone",
            "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": "0.500",
            "challenge_rating_text": "1/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": "Lawful Evil",
            "languages": {
                "as_string": "Tosculi",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "4d6 + 8",
            "experience_points": 100,
            "ability_scores": {
                "strength": 8,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 8,
                "wisdom": 12,
                "charisma": 4
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -3
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "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": "",
                "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 Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 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": "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": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Crowd Tactics",
                    "desc": "The tosculi can share its space with up to one other tosculi. While sharing its space with one other tosculi, it has advantage on attack rolls against a creature if the other tosculi in its space isn’t incapacitated."
                },
                {
                    "name": "Glide",
                    "desc": "The tosculi can extend its vestigial wings while falling to slow its rate of descent to 60 feet per round, landing on its feet and taking no falling damage. It can move up to 5 feet horizontally for every 1 foot it falls. The tosculi can’t gain height with its wings alone. If subjected to a strong wind or lift of any kind, it can use the updraft to glide farther."
                },
                {
                    "name": "Hive Sense",
                    "desc": "The tosculi can pinpoint the location of its hive queen when she is within 300 feet of it, and it can sense the general direction and distance to the hive where its queen makes her home."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_treacle/?format=api",
            "key": "tob-2023_treacle",
            "name": "Treacle",
            "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": "Ooze",
                "key": "ooze",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?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": 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": "Unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "4d4 + 12",
            "experience_points": 50,
            "ability_scores": {
                "strength": 4,
                "dexterity": 15,
                "constitution": 17,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 10
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -5,
                "charisma": 0
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -5,
                "charisma": 0
            },
            "skill_bonuses": {
                "deception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -5,
                "arcana": -5,
                "athletics": -3,
                "deception": 4,
                "history": -5,
                "insight": -5,
                "intimidation": 0,
                "investigation": -5,
                "medicine": -5,
                "nature": -5,
                "perception": -5,
                "performance": 0,
                "persuasion": 0,
                "religion": -5,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": -5
            },
            "passive_perception": 5,
            "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": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Blood Drain",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: The treacle attaches to the target. While attached, the treacle can't attack, and at the start of each of the treacle's turns, the target loses 5 (2d4) hp due to blood loss. Each time the target loses hp in this way, it must succeed on a DC 14 Wisdom (Perception) check to notice the treacle is attached and harming it, otherwise it is unaware the hp loss is from the treacle. A creature that loses hp in this way while below half its hp maximum automatically succeeds on this check.",
                    "attacks": [
                        {
                            "name": "Blood Drain attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": null,
                            "damage_die_type": null,
                            "damage_bonus": null,
                            "damage_type": null,
                            "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": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Mimic Innocence",
                    "desc": "When a creature the treacle can see moves within 120 feet of it, the treacle squishes, stretches, and molds its body into the shape of a Tiny Beast or object the creature finds least threatening, such as an injured rabbit or a long-lost toy. The treacle's body takes on most of the coloration of the desired shape, but some part of it is always white, pale, or pearlescent. Regardless of the shape, the treacle's flesh doesn't change and is soft and plush to the touch. The treacle can maintain this shape for up to 8 hours or until another creature it can see moves within 120 feet of it.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Amorphous",
                    "desc": "The treacle can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Mimicry",
                    "desc": "The treacle can mimic animal sounds. A creature that hears the sounds can tell they are imitations with a successful DC 14 Wisdom (Insight) check."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_arcamag/?format=api",
            "key": "ccdx_arcamag",
            "name": "Arcamag",
            "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": "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": 10.0,
                "unit": "feet",
                "fly": 30.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": true,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "understands Common but can't speak",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 22,
            "hit_dice": "5d4+10",
            "experience_points": 450,
            "ability_scores": {
                "strength": 7,
                "dexterity": 10,
                "constitution": 15,
                "intelligence": 5,
                "wisdom": 12,
                "charisma": 18
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": 4
            },
            "initiative_bonus": 0,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": 4
            },
            "skill_bonuses": {
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": -2,
                "deception": 4,
                "history": -3,
                "insight": 1,
                "intimidation": 4,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": 4,
                "persuasion": 4,
                "religion": -3,
                "sleight_of_hand": 0,
                "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": "Attach",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one creature that can cast spells. Hit: The arcamag attaches to the target. While attached, the arcamag doesn't attack. Instead, it causes a handful of changes in its spellcaster host (see Changes to the Host sidebar). The arcamag can detach itself by spending 5 feet of its movement. A creature other than the host can use its action to detach the arcamag by succeeding on a DC 15 Strength check. The host can use its action to detach the arcamag only after the host has expended all of its spell slots for the day, including the extra cantrips and spell slots gained from having the arcamag attached. Doing so doesn't require a Strength check. When the arcamag detaches itself or is detached from a host, the host takes 2 (1d4) psychic damage per spellcaster level.",
                    "attacks": [
                        {
                            "name": "Attach attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 2,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": null,
                            "damage_die_type": null,
                            "damage_bonus": null,
                            "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": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Teleport",
                    "desc": "The arcamag magically teleports up to 60 feet to an unoccupied space. If it is attached to a host when it uses this action, it automatically detaches.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 1
                    }
                }
            ],
            "traits": [
                {
                    "name": "Camouflage",
                    "desc": "While attached to a host, the arcamag has advantage on Dexterity (Stealth) checks."
                },
                {
                    "name": "Shapechanger",
                    "desc": "The arcamag can use its action to polymorph into a small object, such as a ring, wand, orb, rod, or scroll. Its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies. False Appearance (Object Form Only). While motionless, the arcamag is indistinguishable from an ordinary object."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_boot-grabber/?format=api",
            "key": "ccdx_boot-grabber",
            "name": "Boot Grabber",
            "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": "Aberration",
                "key": "aberration",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?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": 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": "understands Void Speech but can't speak",
                "data": []
            },
            "armor_class": 11,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "4d6+8",
            "experience_points": 100,
            "ability_scores": {
                "strength": 17,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 4,
                "wisdom": 12,
                "charisma": 2
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -4
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -4
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 3,
                "deception": -4,
                "history": -3,
                "insight": 1,
                "intimidation": -4,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 3,
                "performance": -4,
                "persuasion": -4,
                "religion": -3,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 13,
            "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": "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": 60.0,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Adhesive Hands",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) bludgeoning damage and the target is subjected to its Adhesive trait. Until this grapple ends, the target is restrained, and the boot grabber can't make adhesive hands attacks against other targets.",
                    "attacks": [
                        {
                            "name": "Adhesive Hands 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": "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": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Unearthly Hum",
                    "desc": "The boot grabber targets one creature it can see within 60 feet of it. It emits a high frequency humming noise which can only be heard by the target. The target must succeed on a DC 11 Wisdom saving throw or move toward the boot grabber on its turn by the shortest and most direct route, ending its turn when it comes within 5 feet of the boot grabber.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Adhesive",
                    "desc": "The boot grabber adheres to anything that touches it. A Large or smaller creature adhered to the boot grabber is also grappled by it (escape DC 13). Ability checks made to escape this grapple have disadvantage."
                },
                {
                    "name": "Amorphous",
                    "desc": "The boot grabber can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the boot grabber remains motionless, it is indistinguishable from a dirty puddle of water."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_chaos-spawn-goblin/?format=api",
            "key": "ccdx_chaos-spawn-goblin",
            "name": "Chaos-Spawn Goblin",
            "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": "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": "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": "neutral evil",
            "languages": {
                "as_string": "telepathy 120 ft.",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 22,
            "hit_dice": "5d6+5",
            "experience_points": 100,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -2
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 0,
                "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": 6,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "psychic",
                "damage_resistances": [
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "frightened",
                "condition_immunities": [
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chaos-spawn goblin makes two attacks with its scimitar.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Psychic Stab",
                    "desc": "The chaos-spawn goblin targets one creature that it can sense within 30 feet of it. The target must make a DC 12 Intelligence saving throw, taking 7 (2d6) psychic damage on a failed save, or half as much damage on a successful one.",
                    "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": "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
                }
            ],
            "traits": [
                {
                    "name": "Nimble Escape",
                    "desc": "The chaos-spawn goblin can take the Disengage or Hide action as a bonus action on each of its turns."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_clockwork-servant/?format=api",
            "key": "ccdx_clockwork-servant",
            "name": "Clockwork Servant",
            "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": "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": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 25.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 12.5,
                "swim": 12.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "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": 11,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "experience_points": 25,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 13,
                "intelligence": 8,
                "wisdom": 12,
                "charisma": 7
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -2
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "investigation": 3,
                "perception": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -1,
                "athletics": 2,
                "deception": -2,
                "history": -1,
                "insight": 1,
                "intimidation": -2,
                "investigation": 3,
                "medicine": 1,
                "nature": -1,
                "perception": 5,
                "performance": -2,
                "persuasion": -2,
                "religion": -1,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 15,
            "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "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": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Domestic Retainer",
                    "desc": "The servant can cast the mending and prestidigitation cantrips at will without requiring spell components."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The servant is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The servant has advantage on saving throws against spells and other magical effects."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_gumienniki/?format=api",
            "key": "ccdx_gumienniki",
            "name": "Gumienniki",
            "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": "Fiend",
                "key": "fiend",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?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": "neutral evil",
            "languages": {
                "as_string": "Abyssal, Common, Infernal",
                "data": [
                    {
                        "name": "Abyssal",
                        "key": "abyssal",
                        "url": "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                        "desc": "Typical speakers are demons."
                    },
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Infernal",
                        "key": "infernal",
                        "url": "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                        "desc": "Typical speakers are devils."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "5d6+5",
            "experience_points": 200,
            "ability_scores": {
                "strength": 12,
                "dexterity": 16,
                "constitution": 13,
                "intelligence": 14,
                "wisdom": 10,
                "charisma": 12
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 1
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {
                "acrobatics": 5,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 0,
                "arcana": 2,
                "athletics": 1,
                "deception": 1,
                "history": 2,
                "insight": 0,
                "intimidation": 1,
                "investigation": 2,
                "medicine": 0,
                "nature": 2,
                "perception": 0,
                "performance": 1,
                "persuasion": 1,
                "religion": 2,
                "sleight_of_hand": 3,
                "stealth": 5,
                "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": "cold, fire, lightning",
                "damage_resistances": [
                    {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    },
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    },
                    {
                        "name": "Lightning",
                        "key": "lightning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "poisoned",
                "condition_immunities": [
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Fiendish Blink",
                    "desc": "The gumienniki flashes its glowing eyes, illuminating a 15-foot cone. Each creature in that area that can see the gumienniki must succeed on a DC 12 Constitution saving throw or be blinded for 1 minute.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 1
                    }
                },
                {
                    "name": "Flaming Hand Scythe",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) slashing damage and 7 (2d6) fire damage.",
                    "attacks": [
                        {
                            "name": "Flaming Hand Scythe 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": "Fire",
                                "key": "fire",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Taunting Cackle",
                    "desc": "When the gumienniki is missed by an attack, it can taunt the attacker. The attacking creature must succeed on a DC 12 Wisdom saving throw or have disadvantage on its next attack roll or saving throw.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Shapechanger",
                    "desc": "As a bonus action, the gumienniki can change its form into a Tiny housecat, or back into its true form. Its statistics, other than its size, are the same in each form except it loses its flaming hand scythe attack when in cat form."
                },
                {
                    "name": "Through Grass and Sheaves",
                    "desc": "The gumienniki's speed is doubled when traveling over grassy areas or through planted crops."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_hallowed-reed/?format=api",
            "key": "ccdx_hallowed-reed",
            "name": "Hallowed Reed",
            "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": "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": 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 good",
            "languages": {
                "as_string": "-",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 22,
            "hit_dice": "5d8",
            "experience_points": 100,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 10,
                "intelligence": 7,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 0
            },
            "initiative_bonus": 0,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": 2,
                "deception": 0,
                "history": -2,
                "insight": 2,
                "intimidation": 0,
                "investigation": -2,
                "medicine": 2,
                "nature": -2,
                "perception": 4,
                "performance": 0,
                "persuasion": 0,
                "religion": -2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 2
            },
            "passive_perception": 14,
            "resistances_and_immunities": {
                "damage_immunities_display": "radiant",
                "damage_immunities": [
                    {
                        "name": "Radiant",
                        "key": "radiant",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?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": "",
                "condition_immunities": []
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Searing Grasp",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 15 ft., one creature. Hit: 4 (1d4 + 2) radiant damage, and the target is grappled (escape DC 12). Until this grapple ends, the creature is restrained, it takes 2 (1d4) radiant damage at the start of each of its turns, and the hallowed reed can't grasp another target. Undead and fiends have disadvantage on ability checks made to escape the grapple.",
                    "attacks": [
                        {
                            "name": "Searing Grasp attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 15.0,
                            "range": null,
                            "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": "Radiant",
                                "key": "radiant",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?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": "Like Calls to Like",
                    "desc": "The hallowed reed knows if a creature within 30 feet of it is good-aligned or not."
                },
                {
                    "name": "Limited Telepathy",
                    "desc": "Using telepathy, a hallowed reed can magically communicate with any other good-aligned creature within 100 feet of it. This communication is primarily through images and emotions rather than actual words."
                },
                {
                    "name": "Rebirth",
                    "desc": "If a hallowed reed is slain, a new patch of hallowed reeds will grow in the same spot starting within a week of its death. Charring or salting the ground where a hallowed reed was slain prevents this resurgence."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_mandrake/?format=api",
            "key": "ccdx_mandrake",
            "name": "Mandrake",
            "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": "Plant",
                "key": "plant",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?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": 5.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 5.0,
                "crawl": 2.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 2.5,
                "swim": 2.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "-",
                "data": []
            },
            "armor_class": 8,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "4d4+12",
            "experience_points": 100,
            "ability_scores": {
                "strength": 10,
                "dexterity": 6,
                "constitution": 16,
                "intelligence": 1,
                "wisdom": 9,
                "charisma": 12
            },
            "modifiers": {
                "strength": 0,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": 1
            },
            "initiative_bonus": -2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": -1,
                "arcana": -5,
                "athletics": 0,
                "deception": 1,
                "history": -5,
                "insight": -1,
                "intimidation": 1,
                "investigation": -5,
                "medicine": -1,
                "nature": -5,
                "perception": -1,
                "performance": 1,
                "persuasion": 1,
                "religion": -5,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": -1
            },
            "passive_perception": 9,
            "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": "exhaustion, 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": null,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 5 (2d4) piercing damage.",
                    "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": "D4) piercing",
                            "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
                },
                {
                    "name": "Shriek",
                    "desc": "All creatures within 60 feet of the mandrake that can hear it must succeed on a DC 13 Constitution saving throw or take 5 (2d4) thunder damage. If a creature fails the saving throw by 5 or more, it is stunned until the end of its next turn. If it fails by 10 or more, it falls unconscious. An unconscious creature can repeat the saving throw at the end of each of its turns, regaining consciousness 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": 4
                    }
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_phantom/?format=api",
            "key": "ccdx_phantom",
            "name": "Phantom",
            "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": "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": 0.0,
                "unit": "feet",
                "fly": 40.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "any alignment",
            "languages": {
                "as_string": "any languages it knew in life",
                "data": []
            },
            "armor_class": 11,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "5d8",
            "experience_points": 200,
            "ability_scores": {
                "strength": 7,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 6,
                "wisdom": 12,
                "charisma": 12
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 1
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": -2,
                "deception": 1,
                "history": -2,
                "insight": 1,
                "intimidation": 1,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 1,
                "performance": 1,
                "persuasion": 1,
                "religion": -2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "cold, necrotic, poison",
                "damage_immunities": [
                    {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    },
                    {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    },
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "acid, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
                "damage_resistances": [
                    {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    },
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    },
                    {
                        "name": "Lightning",
                        "key": "lightning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    },
                    {
                        "name": "Thunder",
                        "key": "thunder",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained",
                "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": "Grappled",
                        "key": "grappled",
                        "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    },
                    {
                        "name": "Restrained",
                        "key": "restrained",
                        "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Chilling Moan",
                    "desc": "The phantom emits an eerie moan. Each creature within 30 feet that isn't an undead or a construct must make a DC 13 Wisdom saving throw. On a failure, the target takes 9 (2d8) cold damage and is frightened until the end of the phantom's next turn. If the target fails the saving throw by 5 or more, it is also paralyzed for the same duration. On a success, the target takes half the damage and isn't frightened.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 5
                    }
                },
                {
                    "name": "Ghostly Grasp",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 7 (2d6) necrotic damage.",
                    "attacks": [
                        {
                            "name": "Ghostly Grasp 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": "D6) necrotic",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "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
                }
            ],
            "traits": [
                {
                    "name": "Incorporeal Movement",
                    "desc": "The phantom can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Sunlight Weakness",
                    "desc": "While in sunlight, the phantom has disadvantage on attack rolls, ability checks, and saving throws."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_rimewing/?format=api",
            "key": "ccdx_rimewing",
            "name": "Rimewing",
            "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": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 25.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 12.5,
                "swim": 12.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "-",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "5d6+5",
            "experience_points": 50,
            "ability_scores": {
                "strength": 11,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 3,
                "wisdom": 10,
                "charisma": 7
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 2,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 0,
                "deception": -2,
                "history": -4,
                "insight": 0,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 2,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "cold",
                "damage_immunities": [
                    {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    }
                ],
                "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": "Frosted Wings",
                    "desc": "A 20-foot radius cloud of colorful ice crystals extends from the rimewing. Each creature in that area must succeed on a DC 10 Wisdom saving throw or be charmed by the rimewing for 1 minute. While charmed by the rimewing, a creature is incapacitated and must move up to its speed toward the rimewing at the start of its turn, stopping when it is 5 feet away. A charmed 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": "PER_DAY",
                        "param": 1
                    }
                },
                {
                    "name": "Proboscis",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Proboscis 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": "Antennae",
                    "desc": "The giant moth has advantage on Wisdom (Perception) checks that rely on smell."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_shard-swarm/?format=api",
            "key": "ccdx_shard-swarm",
            "name": "Shard Swarm",
            "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": "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": "0.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "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": 13,
            "armor_detail": "natural armor",
            "hit_points": 22,
            "hit_dice": "5d8",
            "experience_points": 100,
            "ability_scores": {
                "strength": 3,
                "dexterity": 13,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 1
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -5
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -3,
                "arcana": -5,
                "athletics": -4,
                "deception": -5,
                "history": -5,
                "insight": -3,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -3,
                "nature": -5,
                "perception": -3,
                "performance": -5,
                "persuasion": -5,
                "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": "bludgeoning, piercing, slashing",
                "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"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned, prone",
                "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"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Contain",
                    "desc": "The shard swarm envelopes one Medium or smaller creature in its space. The target must succeed on a DC 13 Dexterity saving throw or be restrained inside the swarm for 1 minute. The target has disadvantage on this saving throw if the shard swarm used Come Together to form in the target's space. While restrained, the target doesn't take damage from the swarm's Shards action, but it takes 5 (2d4) slashing damage if it takes an action that requires movement, such as attacking or casting a spell with somatic components. A creature within 5 feet of the swarm can take an action to pull a restrained creature out of the swarm. Doing so requires a successful DC 13 Strength check, and the creature making the attempt takes 5 (2d4) slashing damage.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 5
                    }
                },
                {
                    "name": "Shards",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 0 ft., one creature in the swarm's space. Hit: 5 (2d4) slashing damage or 2 (1d4) slashing damage if the swarm has half of its hp or less.",
                    "attacks": [
                        {
                            "name": "Shards attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 0.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D4) slashing",
                            "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": "Shrapnel",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 30 ft., one target. Hit: 3 (1d6) piercing damage. A piece of the swarm breaks off, falling into the target's space.",
                    "attacks": [
                        {
                            "name": "Shrapnel attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": null,
                            "range": 30.0,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6) piercing",
                            "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
                }
            ],
            "traits": [
                {
                    "name": "Antimagic Susceptibility",
                    "desc": "The swarm is incapacitated while in the area of an antimagic field. If targeted by the dispel magic spell, the swarm must succeed on a Constitution saving throw against the caster's spell save DC or fall unconscious for 1 minute."
                },
                {
                    "name": "Come Together (3/Day)",
                    "desc": "If the shard swarm has at least 1 hit point and all of its pieces are within 30 feet of each other, the pieces can re-form as a bonus action in any space containing at least one of its pieces."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the swarm remains motionless and isn't flying, it is indistinguishable from a normal pile of junk."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a pebble. The swarm can't regain hp or gain temporary hp."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_storm-spirit/?format=api",
            "key": "ccdx_storm-spirit",
            "name": "Storm Spirit",
            "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": "Elemental",
                "key": "elemental",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?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": 0.0,
                "unit": "feet",
                "fly": 40.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "Auran",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 22,
            "hit_dice": "5d8",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 14,
                "constitution": 11,
                "intelligence": 6,
                "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": "lightning, thunder",
                "damage_immunities": [
                    {
                        "name": "Lightning",
                        "key": "lightning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                    },
                    {
                        "name": "Thunder",
                        "key": "thunder",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
                "condition_immunities": [
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Grappled",
                        "key": "grappled",
                        "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    },
                    {
                        "name": "Restrained",
                        "key": "restrained",
                        "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
                    },
                    {
                        "name": "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": "Shocking Bolt",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 60/240 ft., one target. Hit: 4 (1d4 + 2) lightning damage.",
                    "attacks": [
                        {
                            "name": "Shocking Bolt attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 60.0,
                            "long_range": 240.0,
                            "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": "Lightning",
                                "key": "lightning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Tempest",
                    "desc": "Each creature within 10 feet of the spirit must succeed on a DC 12 Dexterity saving throw. On a failure, a creature takes 5 (2d4) lightning damage, 5 (2d4) thunder damage, is thrown 10 feet in a random direction, and is knocked prone.",
                    "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": "Thunder Slam",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) thunder damage.",
                    "attacks": [
                        {
                            "name": "Thunder 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": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?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": "Storm Form",
                    "desc": "The spirit can move through a space as narrow as 1 inch wide without squeezing. A creature that touches the spirit or hits it with a melee attack while within 5 feet of it takes 2 (1d4) lightning and 2 (1d4) thunder damage. In addition, the spirit can enter a hostile creature's space and stop there. The first time it enters a creature's space on a turn, that creature takes 2 (1d4) lightning and 2 (1d4) thunder damage. Any creature which ends its turn in the same space as the spirit takes 2 (1d4) lightning and 2 (1d4) thunder damage at the end of its turn."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_gnoll/?format=api",
            "key": "bfrd_gnoll",
            "name": "Gnoll",
            "document": {
                "name": "Black Flag SRD",
                "key": "bfrd",
                "display_name": "Black Flag SRD",
                "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/black-flag-reference-document/"
            },
            "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.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": "chaotic evil",
            "languages": {
                "as_string": "Gnoll",
                "data": []
            },
            "armor_class": 15,
            "armor_detail": "hide armor, shield",
            "hit_points": 22,
            "hit_dice": null,
            "experience_points": 100,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "initiative_bonus": 1,
            "saving_throws": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 2,
                "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": 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 Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) piercing damage.",
                    "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": 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": "Rampage",
                    "desc": "When the gnoll reduces a creature to 0 HP, it can move up to half its speed and make one Bite attack. If it does, attack rolls against it have advantage until the start of its next turn.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Spear",
                    "desc": "_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d6+2) piercing damage, or 6 (1d8+2) piercing damage if used with two hands to make a melee attack.",
                    "attacks": [
                        {
                            "name": "Spear attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": 20.0,
                            "long_range": 60.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": "Taunting Bark",
                    "desc": "The gnoll lets out a high-pitched laugh and taunts one creature it can see within 30 feet of it. The target must make a DC 12 CHA save. On a failure, a creature takes 2 (1d4) psychic damage and must spend its next turn moving up to its speed toward the gnoll and make one attack against the gnoll.",
                    "attacks": [],
                    "action_type": "BONUS_ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Heightened Smell",
                    "desc": "The gnoll's Perception is 15 when perceiving by smell."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_horse-war/?format=api",
            "key": "bfrd_horse-war",
            "name": "Horse, War",
            "document": {
                "name": "Black Flag SRD",
                "key": "bfrd",
                "display_name": "Black Flag SRD",
                "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/black-flag-reference-document/"
            },
            "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": "0.500",
            "challenge_rating_text": "1/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 evil",
            "languages": {
                "as_string": "-",
                "data": []
            },
            "armor_class": 15,
            "armor_detail": "scale mail barding",
            "hit_points": 22,
            "hit_dice": null,
            "experience_points": 100,
            "ability_scores": {
                "strength": 18,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "initiative_bonus": 1,
            "saving_throws": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "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": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "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": 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:_ 8 (1d8+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": 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": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Trained Shift",
                    "desc": "If the horse's rider is subjected to an effect that would knock it prone or dismount it, the horse can shift its body to assist the rider. The rider has advantage on the check or save to avoid the effect.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Trampling Charge",
                    "desc": "If the horse moves at least 20 feet straight toward a creature and then hits it with a Hooves attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the horse can make another Hooves attack against it as a bonus action."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_lizardfolk/?format=api",
            "key": "bfrd_lizardfolk",
            "name": "Lizardfolk",
            "document": {
                "name": "Black Flag SRD",
                "key": "bfrd",
                "display_name": "Black Flag SRD",
                "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/black-flag-reference-document/"
            },
            "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.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 15.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic 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": 15,
            "armor_detail": "natural armor, shield",
            "hit_points": 22,
            "hit_dice": null,
            "experience_points": 100,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 6,
                "wisdom": 16,
                "charisma": 6
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": -2
            },
            "initiative_bonus": 0,
            "saving_throws": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 3,
                "arcana": -2,
                "athletics": 2,
                "deception": -2,
                "history": -2,
                "insight": 3,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 3,
                "nature": -2,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 3
            },
            "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": "Bite",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.",
                    "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": "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": "Heavy Club",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Heavy Club 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": 2,
                    "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": 3,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The lizardfolk makes one Bite attack and one Heavy Club attack, or it makes two Javelin attacks.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Shoving Counter",
                    "desc": "If a creature misses the lizardfolk with an attack and the lizardfolk is wielding a shield, the lizardfolk can shove its shield into the creature. The attacker must succeed on a DC 12 STR save or be pushed up to 10 feet away from the lizardfolk and knocked prone.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Heightened Smell and Taste",
                    "desc": "The lizardfolk's Perception is 18 when perceiving by smell or taste."
                },
                {
                    "name": "Hold Breath",
                    "desc": "The lizardfolk can hold its breath for 15 minutes."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_magmin/?format=api",
            "key": "bfrd_magmin",
            "name": "Magmin",
            "document": {
                "name": "Black Flag SRD",
                "key": "bfrd",
                "display_name": "Black Flag SRD",
                "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/black-flag-reference-document/"
            },
            "type": {
                "name": "Elemental",
                "key": "elemental",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?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",
                "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": "Ignan",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 22,
            "hit_dice": null,
            "experience_points": 100,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 8,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 0
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -1,
                "athletics": -2,
                "deception": 0,
                "history": -1,
                "insight": 0,
                "intimidation": 0,
                "investigation": -1,
                "medicine": 0,
                "nature": -1,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": -1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "fire",
                "damage_immunities": [
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    }
                ],
                "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": "Burning Slam",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage plus 3 (1d6) fire damage.",
                    "attacks": [
                        {
                            "name": "Burning 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": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Fire",
                                "key": "fire",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Ignited Illumination",
                    "desc": "The magmin sets itself ablaze or extinguishes its flames. While ablaze, the magmin sheds bright light in a 10-foot radius and dim light for an additional 10 feet.",
                    "attacks": [],
                    "action_type": "BONUS_ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Death Burst",
                    "desc": "When the magmin dies, it collapses into a Tiny cinder cone. On initiative count 20 after the magmin dies, the cinder cone erupts in a burst of fire and lava. Each creature within 10 feet of the cone must make a DC 11 DEX save, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one. Flammable objects that aren't being worn or carried in that area are ignited."
                },
                {
                    "name": "Hardened Magma",
                    "desc": "While the magmin isn't ablaze, it is resistant to piercing and slashing damage from nonmagical attacks, and it is vulnerable to thunder damage."
                },
                {
                    "name": "Molten Body",
                    "desc": "While the magmin is ablaze, each creature that hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_blink-dog/?format=api",
            "key": "a5e-mm_blink-dog",
            "name": "Blink Dog",
            "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": "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.250",
            "challenge_rating_text": "1/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": "chaotic evil",
            "languages": {
                "as_string": "Blink Dog, understands but cant speak Sylvan",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 14,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 2,
                "deception": 0,
                "history": 0,
                "insight": 1,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 3,
                "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": "",
                "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: +3 to hit, reach 5 ft., one target. Hit: 5 (1d6+2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "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
                },
                {
                    "name": "Teleport",
                    "desc": "The blink dog magically teleports up to 40 feet to an unoccupied space it can see.",
                    "attacks": [],
                    "action_type": "BONUS_ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 4
                    }
                }
            ],
            "traits": [
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The blink dog has advantage on Perception checks that rely on hearing and smell."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_darkmantle/?format=api",
            "key": "a5e-mm_darkmantle",
            "name": "Darkmantle",
            "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": "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": 10.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 11,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "5d6+5",
            "experience_points": 100,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 3,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "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": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Crush",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 6 (1d6 + 3) bludgeoning damage  and the target is grappled (escape DC 13). If the darkmantle made the attack with advantage  it attaches to the targets head  and the target is blinded and can't breathe. While grappling  the darkmantle can only attack the grappled creature but has advantage on its attack roll. The darkmantles speed becomes 0  and it moves with its target.",
                    "attacks": [
                        {
                            "name": "Crush 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": "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": "Darkness Aura",
                    "desc": "A 15-foot radius area of magical darkness emanates from the darkmantle  spreading around corners and moving with it. Darkvision and natural light can't penetrate it. If the darkness overlaps with an area of light created by a 2nd-level spell or lower  the spell creating the light is dispelled. The darkness aura lasts for 10 minutes or until the darkmantle takes damage.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Multiattack",
                    "desc": "The darkmantle uses Darkness Aura and makes a crush attack.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Echolocation",
                    "desc": "The darkmantle can't use blindsight while deafened."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless, the darkmantle is indistinguishable from rock."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_draft-horse/?format=api",
            "key": "a5e-mm_draft-horse",
            "name": "Draft Horse",
            "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": "0.250",
            "challenge_rating_text": "1/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": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 10,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "3d10+6",
            "experience_points": 50,
            "ability_scores": {
                "strength": 18,
                "dexterity": 10,
                "constitution": 14,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "initiative_bonus": 0,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 4,
                "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": 0,
                "stealth": 0,
                "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": "Hooves",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 3 (1d6) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Hooves attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 2,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6) 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": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_dryad/?format=api",
            "key": "a5e-mm_dryad",
            "name": "Dryad",
            "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": "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": 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": "Elvish, Sylvan",
                "data": [
                    {
                        "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": 15,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "5d8",
            "experience_points": 100,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 16,
                "charisma": 18
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 4
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 4
            },
            "skill_bonuses": {
                "nature": 3,
                "perception": 5,
                "stealth": 3,
                "survival": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 3,
                "arcana": 1,
                "athletics": 2,
                "deception": 4,
                "history": 1,
                "insight": 3,
                "intimidation": 4,
                "investigation": 1,
                "medicine": 3,
                "nature": 3,
                "perception": 5,
                "performance": 4,
                "persuasion": 4,
                "religion": 1,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 5
            },
            "passive_perception": 14,
            "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": "",
                "condition_immunities": []
            },
            "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: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Club 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": "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": "Entangling Plants",
                    "desc": "Plants magically erupt from the ground in a 20-foot radius around a point up to 120 feet from the dryad. Each creature of the dryads choice in the area makes a DC 13 Strength saving throw. On a failure  a creature is restrained for 1 minute. A creature can use its action to make a DC 12 Strength check  freeing itself or a creature within 5 feet on a success. Additionally  the area is difficult terrain for 1 minute.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Fey Charm",
                    "desc": "A humanoid or beast within 30 feet makes a DC 13 Wisdom saving throw. On a failure  it is magically charmed. While charmed in this way  the target regards the dryad as a trusted ally and is disposed to interpret the dryads requests and actions favorably. The creature can repeat this saving throw if the dryad or the dryads allies harm it  ending the effect on a success. Otherwise  the effect lasts 24 hours. If the creature succeeds on a saving throw against Fey Charm or the effect ends for it  it is immune to Fey Charm 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": 3
                    }
                }
            ],
            "traits": [
                {
                    "name": "Magic Resistance",
                    "desc": "The dryad has advantage on saving throws against spells and magical effects."
                },
                {
                    "name": "Speak with Nature",
                    "desc": "The dryad can communicate with beasts and plants."
                },
                {
                    "name": "Tree Stride",
                    "desc": "Once per turn, the dryad can use 10 feet of movement to enter a living tree and emerge from another living tree within 60 feet. Both trees must be at least Large."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_ghoul/?format=api",
            "key": "a5e-mm_ghoul",
            "name": "Ghoul",
            "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": "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": "Common",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "5d8",
            "experience_points": 200,
            "ability_scores": {
                "strength": 12,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 6,
                "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": "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": "charmed, fatigue, paralyzed, 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": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "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, reach 5 ft., one incapacitated creature. Hit: 6 (1d8 + 2) piercing damage.",
                    "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": 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": "Paralyzing Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage. If the target is a living creature other than an elf  it makes a DC 10 Constitution saving throw. On a failure  the target is paralyzed for 1 minute. The target repeats the saving throw at the end of its turns  ending the effect on itself on a success. If the targets saving throw is successful or the effect ends for it  it is immune to any Paralyzing Claw for 24 hours.",
                    "attacks": [
                        {
                            "name": "Paralyzing 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": "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": "Radiant Sensitivity",
                    "desc": "When the ghoul takes radiant damage, it has disadvantage on attack rolls and on Perception checks that rely on sight until the end of its next turn."
                },
                {
                    "name": "Undead Nature",
                    "desc": "Ghouls and ghasts dont require air, sustenance, or sleep."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_giant-goat/?format=api",
            "key": "a5e-mm_giant-goat",
            "name": "Giant Goat",
            "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": "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 evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 11,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "3d10+6",
            "experience_points": 100,
            "ability_scores": {
                "strength": 16,
                "dexterity": 10,
                "constitution": 14,
                "intelligence": 3,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "initiative_bonus": 0,
            "saving_throws": {
                "strength": 5
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "athletics": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 5,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Ram",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4+3) bludgeoning damage. If the target is a creature and the goat moves at least 20 feet straight towards the target before the attack  the target takes an additional 5 (2d4) bludgeoning damage and makes a DC 13 Strength saving throw  falling prone on a failure.",
                    "attacks": [
                        {
                            "name": "Ram 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": "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": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_giant-seahorse/?format=api",
            "key": "a5e-mm_giant-seahorse",
            "name": "Giant Seahorse",
            "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": "0.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "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": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "4d10",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 4
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 1,
                "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": 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": 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. If the seahorse moves at least 20 feet straight towards the target before the attack  the attack deals an extra 5 (2d4) bludgeoning damage and the target makes a DC 11 Strength saving throw  falling prone on a failure.",
                    "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": 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
                }
            ],
            "traits": [
                {
                    "name": "Water Breathing",
                    "desc": "The seahorse breathes only water."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_giant-vulture/?format=api",
            "key": "a5e-mm_giant-vulture",
            "name": "Giant Vulture",
            "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": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "3d10+6",
            "experience_points": 200,
            "ability_scores": {
                "strength": 14,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 6,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -2
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": 2,
                "deception": -2,
                "history": -2,
                "insight": 1,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8+2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Beak 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": "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": "Multiattack",
                    "desc": "The vulture attacks with its beak and its talons.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Retreat",
                    "desc": "When the vulture would be hit by a melee attack, the vulture can move 5 feet away from the attacker. If this moves the vulture out of the attackers reach, the attacker has disadvantage on its attack.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8+2) slashing damage.",
                    "attacks": [
                        {
                            "name": "Talons 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": "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
                }
            ],
            "traits": [
                {
                    "name": "Keen Sight and Smell",
                    "desc": "The vulture has advantage on Perception checks that rely on sight and smell."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_gnoll/?format=api",
            "key": "a5e-mm_gnoll",
            "name": "Gnoll",
            "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": "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": 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": "Gnoll",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "5d8",
            "experience_points": 100,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 8,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": 0
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -1,
                "arcana": 0,
                "athletics": 2,
                "deception": 0,
                "history": 0,
                "insight": -1,
                "intimidation": 0,
                "investigation": 0,
                "medicine": -1,
                "nature": 0,
                "perception": -1,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Rampaging Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one bloodied creature. Hit: 4 (1d4 + 2) piercing damage.",
                    "attacks": [],
                    "action_type": "BONUS_ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Spear attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": 20.0,
                            "long_range": 60.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": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Pack Tactics",
                    "desc": "The gnoll has advantage on attack rolls against a creature if at least one of the gnolls allies is within 5 feet of the creature and not incapacitated."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_gray-ooze/?format=api",
            "key": "a5e-mm_gray-ooze",
            "name": "Gray Ooze",
            "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": "Ooze",
                "key": "ooze",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?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": 15.0,
                "unit": "feet",
                "climb": 15.0,
                "swim": 15.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "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": 8,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "3d8+9",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 6,
                "constitution": 16,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 1
            },
            "modifiers": {
                "strength": 1,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "initiative_bonus": -2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": 1,
                "deception": -5,
                "history": -5,
                "insight": -2,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": -2
            },
            "passive_perception": 8,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "acid, cold, fire",
                "damage_resistances": [
                    {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    },
                    {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    },
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "blinded, charmed, deafened, fatigue, frightened, prone",
                "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": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) bludgeoning damage plus 5 (2d4) acid damage. Nonmagical metal armor worn by the target corrodes  taking a permanent -1 penalty to its AC protection per hit. If the penalty reduces the armors AC protection to 10  the armor is destroyed.",
                    "attacks": [
                        {
                            "name": "Pseudopod attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 1,
                            "damage_type": null,
                            "extra_damage_die_count": 2,
                            "extra_damage_die_type": "D4",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Acid",
                                "key": "acid",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?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": "Amorphous",
                    "desc": "The ooze can pass through an opening as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Corrosive Body",
                    "desc": "A creature or a metal object that touches the ooze takes 5 (2d4) acid damage. A nonmagical weapon made of metal that hits the black pudding corrodes after dealing damage, taking a permanent -1 penalty to damage rolls per hit. If this penalty reaches -5, the weapon is destroyed. Metal nonmagical ammunition is destroyed after dealing damage."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless, the ooze is indistinguishable from wet stone."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "An ooze doesnt require air or sleep."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the ooze has disadvantage on attack rolls."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_grimalkin/?format=api",
            "key": "a5e-mm_grimalkin",
            "name": "Grimalkin",
            "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": "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": 50.0,
                "unit": "feet",
                "climb": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "experience_points": 100,
            "ability_scores": {
                "strength": 14,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 6,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 0
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": 2,
                "deception": 0,
                "history": -2,
                "insight": 2,
                "intimidation": 0,
                "investigation": -2,
                "medicine": 2,
                "nature": -2,
                "perception": 4,
                "performance": 0,
                "persuasion": 0,
                "religion": -2,
                "sleight_of_hand": 3,
                "stealth": 5,
                "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": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4+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": "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": "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: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6+3) slashing damage. If the grimalkin moves at least 20 feet straight towards the target before the attack  the target makes a DC 12 Strength saving throw  falling prone on a failure.",
                    "attacks": [
                        {
                            "name": "Claws (True Form Only) 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": "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": "True Form Only",
                    "usage_limits": null
                },
                {
                    "name": "Opportune Bite",
                    "desc": "The grimalkin makes a bite attack against a prone creature.",
                    "attacks": [],
                    "action_type": "BONUS_ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": "True Form Only",
                    "usage_limits": null
                },
                {
                    "name": "Shapeshift",
                    "desc": "The grimalkin changes its form to a Tiny cat or into its true form, which resembles a panther. While shapeshifted, its statistics are unchanged except for its size. It reverts to its true form if it dies.",
                    "attacks": [],
                    "action_type": "BONUS_ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Smell",
                    "desc": "The grimalkin has advantage on Perception checks that rely on smell."
                }
            ],
            "creaturesets": [],
            "environments": []
        }
    ]
}