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=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 210,
    "next": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-hit_points&page=3",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-hit_points",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_vampire/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_vampire",
            "name": "Vampire",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
                "key": "medium",
                "name": "Medium",
                "rank": 3,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters; Vampires",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 16,
            "hit_points": 144,
            "ability_scores": {
                "strength": 18,
                "dexterity": 18,
                "constitution": 18,
                "intelligence": 17,
                "wisdom": 15,
                "charisma": 18
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 4,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 9,
                "wisdom": 7,
                "charisma": 9
            },
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 9,
                "constitution": 4,
                "intelligence": 3,
                "wisdom": 7,
                "charisma": 9
            },
            "skill_bonuses": {
                "perception": 7,
                "stealth": 9
            },
            "all_skill_bonuses": {
                "acrobatics": 4,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 4,
                "deception": 4,
                "history": 3,
                "insight": 2,
                "intimidation": 4,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 7,
                "performance": 4,
                "persuasion": 4,
                "religion": 3,
                "sleight_of_hand": 4,
                "stealth": 9,
                "survival": 2
            },
            "passive_perception": 17,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "(Bat or Vampire Form Only). Melee Weapon Attack: +9 to hit, reach 5 ft., one willing creature, or a creature that is grappled by the vampire, incapacitated, or restrained. Hit: 7 (1d6 + 4) piercing damage plus 10 (3d6) necrotic damage. The target's hit point maximum is reduced by an amount equal to the necrotic damage taken, and the vampire regains hit points equal to that amount. The reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hit point maximum to 0. A humanoid slain in this way and then buried in the ground rises the following night as a vampire spawn under the vampire's control.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 7,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 10,
                                "die_count": 3,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Charm",
                    "desc": "The vampire targets one humanoid it can see within 30 feet of it. If the target can see the vampire, the target must succeed on a DC 17 Wisdom saving throw against this magic or be charmed by the vampire. The charmed target regards the vampire as a trusted friend to be heeded and protected. Although the target isn't under the vampire's control, it takes the vampire's requests or actions in the most favorable way it can, and it is a willing target for the vampire's bite attack.\n\nEach time the vampire or the vampire's companions do anything harmful to the target, it can repeat the saving throw, ending the effect on itself on a success. Otherwise, the effect lasts 24 hours or until the vampire is destroyed, is on a different plane of existence than the target, or takes a bonus action to end the effect.\n"
                },
                {
                    "name": "Children of the Night",
                    "desc": "The vampire magically calls 2d4 swarms of bats or rats, provided that the sun isn't up. While outdoors, the vampire can call 3d6 wolves instead. The called creatures arrive in 1d4 rounds, acting as allies of the vampire and obeying its spoken commands. The beasts remain for 1 hour, until the vampire dies, or until the vampire dismisses them as a bonus action.\n",
                    "uses_per_day": 1
                },
                {
                    "name": "Multiattack",
                    "desc": "(Vampire Form Only). The vampire makes two attacks, only one of which can be a bite attack.\n"
                },
                {
                    "name": "Unarmed Strike",
                    "desc": "(Vampire Form Only). Melee Weapon Attack: +9 to hit, reach 5 ft., one creature. Hit: 8 (1d8 + 4) bludgeoning damage. Instead of dealing damage, the vampire can grapple the target (escape DC 18).\n",
                    "attacks": [
                        {
                            "name": "Unarmed Strike attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 8,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_bone-devil/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_bone-devil",
            "name": "Bone Devil",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 40.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters; Devils",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 19,
            "hit_points": 142,
            "ability_scores": {
                "strength": 18,
                "dexterity": 16,
                "constitution": 18,
                "intelligence": 13,
                "wisdom": 14,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {
                "intelligence": 5,
                "wisdom": 6,
                "charisma": 7
            },
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 5,
                "wisdom": 6,
                "charisma": 7
            },
            "skill_bonuses": {
                "deception": 7,
                "insight": 6
            },
            "all_skill_bonuses": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 4,
                "deception": 7,
                "history": 1,
                "insight": 6,
                "intimidation": 3,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 2,
                "performance": 3,
                "persuasion": 3,
                "religion": 1,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "actions": [
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 8 (1d8 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 8,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The devil makes three attacks: two with its claws and one with its sting.\n"
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 13 (2d8 + 4) piercing damage plus 17 (5d6) poison damage, and the target must succeed on a DC 14 Constitution saving throw or become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n",
                    "attacks": [
                        {
                            "name": "Sting attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 13,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 17,
                                "die_count": 5,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_shield-guardian/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_shield-guardian",
            "name": "Shield Guardian",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 142,
            "ability_scores": {
                "strength": 18,
                "dexterity": 8,
                "constitution": 18,
                "intelligence": 7,
                "wisdom": 10,
                "charisma": 3
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 4,
                "deception": -4,
                "history": -2,
                "insight": 0,
                "intimidation": -4,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": -4,
                "persuasion": -4,
                "religion": -2,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Fist",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Fist attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The guardian makes two fist attacks.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_young-bronze-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_young-bronze-dragon",
            "name": "Young Bronze Dragon",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters; Dragons, Metallic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "lawful good",
            "weight": "0.000",
            "armor_class": 18,
            "hit_points": 142,
            "ability_scores": {
                "strength": 21,
                "dexterity": 10,
                "constitution": 19,
                "intelligence": 14,
                "wisdom": 13,
                "charisma": 17
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 3,
                "constitution": 7,
                "wisdom": 4,
                "charisma": 6
            },
            "all_saving_throws": {
                "strength": 5,
                "dexterity": 3,
                "constitution": 7,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 6
            },
            "skill_bonuses": {
                "insight": 4,
                "perception": 7,
                "stealth": 3
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": 2,
                "athletics": 5,
                "deception": 3,
                "history": 2,
                "insight": 4,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 1,
                "nature": 2,
                "perception": 7,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 0,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 17,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 16,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 5,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Breath Weapons",
                    "desc": "The dragon uses one of the following breath weapons.\n\nLightning Breath. The dragon exhales lightning in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 15 Dexterity saving throw, taking 55 (10d10) lightning damage on a failed save, or half as much damage on a successful one.\n\nRepulsion Breath. The dragon exhales repulsion energy in a 30-foot cone. Each creature in that area must succeed on a DC 15 Strength saving throw. On a failed save, the creature is pushed 40 feet away from the dragon.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 12,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 5,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_frost-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_frost-giant",
            "name": "Frost Giant",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
                "key": "huge",
                "name": "Huge",
                "rank": 5,
                "space_diameter": "15.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters; Giants",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "neutral evil",
            "weight": "0.000",
            "armor_class": 15,
            "hit_points": 138,
            "ability_scores": {
                "strength": 23,
                "dexterity": 9,
                "constitution": 21,
                "intelligence": 9,
                "wisdom": 10,
                "charisma": 12
            },
            "modifiers": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {
                "constitution": 8,
                "wisdom": 3,
                "charisma": 4
            },
            "all_saving_throws": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 8,
                "intelligence": -1,
                "wisdom": 3,
                "charisma": 4
            },
            "skill_bonuses": {
                "athletics": 9,
                "perception": 3
            },
            "all_skill_bonuses": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -1,
                "athletics": 9,
                "deception": 1,
                "history": -1,
                "insight": 0,
                "intimidation": 1,
                "investigation": -1,
                "medicine": 0,
                "nature": -1,
                "perception": 3,
                "performance": 1,
                "persuasion": 1,
                "religion": -1,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 13,
            "actions": [
                {
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 25 (3d12 + 6) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Greataxe attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 25,
                                "die_count": 3,
                                "die_type": "D12",
                                "bonus": 6,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two greataxe attacks.\n"
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +9 to hit, range 60/240 ft., one target. Hit: 28 (4d10 + 6) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Rock attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "range_ft": 60,
                            "long_range_ft": 240,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 28,
                                "die_count": 4,
                                "die_type": "D10",
                                "bonus": 6,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_treant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_treant",
            "name": "Treant",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
                "key": "huge",
                "name": "Huge",
                "rank": 5,
                "space_diameter": "15.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "chaotic good",
            "weight": "0.000",
            "armor_class": 16,
            "hit_points": 138,
            "ability_scores": {
                "strength": 23,
                "dexterity": 8,
                "constitution": 21,
                "intelligence": 12,
                "wisdom": 16,
                "charisma": 12
            },
            "modifiers": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": -1,
                "animal_handling": 3,
                "arcana": 1,
                "athletics": 6,
                "deception": 1,
                "history": 1,
                "insight": 3,
                "intimidation": 1,
                "investigation": 1,
                "medicine": 3,
                "nature": 1,
                "perception": 3,
                "performance": 1,
                "persuasion": 1,
                "religion": 1,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 3
            },
            "passive_perception": 13,
            "actions": [
                {
                    "name": "Animate Trees",
                    "desc": "The treant magically animates one or two trees it can see within 60 feet of it. These trees have the same statistics as a treant, except they have Intelligence and Charisma scores of 1, they can't speak, and they have only the Slam action option. An animated tree acts as an ally of the treant. The tree remains animate for 1 day or until it dies; until the treant dies or is more than 120 feet from the tree; or until the treant takes a bonus action to turn it back into an inanimate tree. The tree then takes root if possible.\n",
                    "uses_per_day": 1
                },
                {
                    "name": "Multiattack",
                    "desc": "The treant makes two slam attacks.\n"
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +10 to hit, range 60/180 ft., one target. Hit: 28 (4d10 + 6) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Rock attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "range_ft": 60,
                            "long_range_ft": 180,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 28,
                                "die_count": 4,
                                "die_type": "D10",
                                "bonus": 6,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 16 (3d6 + 6) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 16,
                                "die_count": 3,
                                "die_type": "D6",
                                "bonus": 6,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_deva/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_deva",
            "name": "Deva",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
                "key": "medium",
                "name": "Medium",
                "rank": 3,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 90.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 90.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters; Angels",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "lawful good",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 136,
            "ability_scores": {
                "strength": 18,
                "dexterity": 18,
                "constitution": 18,
                "intelligence": 17,
                "wisdom": 20,
                "charisma": 20
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 4,
                "intelligence": 3,
                "wisdom": 5,
                "charisma": 5
            },
            "saving_throws": {
                "wisdom": 9,
                "charisma": 9
            },
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 4,
                "intelligence": 3,
                "wisdom": 9,
                "charisma": 9
            },
            "skill_bonuses": {
                "insight": 9,
                "perception": 9
            },
            "all_skill_bonuses": {
                "acrobatics": 4,
                "animal_handling": 5,
                "arcana": 3,
                "athletics": 4,
                "deception": 5,
                "history": 3,
                "insight": 9,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 5,
                "nature": 3,
                "perception": 9,
                "performance": 5,
                "persuasion": 5,
                "religion": 3,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 5
            },
            "passive_perception": 19,
            "actions": [
                {
                    "name": "Change Shape",
                    "desc": "The deva magically polymorphs into a humanoid or beast that has a challenge rating equal to or less than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the deva's choice).\n\nIn a new form, the deva retains its game statistics and ability to speak, but its AC, movement modes, Strength, Dexterity, and special senses are replaced by those of the new form, and it gains any statistics and capabilities (except class features, legendary actions, and lair actions) that the new form has but that it lacks.\n"
                },
                {
                    "name": "Healing Touch",
                    "desc": "The deva touches another creature. The target magically regains 20 (4d8 + 2) hit points and is freed from any curse, disease, poison, blindness, or deafness.\n",
                    "uses_per_day": 3
                },
                {
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage plus 18 (4d8) radiant damage.\n",
                    "attacks": [
                        {
                            "name": "Mace attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 7,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 18,
                                "die_count": 4,
                                "die_type": "D8",
                                "bonus": 0,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The deva makes two melee attacks.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_gynosphinx/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_gynosphinx",
            "name": "Gynosphinx",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 60.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters; Sphinxes",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "lawful neutral",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 136,
            "ability_scores": {
                "strength": 18,
                "dexterity": 15,
                "constitution": 16,
                "intelligence": 18,
                "wisdom": 18,
                "charisma": 18
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 4,
                "wisdom": 4,
                "charisma": 4
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 4,
                "wisdom": 4,
                "charisma": 4
            },
            "skill_bonuses": {
                "arcana": 12,
                "history": 12,
                "perception": 8,
                "religion": 8
            },
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 4,
                "arcana": 12,
                "athletics": 4,
                "deception": 4,
                "history": 12,
                "insight": 4,
                "intimidation": 4,
                "investigation": 4,
                "medicine": 4,
                "nature": 4,
                "perception": 8,
                "performance": 4,
                "persuasion": 4,
                "religion": 8,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 4
            },
            "passive_perception": 18,
            "actions": [
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 13,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The sphinx makes two claw attacks.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_hezrou/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_hezrou",
            "name": "Hezrou",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters; Demons",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 16,
            "hit_points": 136,
            "ability_scores": {
                "strength": 19,
                "dexterity": 17,
                "constitution": 20,
                "intelligence": 5,
                "wisdom": 12,
                "charisma": 13
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 5,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws": {
                "strength": 7,
                "constitution": 8,
                "wisdom": 4
            },
            "all_saving_throws": {
                "strength": 7,
                "dexterity": 3,
                "constitution": 8,
                "intelligence": -3,
                "wisdom": 4,
                "charisma": 1
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 4,
                "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": 3,
                "survival": 1
            },
            "passive_perception": 11,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The hezrou makes three attacks: one with its bite and two with its claws.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_shambling-mound/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_shambling-mound",
            "name": "Shambling Mound",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "swim": 20.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 15,
            "hit_points": 136,
            "ability_scores": {
                "strength": 18,
                "dexterity": 8,
                "constitution": 16,
                "intelligence": 5,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "stealth": 2
            },
            "all_skill_bonuses": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 4,
                "deception": -3,
                "history": -3,
                "insight": 0,
                "intimidation": -3,
                "investigation": -3,
                "medicine": 0,
                "nature": -3,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -3,
                "sleight_of_hand": -1,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Engulf",
                    "desc": "The shambling mound engulfs a Medium or smaller creature grappled by it. The engulfed target is blinded, restrained, and unable to breathe, and it must succeed on a DC 14 Constitution saving throw at the start of each of the mound's turns or take 13 (2d8 + 4) bludgeoning damage. If the mound moves, the engulfed target moves with it. The mound can have only one creature engulfed at a time.\n"
                },
                {
                    "name": "Multiattack",
                    "desc": "The shambling mound makes two slam attacks. If both attacks hit a Medium or smaller target, the target is grappled (escape DC 14), and the shambling mound uses its Engulf on it.\n"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 13,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_tyrannosaurus-rex/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_tyrannosaurus-rex",
            "name": "Tyrannosaurus Rex",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
                "key": "huge",
                "name": "Huge",
                "rank": 5,
                "space_diameter": "15.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 50.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters; Dinosaurs",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 13,
            "hit_points": 136,
            "ability_scores": {
                "strength": 25,
                "dexterity": 10,
                "constitution": 19,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 9
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 4
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 7,
                "deception": -1,
                "history": -4,
                "insight": 1,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 4,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 14,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 33 (4d12 + 7) piercing damage. If the target is a Medium or smaller creature, it is grappled (escape DC 17). Until this grapple ends, the target is restrained, and the tyrannosaurus can't bite another target.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 33,
                                "die_count": 4,
                                "die_type": "D12",
                                "bonus": 7,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The tyrannosaurus makes two attacks: one with its bite and one with its tail. It can't make both attacks against the same target.\n"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 20 (3d8 + 7) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Tail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 20,
                                "die_count": 3,
                                "die_type": "D8",
                                "bonus": 7,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_young-green-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_young-green-dragon",
            "name": "Young Green Dragon",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters; Dragons, Chromatic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 18,
            "hit_points": 136,
            "ability_scores": {
                "strength": 19,
                "dexterity": 12,
                "constitution": 17,
                "intelligence": 16,
                "wisdom": 13,
                "charisma": 15
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 4,
                "constitution": 6,
                "wisdom": 4,
                "charisma": 5
            },
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 6,
                "intelligence": 3,
                "wisdom": 4,
                "charisma": 5
            },
            "skill_bonuses": {
                "deception": 5,
                "perception": 7,
                "stealth": 4
            },
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": 3,
                "athletics": 4,
                "deception": 5,
                "history": 3,
                "insight": 1,
                "intimidation": 2,
                "investigation": 3,
                "medicine": 1,
                "nature": 3,
                "perception": 7,
                "performance": 2,
                "persuasion": 2,
                "religion": 3,
                "sleight_of_hand": 1,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 17,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage plus 7 (2d6) poison damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 7,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws.\n"
                },
                {
                    "name": "Poison Breath",
                    "desc": "The dragon exhales poisonous gas in a 30-foot cone. Each creature in that area must make a DC 14 Constitution saving throw, taking 42 (12d6) poison damage on a failed save, or half as much damage on a successful one.\n",
                    "recharge_on_roll": 5
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_aboleth/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_aboleth",
            "name": "Aboleth",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "swim": 40.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 135,
            "ability_scores": {
                "strength": 21,
                "dexterity": 9,
                "constitution": 15,
                "intelligence": 18,
                "wisdom": 15,
                "charisma": 18
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "constitution": 6,
                "intelligence": 8,
                "wisdom": 6
            },
            "all_saving_throws": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 6,
                "intelligence": 8,
                "wisdom": 6,
                "charisma": 4
            },
            "skill_bonuses": {
                "history": 12,
                "perception": 10
            },
            "all_skill_bonuses": {
                "acrobatics": -1,
                "animal_handling": 2,
                "arcana": 4,
                "athletics": 5,
                "deception": 4,
                "history": 12,
                "insight": 2,
                "intimidation": 4,
                "investigation": 4,
                "medicine": 2,
                "nature": 4,
                "perception": 10,
                "performance": 4,
                "persuasion": 4,
                "religion": 4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 2
            },
            "passive_perception": 20,
            "actions": [
                {
                    "name": "Enslave",
                    "desc": "The aboleth targets one creature it can see within 30 feet of it. The target must succeed on a DC 14 Wisdom saving throw or be magically charmed by the aboleth until the aboleth dies or until it is on a different plane of existence from the target. The charmed target is under the aboleth's control and can't take reactions, and the aboleth and the target can communicate telepathically with each other over any distance.\n\nWhenever the charmed target takes damage, the target can repeat the saving throw. On a success, the effect ends. No more than once every 24 hours, the target can also repeat the saving throw when it is at least 1 mile away from the aboleth.\n",
                    "uses_per_day": 3
                },
                {
                    "name": "Multiattack",
                    "desc": "The aboleth makes three tentacle attacks.\n"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 15 (3d6 + 5) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Tail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 3,
                                "die_type": "D6",
                                "bonus": 5,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 Constitution saving throw or become diseased. The disease has no effect for 1 minute and can be removed by any magic that cures disease. After 1 minute, the diseased creature's skin becomes translucent and slimy, the creature can't regain hit points unless it is underwater, and the disease can be removed only by heal or another disease-curing spell of 6th level or higher. When the creature is outside a body of water, it takes 6 (1d12) acid damage every 10 minutes unless moisture is applied to the skin before 10 minutes have passed.\n",
                    "attacks": [
                        {
                            "name": "Tentacle attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 12,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 5,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_lich/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_lich",
            "name": "Lich",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
                "key": "medium",
                "name": "Medium",
                "rank": 3,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "any evil alignment",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 135,
            "ability_scores": {
                "strength": 11,
                "dexterity": 16,
                "constitution": 16,
                "intelligence": 20,
                "wisdom": 14,
                "charisma": 16
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 5,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 9
            },
            "all_saving_throws": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 9,
                "charisma": 3
            },
            "skill_bonuses": {
                "arcana": 18,
                "history": 12,
                "insight": 9,
                "perception": 9
            },
            "all_skill_bonuses": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 18,
                "athletics": 0,
                "deception": 3,
                "history": 12,
                "insight": 9,
                "intimidation": 3,
                "investigation": 5,
                "medicine": 2,
                "nature": 5,
                "perception": 9,
                "performance": 3,
                "persuasion": 3,
                "religion": 5,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 19,
            "actions": [
                {
                    "name": "Paralyzing Touch",
                    "desc": "Melee Spell Attack: +12 to hit, reach 5 ft., one creature. Hit: 10 (3d6) cold damage. The target must succeed on a DC 18 Constitution saving throw or be paralyzed 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.\n",
                    "attacks": [
                        {
                            "name": "Paralyzing Touch attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 12,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 10,
                                "die_count": 3,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "cold"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "cold"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_werebear/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_werebear",
            "name": "Werebear",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
                "key": "medium",
                "name": "Medium",
                "rank": 3,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters; Lycanthropes",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral good",
            "weight": "0.000",
            "armor_class": 10,
            "hit_points": 135,
            "ability_scores": {
                "strength": 19,
                "dexterity": 10,
                "constitution": 17,
                "intelligence": 11,
                "wisdom": 12,
                "charisma": 12
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 7
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 4,
                "deception": 1,
                "history": 0,
                "insight": 1,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 7,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 17,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "(Bear or Hybrid Form Only). Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) piercing damage. If the target is a humanoid, it must succeed on a DC 14 Constitution saving throw or be cursed with werebear lycanthropy.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claw",
                    "desc": "(Bear or Hybrid Form Only). Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 13,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Greataxe",
                    "desc": "(Humanoid or Hybrid Form Only). Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 10 (1d12 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Greataxe attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 10,
                                "die_count": 1,
                                "die_type": "D12",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "In bear form, the werebear makes two claw attacks. In humanoid form, it makes two greataxe attacks. In hybrid form, it can attack like a bear or a humanoid.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_clay-golem/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_clay-golem",
            "name": "Clay Golem",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 20.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters; Golems",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 14,
            "hit_points": 133,
            "ability_scores": {
                "strength": 20,
                "dexterity": 9,
                "constitution": 18,
                "intelligence": 3,
                "wisdom": 8,
                "charisma": 1
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -5
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -5
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": -1,
                "animal_handling": -1,
                "arcana": -4,
                "athletics": 5,
                "deception": -5,
                "history": -4,
                "insight": -1,
                "intimidation": -5,
                "investigation": -4,
                "medicine": -1,
                "nature": -4,
                "perception": -1,
                "performance": -5,
                "persuasion": -5,
                "religion": -4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": -1
            },
            "passive_perception": 9,
            "actions": [
                {
                    "name": "Haste",
                    "desc": "Until the end of its next turn, the golem magically gains a +2 bonus to its AC, has advantage on Dexterity saving throws, and can use its slam attack as a bonus action.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Multiattack",
                    "desc": "The golem makes two slam attacks.\n"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 15 Constitution saving throw or have its hit point maximum reduced by an amount equal to the damage taken. The target dies if this attack reduces its hit point maximum to 0. The reduction lasts until removed by the greater restoration spell or other magic.\n",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 16,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 5,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_young-white-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_young-white-dragon",
            "name": "Young White Dragon",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "burrow": 20.0,
                "swim": 40.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 20.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters; Dragons, Chromatic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 133,
            "ability_scores": {
                "strength": 18,
                "dexterity": 10,
                "constitution": 18,
                "intelligence": 6,
                "wisdom": 11,
                "charisma": 12
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 3,
                "constitution": 7,
                "wisdom": 3,
                "charisma": 4
            },
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 7,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": 4
            },
            "skill_bonuses": {
                "perception": 6,
                "stealth": 3
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 4,
                "deception": 1,
                "history": -2,
                "insight": 0,
                "intimidation": 1,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 6,
                "performance": 1,
                "persuasion": 1,
                "religion": -2,
                "sleight_of_hand": 0,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 16,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage plus 4 (1d8) cold damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 4,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Cold Breath",
                    "desc": "The dragon exhales an icy blast in a 30-foot cone. Each creature in that area must make a DC 15 Constitution saving throw, taking 45 (10d8) cold damage on a failed save, or half as much damage on a successful one.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_guardian-naga/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_guardian-naga",
            "name": "Guardian Naga",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters; Nagas",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "lawful good",
            "weight": "0.000",
            "armor_class": 18,
            "hit_points": 127,
            "ability_scores": {
                "strength": 19,
                "dexterity": 18,
                "constitution": 16,
                "intelligence": 16,
                "wisdom": 19,
                "charisma": 18
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 4,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 7,
                "intelligence": 7,
                "wisdom": 8,
                "charisma": 8
            },
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 8,
                "constitution": 7,
                "intelligence": 7,
                "wisdom": 8,
                "charisma": 8
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 4,
                "animal_handling": 4,
                "arcana": 3,
                "athletics": 4,
                "deception": 4,
                "history": 3,
                "insight": 4,
                "intimidation": 4,
                "investigation": 3,
                "medicine": 4,
                "nature": 3,
                "perception": 4,
                "performance": 4,
                "persuasion": 4,
                "religion": 3,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 4
            },
            "passive_perception": 14,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one creature. Hit: 8 (1d8 + 4) piercing damage, and the target must make a DC 15 Constitution saving throw, taking 45 (10d8) poison damage on a failed save, or half as much damage on a successful one.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 10,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 8,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Spit Poison",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 15/30 ft., one creature. Hit: The target must make a DC 15 Constitution saving throw, taking 45 (10d8) poison damage on a failed save, or half as much damage on a successful one.\n",
                    "attacks": [
                        {
                            "name": "Spit Poison attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "range_ft": 15,
                            "long_range_ft": 30,
                            "target_creature_only": true
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_medusa/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_medusa",
            "name": "Medusa",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
                "key": "medium",
                "name": "Medium",
                "rank": 3,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 15,
            "hit_points": 127,
            "ability_scores": {
                "strength": 10,
                "dexterity": 15,
                "constitution": 16,
                "intelligence": 12,
                "wisdom": 13,
                "charisma": 15
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {
                "deception": 5,
                "insight": 4,
                "perception": 4,
                "stealth": 5
            },
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": 0,
                "deception": 5,
                "history": 1,
                "insight": 4,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 4,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 14,
            "actions": [
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 150/600 ft., one target. Hit: 6 (1d8 + 2) piercing damage plus 7 (2d6) poison damage.\n",
                    "attacks": [
                        {
                            "name": "Longbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "range_ft": 150,
                            "long_range_ft": 600,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 6,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 7,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The medusa makes either three melee attacks—one with its snake hair and two with its shortsword—or two ranged attacks with its longbow.\n"
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Shortsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 5,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Snake Hair",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) piercing damage plus 14 (4d6) poison damage.\n",
                    "attacks": [
                        {
                            "name": "Snake Hair attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 4,
                                "die_count": 1,
                                "die_type": "D4",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 14,
                                "die_count": 4,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_young-black-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_young-black-dragon",
            "name": "Young Black Dragon",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters; Dragons, Chromatic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 18,
            "hit_points": 127,
            "ability_scores": {
                "strength": 19,
                "dexterity": 14,
                "constitution": 17,
                "intelligence": 12,
                "wisdom": 11,
                "charisma": 15
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 6,
                "wisdom": 3,
                "charisma": 5
            },
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 5,
                "constitution": 6,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 5
            },
            "skill_bonuses": {
                "perception": 6,
                "stealth": 5
            },
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 4,
                "deception": 2,
                "history": 1,
                "insight": 0,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 6,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 5,
                "survival": 0
            },
            "passive_perception": 16,
            "actions": [
                {
                    "name": "Acid Breath",
                    "desc": "The dragon exhales acid in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 14 Dexterity saving throw, taking 49 (11d8) acid damage on a failed save, or half as much damage on a successful one.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage plus 4 (1d8) acid damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 4,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_earth-elemental/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_earth-elemental",
            "name": "Earth Elemental",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 30.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 30.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters; Elementals",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "neutral",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 126,
            "ability_scores": {
                "strength": 20,
                "dexterity": 8,
                "constitution": 20,
                "intelligence": 5,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 5,
                "deception": -3,
                "history": -3,
                "insight": 0,
                "intimidation": -3,
                "investigation": -3,
                "medicine": 0,
                "nature": -3,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -3,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two slam attacks.\n"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 14,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 5,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_stone-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_stone-giant",
            "name": "Stone Giant",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
                "key": "huge",
                "name": "Huge",
                "rank": 5,
                "space_diameter": "15.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters; Giants",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "neutral",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 126,
            "ability_scores": {
                "strength": 23,
                "dexterity": 15,
                "constitution": 20,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 9
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 8,
                "wisdom": 4
            },
            "all_saving_throws": {
                "strength": 6,
                "dexterity": 5,
                "constitution": 8,
                "intelligence": 0,
                "wisdom": 4,
                "charisma": -1
            },
            "skill_bonuses": {
                "athletics": 12,
                "perception": 4
            },
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 12,
                "deception": -1,
                "history": 0,
                "insight": 1,
                "intimidation": -1,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 4,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 14,
            "actions": [
                {
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 15 ft., one target. Hit: 19 (3d8 + 6) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Greatclub attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 15,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 19,
                                "die_count": 3,
                                "die_type": "D8",
                                "bonus": 6,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two greatclub attacks.\n"
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +9 to hit, range 60/240 ft., one target. Hit: 28 (4d10 + 6) bludgeoning damage. If the target is a creature, it must succeed on a DC 17 Strength saving throw or be knocked prone.\n",
                    "attacks": [
                        {
                            "name": "Rock attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "range_ft": 60,
                            "long_range_ft": 240,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 28,
                                "die_count": 4,
                                "die_type": "D10",
                                "bonus": 6,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_drider/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_drider",
            "name": "Drider",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 19,
            "hit_points": 123,
            "ability_scores": {
                "strength": 16,
                "dexterity": 16,
                "constitution": 18,
                "intelligence": 13,
                "wisdom": 14,
                "charisma": 12
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 5,
                "stealth": 9
            },
            "all_skill_bonuses": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 3,
                "deception": 1,
                "history": 1,
                "insight": 2,
                "intimidation": 1,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 5,
                "performance": 1,
                "persuasion": 1,
                "religion": 1,
                "sleight_of_hand": 3,
                "stealth": 9,
                "survival": 2
            },
            "passive_perception": 15,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 2 (1d4) piercing damage plus 9 (2d8) poison damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 2,
                                "die_count": 1,
                                "die_type": "D4",
                                "bonus": 0,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 9,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 150/600 ft., one target. Hit: 7 (1d8 + 3) piercing damage plus 4 (1d8) poison damage.\n",
                    "attacks": [
                        {
                            "name": "Longbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "range_ft": 150,
                            "long_range_ft": 600,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 7,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 3,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 4,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage, or 8 (1d10 + 3) slashing damage if used with two hands.\n",
                    "attacks": [
                        {
                            "name": "Longsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 7,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 3,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        },
                        {
                            "name": "Longsword attack (if used with two hands)",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 8,
                                "die_count": 1,
                                "die_type": "D10",
                                "bonus": 3,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The drider makes three attacks, either with its longsword or its longbow. It can replace one of those attacks with a bite attack.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_weretiger/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_weretiger",
            "name": "Weretiger",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
                "key": "medium",
                "name": "Medium",
                "rank": 3,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters; Lycanthropes",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral",
            "weight": "0.000",
            "armor_class": 12,
            "hit_points": 120,
            "ability_scores": {
                "strength": 17,
                "dexterity": 15,
                "constitution": 16,
                "intelligence": 10,
                "wisdom": 13,
                "charisma": 11
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 5,
                "stealth": 4
            },
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 3,
                "deception": 0,
                "history": 0,
                "insight": 1,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 5,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 15,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "(Tiger or Hybrid Form Only). Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (1d10 + 3) piercing damage. If the target is a humanoid, it must succeed on a DC 13 Constitution saving throw or be cursed with weretiger lycanthropy.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 8,
                                "die_count": 1,
                                "die_type": "D10",
                                "bonus": 3,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claw",
                    "desc": "(Tiger or Hybrid Form Only). Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 7,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 3,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Longbow",
                    "desc": "(Humanoid or Hybrid Form Only). Ranged Weapon Attack: +4 to hit, range 150/600 ft., one target. Hit: 6 (1d8 + 2) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Longbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "range_ft": 150,
                            "long_range_ft": 600,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 6,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "(Humanoid or Hybrid Form Only). In humanoid form, the weretiger makes two scimitar attacks or two longbow attacks. In hybrid form, it can attack like a humanoid or make two claw attacks.\n"
                },
                {
                    "name": "Scimitar",
                    "desc": "(Humanoid or Hybrid Form Only). Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Scimitar attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 6,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 3,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_young-copper-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_young-copper-dragon",
            "name": "Young Copper Dragon",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "climb": 40.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 40.0,
                "swim": 20.0
            },
            "category": "Monsters; Dragons, Metallic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic good",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 119,
            "ability_scores": {
                "strength": 19,
                "dexterity": 12,
                "constitution": 17,
                "intelligence": 16,
                "wisdom": 13,
                "charisma": 15
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 4,
                "constitution": 6,
                "wisdom": 4,
                "charisma": 5
            },
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 6,
                "intelligence": 3,
                "wisdom": 4,
                "charisma": 5
            },
            "skill_bonuses": {
                "deception": 5,
                "perception": 7,
                "stealth": 4
            },
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": 3,
                "athletics": 4,
                "deception": 5,
                "history": 3,
                "insight": 1,
                "intimidation": 2,
                "investigation": 3,
                "medicine": 1,
                "nature": 3,
                "perception": 7,
                "performance": 2,
                "persuasion": 2,
                "religion": 3,
                "sleight_of_hand": 1,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 17,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Breath Weapons",
                    "desc": "The dragon uses one of the following breath weapons.\n\nAcid Breath. The dragon exhales acid in an 40-foot line that is 5 feet wide. Each creature in that line must make a DC 14 Dexterity saving throw, taking 40 (9d8) acid damage on a failed save, or half as much damage on a successful one.\n\nSlowing Breath. The dragon exhales gas in a 30-foot cone. Each creature in that area must succeed on a DC 14 Constitution saving throw. On a failed save, the creature can't use reactions, its speed is halved, and it can't make more than one attack on its turn. In addition, the creature can use either an action or a bonus action on its turn, but not both. These effects last for 1 minute. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself with a successful save.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_chimera/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_chimera",
            "name": "Chimera",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 14,
            "hit_points": 114,
            "ability_scores": {
                "strength": 19,
                "dexterity": 11,
                "constitution": 19,
                "intelligence": 3,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 8
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": 4,
                "deception": 0,
                "history": -4,
                "insight": 2,
                "intimidation": 0,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 8,
                "performance": 0,
                "persuasion": 0,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 2
            },
            "passive_perception": 18,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Fire Breath",
                    "desc": "The dragon head exhales fire in a 15-foot cone. Each creature in that area must make a DC 15 Dexterity saving throw, taking 31 (7d8) fire damage on a failed save, or half as much damage on a successful one.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Horns",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 10 (1d12 + 4) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Horns attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 10,
                                "die_count": 1,
                                "die_type": "D12",
                                "bonus": 4,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The chimera makes three attacks: one with its bite, one with its horns, and one with its claws. When its fire breath is available, it can use the breath in place of its bite or horns.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_gorgon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_gorgon",
            "name": "Gorgon",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 19,
            "hit_points": 114,
            "ability_scores": {
                "strength": 20,
                "dexterity": 11,
                "constitution": 18,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 7
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 4
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 5,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 4,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 14,
            "actions": [
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (2d12 + 5) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Gore attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 18,
                                "die_count": 2,
                                "die_type": "D12",
                                "bonus": 5,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Hooves attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 16,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 5,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Petrifying Breath",
                    "desc": "The gorgon exhales petrifying gas in a 30-foot cone. Each creature in that area must succeed on a DC 13 Constitution saving throw. On a failed save, a target begins to turn to stone and is restrained. The restrained target must repeat the saving throw at the end of its next turn. On a success, the effect ends on the target. On a failure, the target is petrified until freed by the greater restoration spell or other magic.\n",
                    "recharge_on_roll": 5
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_otyugh/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_otyugh",
            "name": "Otyugh",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "neutral",
            "weight": "0.000",
            "armor_class": 14,
            "hit_points": 114,
            "ability_scores": {
                "strength": 16,
                "dexterity": 11,
                "constitution": 19,
                "intelligence": 6,
                "wisdom": 13,
                "charisma": 6
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {
                "constitution": 7
            },
            "all_saving_throws": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 7,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": 3,
                "deception": -2,
                "history": -2,
                "insight": 1,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 11,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage. If the target is a creature, it must succeed on a DC 15 Constitution saving throw against disease or become poisoned until the disease is cured. Every 24 hours that elapse, the target must repeat the saving throw, reducing its hit point maximum by 5 (1d10) on a failure. The disease is cured on a success. The target dies if the disease reduces its hit point maximum to 0. This reduction to the target's hit point maximum lasts until the disease is cured.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 12,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 3,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The otyugh makes three attacks: one with its bite and two with its tentacles.\n"
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage plus 4 (1d8) piercing damage. If the target is Medium or smaller, it is grappled (escape DC 13) and restrained until the grapple ends. The otyugh has two tentacles, each of which can grapple one target.\n",
                    "attacks": [
                        {
                            "name": "Tentacle attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 7,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 3,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 4,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 0,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Tentacle Slam",
                    "desc": "The otyugh slams creatures grappled by it into each other or a solid surface. Each creature must succeed on a DC 14 Constitution saving throw or take 10 (2d6 + 3) bludgeoning damage and be stunned until the end of the otyugh's next turn. On a successful save, the target takes half the bludgeoning damage and isn't stunned.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_water-elemental/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_water-elemental",
            "name": "Water Elemental",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 90.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 90.0
            },
            "category": "Monsters; Elementals",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "neutral",
            "weight": "0.000",
            "armor_class": 14,
            "hit_points": 114,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 18,
                "intelligence": 5,
                "wisdom": 10,
                "charisma": 8
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 4,
                "deception": -1,
                "history": -3,
                "insight": 0,
                "intimidation": -1,
                "investigation": -3,
                "medicine": 0,
                "nature": -3,
                "perception": 0,
                "performance": -1,
                "persuasion": -1,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two slam attacks.\n"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 13,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Whelm",
                    "desc": "Each creature in the elemental's space must make a DC 15 Strength saving throw. On a failure, a target takes 13 (2d8 + 4) bludgeoning damage. If it is Large or smaller, it is also grappled (escape DC 14). Until this grapple ends, the target is restrained and unable to breathe unless it can breathe water. If the saving throw is successful, the target is pushed out of the elemental's space.\n\nThe elemental can grapple one Large creature or up to two Medium or smaller creatures at one time. At the start of each of the elemental's turns, each target grappled by it takes 13 (2d8 + 4) bludgeoning damage. A creature within 5 feet of the elemental can pull a creature or object out of it by taking an action to make a DC 14 Strength and succeeding.\n",
                    "recharge_on_roll": 4
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_night-hag/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_night-hag",
            "name": "Night Hag",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
                "key": "medium",
                "name": "Medium",
                "rank": 3,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters; Hags",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "neutral evil",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 112,
            "ability_scores": {
                "strength": 18,
                "dexterity": 15,
                "constitution": 16,
                "intelligence": 16,
                "wisdom": 14,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 3
            },
            "skill_bonuses": {
                "deception": 7,
                "insight": 6,
                "perception": 6,
                "stealth": 6
            },
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 4,
                "deception": 7,
                "history": 3,
                "insight": 6,
                "intimidation": 3,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 6,
                "performance": 3,
                "persuasion": 3,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 6,
                "survival": 2
            },
            "passive_perception": 16,
            "actions": [
                {
                    "name": "Change Shape",
                    "desc": "The hag magically polymorphs into a Small or Medium female humanoid, or back into her true form. Her statistics are the same in each form. Any equipment she is wearing or carrying isn't transformed. She reverts to her true form if she dies.\n"
                },
                {
                    "name": "Claws",
                    "desc": "(Hag Form Only). Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 13,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Etherealness",
                    "desc": "The hag magically enters the Ethereal Plane from the Material Plane, or vice versa. To do so, the hag must have a heartstone in her possession.\n"
                },
                {
                    "name": "Nightmare Haunting",
                    "desc": "While on the Ethereal Plane, the hag magically touches a sleeping humanoid on the Material Plane. A protection from evil and good spell cast on the target prevents this contact, as does a magic circle. As long as the contact persists, the target has dreadful visions. If these visions last for at least 1 hour, the target gains no benefit from its rest, and its hit point maximum is reduced by 5 (1d10). If this effect reduces the target's hit point maximum to 0, the target dies, and if the target was evil, its soul is trapped in the hag's soul bag. The reduction to the target's hit point maximum lasts until removed by the greater restoration spell or similar magic.\n",
                    "uses_per_day": 1
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_barbed-devil/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_barbed-devil",
            "name": "Barbed Devil",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
                "key": "medium",
                "name": "Medium",
                "rank": 3,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters; Devils",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 15,
            "hit_points": 110,
            "ability_scores": {
                "strength": 16,
                "dexterity": 17,
                "constitution": 18,
                "intelligence": 12,
                "wisdom": 14,
                "charisma": 14
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 2
            },
            "saving_throws": {
                "strength": 6,
                "constitution": 7,
                "wisdom": 5,
                "charisma": 5
            },
            "all_saving_throws": {
                "strength": 6,
                "dexterity": 3,
                "constitution": 7,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 5
            },
            "skill_bonuses": {
                "deception": 5,
                "insight": 5,
                "perception": 8
            },
            "all_skill_bonuses": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 3,
                "deception": 5,
                "history": 1,
                "insight": 5,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 8,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 18,
            "actions": [
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 6,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 3,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +5 to hit, range 150 ft., one target. Hit: 10 (3d6) fire damage. If the target is a flammable object that isn't being worn or carried, it also catches fire.\n",
                    "attacks": [
                        {
                            "name": "Hurl Flame attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 5,
                            "range_ft": 150,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 10,
                                "die_count": 3,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "fire"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "fire"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The devil makes three melee attacks: one with its tail and two with its claws. Alternatively, it can use Hurl Flame twice.\n"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Tail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 10,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 3,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_oni/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_oni",
            "name": "Oni",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 30.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 16,
            "hit_points": 110,
            "ability_scores": {
                "strength": 19,
                "dexterity": 11,
                "constitution": 16,
                "intelligence": 14,
                "wisdom": 12,
                "charisma": 15
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 3,
                "constitution": 6,
                "wisdom": 4,
                "charisma": 5
            },
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 6,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 5
            },
            "skill_bonuses": {
                "arcana": 5,
                "deception": 8,
                "perception": 4
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": 5,
                "athletics": 4,
                "deception": 8,
                "history": 2,
                "insight": 1,
                "intimidation": 2,
                "investigation": 2,
                "medicine": 1,
                "nature": 2,
                "perception": 4,
                "performance": 2,
                "persuasion": 2,
                "religion": 2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 14,
            "actions": [
                {
                    "name": "Change Shape",
                    "desc": "The oni magically polymorphs into a Small or Medium humanoid, into a Large giant, or back into its true form. Other than its size, its statistics are the same in each form. The only equipment that is transformed is its glaive, which shrinks so that it can be wielded in humanoid form. If the oni dies, it reverts to its true form, and its glaive reverts to its normal size.\n"
                },
                {
                    "name": "Claw",
                    "desc": "(Oni Form Only). Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 8,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Glaive",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) slashing damage, or 9 (1d10 + 4) slashing damage in Small or Medium form.\n",
                    "attacks": [
                        {
                            "name": "Glaive attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        },
                        {
                            "name": "Glaive attack (in Small or Medium form)",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 9,
                                "die_count": 1,
                                "die_type": "D10",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The oni makes two attacks, either with its claws or its glaive.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_rakshasa/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_rakshasa",
            "name": "Rakshasa",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
                "key": "medium",
                "name": "Medium",
                "rank": 3,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 16,
            "hit_points": 110,
            "ability_scores": {
                "strength": 14,
                "dexterity": 17,
                "constitution": 18,
                "intelligence": 13,
                "wisdom": 16,
                "charisma": 20
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 5
            },
            "skill_bonuses": {
                "deception": 10,
                "insight": 8
            },
            "all_skill_bonuses": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": 1,
                "athletics": 2,
                "deception": 10,
                "history": 1,
                "insight": 8,
                "intimidation": 5,
                "investigation": 1,
                "medicine": 3,
                "nature": 1,
                "perception": 3,
                "performance": 5,
                "persuasion": 5,
                "religion": 1,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 3
            },
            "passive_perception": 13,
            "actions": [
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) slashing damage, and the target is cursed if it is a creature. The magical curse takes effect whenever the target takes a short or long rest, filling the target's thoughts with horrible images and dreams. The cursed target gains no benefit from finishing a short or long rest. The curse lasts until it is lifted by a remove curse spell or similar magic.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 9,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 2,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The rakshasa makes two claw attacks.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_wyvern/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_wyvern",
            "name": "Wyvern",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 80.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 13,
            "hit_points": 110,
            "ability_scores": {
                "strength": 19,
                "dexterity": 10,
                "constitution": 16,
                "intelligence": 5,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 4
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 4,
                "deception": -2,
                "history": -3,
                "insight": 1,
                "intimidation": -2,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 4,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 14,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one creature. Hit: 11 (2d6 + 4) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 10,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 13,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The wyvern makes two attacks: one with its bite and one with its stinger. While flying, it can use its claws in place of one other attack.\n"
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one creature. Hit: 11 (2d6 + 4) piercing damage. The target must make a DC 15 Constitution saving throw, taking 24 (7d6) poison damage on a failed save, or half as much damage on a successful one.\n",
                    "attacks": [
                        {
                            "name": "Stinger attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 10,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_young-brass-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_young-brass-dragon",
            "name": "Young Brass Dragon",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "burrow": 20.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 20.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters; Dragons, Metallic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic good",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 110,
            "ability_scores": {
                "strength": 19,
                "dexterity": 10,
                "constitution": 17,
                "intelligence": 12,
                "wisdom": 11,
                "charisma": 15
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 3,
                "constitution": 6,
                "wisdom": 3,
                "charisma": 5
            },
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 6,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 5
            },
            "skill_bonuses": {
                "perception": 6,
                "persuasion": 5,
                "stealth": 3
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 4,
                "deception": 2,
                "history": 1,
                "insight": 0,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 6,
                "performance": 2,
                "persuasion": 5,
                "religion": 1,
                "sleight_of_hand": 0,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 16,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 15,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Breath Weapons",
                    "desc": "The dragon uses one of the following breath weapons.\n\nFire Breath. The dragon exhales fire in a 40-foot line that is 5 feet wide. Each creature in that line must make a DC 14 Dexterity saving throw, taking 42 (12d6) fire damage on a failed save, or half as much damage on a successful one.\n\nSleep Breath. The dragon exhales sleep gas in a 30-foot cone. Each creature in that area must succeed on a DC 14 Constitution saving throw or fall unconscious for 5 minutes. This effect ends for a creature if the creature takes damage or someone uses an action to wake it.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_hill-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_hill-giant",
            "name": "Hill Giant",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
                "key": "huge",
                "name": "Huge",
                "rank": 5,
                "space_diameter": "15.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters; Giants",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 13,
            "hit_points": 105,
            "ability_scores": {
                "strength": 21,
                "dexterity": 8,
                "constitution": 19,
                "intelligence": 5,
                "wisdom": 9,
                "charisma": 6
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": -1,
                "charisma": -2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": -1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 2
            },
            "all_skill_bonuses": {
                "acrobatics": -1,
                "animal_handling": -1,
                "arcana": -3,
                "athletics": 5,
                "deception": -2,
                "history": -3,
                "insight": -1,
                "intimidation": -2,
                "investigation": -3,
                "medicine": -1,
                "nature": -3,
                "perception": 2,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": -1
            },
            "passive_perception": 12,
            "actions": [
                {
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Greatclub attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 18,
                                "die_count": 3,
                                "die_type": "D8",
                                "bonus": 5,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two greatclub attacks.\n"
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 60/240 ft., one target. Hit: 21 (3d10 + 5) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Rock attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "range_ft": 60,
                            "long_range_ft": 240,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 21,
                                "die_count": 3,
                                "die_type": "D10",
                                "bonus": 5,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_invisible-stalker/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_invisible-stalker",
            "name": "Invisible Stalker",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
                "key": "medium",
                "name": "Medium",
                "rank": 3,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "fly": 50.0,
                "hover": true
            },
            "all_speed": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": true,
                "fly": 50.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "neutral",
            "weight": "0.000",
            "armor_class": 14,
            "hit_points": 104,
            "ability_scores": {
                "strength": 16,
                "dexterity": 19,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 15,
                "charisma": 11
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 3,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 8,
                "stealth": 10
            },
            "all_skill_bonuses": {
                "acrobatics": 4,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 3,
                "deception": 0,
                "history": 0,
                "insight": 2,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 8,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 4,
                "stealth": 10,
                "survival": 2
            },
            "passive_perception": 18,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The stalker makes two slam attacks.\n"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 10,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 3,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_vrock/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_vrock",
            "name": "Vrock",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 60.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters; Demons",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 15,
            "hit_points": 104,
            "ability_scores": {
                "strength": 17,
                "dexterity": 15,
                "constitution": 18,
                "intelligence": 8,
                "wisdom": 13,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {
                "dexterity": 5,
                "wisdom": 4,
                "charisma": 2
            },
            "all_saving_throws": {
                "strength": 3,
                "dexterity": 5,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": 4,
                "charisma": 2
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -1,
                "athletics": 3,
                "deception": -1,
                "history": -1,
                "insight": 1,
                "intimidation": -1,
                "investigation": -1,
                "medicine": 1,
                "nature": -1,
                "perception": 1,
                "performance": -1,
                "persuasion": -1,
                "religion": -1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Beak attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 10,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 3,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The vrock makes two attacks: one with its beak and one with its talons.\n"
                },
                {
                    "name": "Spores",
                    "desc": "A 15-foot-radius cloud of toxic spores extends out from the vrock. The spores spread around corners. Each creature in that area must succeed on a DC 14 Constitution saving throw or become poisoned. While poisoned in this way, a target takes 5 (1d10) poison damage at the start of each of its turns. A target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. Emptying a vial of holy water on the target also ends the effect on it.\n",
                    "recharge_on_roll": 6
                },
                {
                    "name": "Stunning Screech",
                    "desc": "The vrock emits a horrific screech. Each creature within 20 feet of it that can hear it and that isn't a demon must succeed on a DC 14 Constitution saving throw or be stunned until the end of the vrock's next turn.\n",
                    "uses_per_day": 1
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Talons attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 14,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 3,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_fire-elemental/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_fire-elemental",
            "name": "Fire Elemental",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 50.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters; Elementals",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "neutral",
            "weight": "0.000",
            "armor_class": 13,
            "hit_points": 102,
            "ability_scores": {
                "strength": 10,
                "dexterity": 17,
                "constitution": 16,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 7
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 0,
                "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": 3,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two touch attacks.\n"
                },
                {
                    "name": "Touch",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) fire damage. If the target is a creature or a flammable object, it ignites. Until a creature takes an action to douse the fire, the target takes 5 (1d10) fire damage at the start of each of its turns.\n",
                    "attacks": [
                        {
                            "name": "Touch attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 10,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 3,
                                "type": "fire"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "fire"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_couatl/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_couatl",
            "name": "Couatl",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
                "key": "medium",
                "name": "Medium",
                "rank": 3,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 90.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 90.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "lawful good",
            "weight": "0.000",
            "armor_class": 19,
            "hit_points": 97,
            "ability_scores": {
                "strength": 16,
                "dexterity": 20,
                "constitution": 17,
                "intelligence": 18,
                "wisdom": 20,
                "charisma": 18
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": 4,
                "wisdom": 5,
                "charisma": 4
            },
            "saving_throws": {
                "constitution": 5,
                "wisdom": 7,
                "charisma": 6
            },
            "all_saving_throws": {
                "strength": 3,
                "dexterity": 5,
                "constitution": 5,
                "intelligence": 4,
                "wisdom": 7,
                "charisma": 6
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 5,
                "animal_handling": 5,
                "arcana": 4,
                "athletics": 3,
                "deception": 4,
                "history": 4,
                "insight": 5,
                "intimidation": 4,
                "investigation": 4,
                "medicine": 5,
                "nature": 4,
                "perception": 5,
                "performance": 4,
                "persuasion": 4,
                "religion": 4,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 5
            },
            "passive_perception": 15,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one creature. Hit: 8 (1d6 + 5) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or be poisoned for 24 hours. Until this poison ends, the target is unconscious. Another creature can use an action to shake the target awake.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 8,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 5,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Change Shape",
                    "desc": "The couatl magically polymorphs into a humanoid or beast that has a challenge rating equal to or less than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the couatl's choice).\n\nIn a new form, the couatl retains its game statistics and ability to speak, but its AC, movement modes, Strength, Dexterity, and other actions are replaced by those of the new form, and it gains any statistics and capabilities (except class features, legendary actions, and lair actions) that the new form has but that it lacks. If the new form has a bite attack, the couatl can use its bite in that form.\n"
                },
                {
                    "name": "Constrict",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one Medium or smaller creature. Hit: 10 (2d6 + 3) bludgeoning damage, and the target is grappled (escape DC 15). Until this grapple ends, the target is restrained, and the couatl can't constrict another target.\n",
                    "attacks": [
                        {
                            "name": "Constrict attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 10,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 10,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 3,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_lamia/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_lamia",
            "name": "Lamia",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 13,
            "hit_points": 97,
            "ability_scores": {
                "strength": 16,
                "dexterity": 13,
                "constitution": 15,
                "intelligence": 14,
                "wisdom": 15,
                "charisma": 16
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 3
            },
            "skill_bonuses": {
                "deception": 7,
                "insight": 4,
                "stealth": 3
            },
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": 3,
                "deception": 7,
                "history": 2,
                "insight": 4,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 2,
                "nature": 2,
                "perception": 2,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 14,
                                "die_count": 2,
                                "die_type": "D10",
                                "bonus": 3,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Dagger attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 5,
                                "die_count": 1,
                                "die_type": "D4",
                                "bonus": 3,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Intoxicating Touch",
                    "desc": "Melee Spell Attack: +5 to hit, reach 5 ft., one creature. Hit: The target is magically cursed for 1 hour. Until the curse ends, the target has disadvantage on Wisdom saving throws and all ability checks.\n",
                    "attacks": [
                        {
                            "name": "Intoxicating Touch attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 5,
                            "reach_ft": 5,
                            "target_creature_only": true
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The lamia makes two attacks: one with its claws and one with its dagger or Intoxicating Touch.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_mummy-lord/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_mummy-lord",
            "name": "Mummy Lord",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
                "key": "medium",
                "name": "Medium",
                "rank": 3,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 20.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters; Mummies",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 97,
            "ability_scores": {
                "strength": 18,
                "dexterity": 10,
                "constitution": 17,
                "intelligence": 11,
                "wisdom": 18,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 4,
                "charisma": 3
            },
            "saving_throws": {
                "constitution": 8,
                "intelligence": 5,
                "wisdom": 9,
                "charisma": 8
            },
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 8,
                "intelligence": 5,
                "wisdom": 9,
                "charisma": 8
            },
            "skill_bonuses": {
                "history": 5,
                "religion": 5
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 4,
                "arcana": 0,
                "athletics": 4,
                "deception": 3,
                "history": 5,
                "insight": 4,
                "intimidation": 3,
                "investigation": 0,
                "medicine": 4,
                "nature": 0,
                "perception": 4,
                "performance": 3,
                "persuasion": 3,
                "religion": 5,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 4
            },
            "passive_perception": 14,
            "actions": [
                {
                    "name": "Dreadful Glare",
                    "desc": "The mummy lord targets one creature it can see within 60 feet of it. If the target can see the mummy lord, it must succeed on a DC 16 Wisdom saving throw against this magic or become frightened until the end of the mummy's next turn. If the target fails the saving throw by 5 or more, it is also paralyzed for the same duration. A target that succeeds on the saving throw is immune to the Dreadful Glare of all mummies and mummy lords for the next 24 hours.\n"
                },
                {
                    "name": "Multiattack",
                    "desc": "The mummy can use its Dreadful Glare and makes one attack with its rotting fist.\n"
                },
                {
                    "name": "Rotting Fist",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 14 (3d6 + 4) bludgeoning damage plus 21 (6d6) necrotic damage. If the target is a creature, it must succeed on a DC 16 Constitution saving throw or be cursed with mummy rot. The cursed target can't regain hit points, and its hit point maximum decreases by 10 (3d6) for every 24 hours that elapse. If the curse reduces the target's hit point maximum to 0, the target dies, and its body turns to dust. The curse lasts until removed by the remove curse spell or other magic.\n",
                    "attacks": [
                        {
                            "name": "Rotting Fist attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 14,
                                "die_count": 3,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 21,
                                "die_count": 6,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_triceratops/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_triceratops",
            "name": "Triceratops",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
                "key": "huge",
                "name": "Huge",
                "rank": 5,
                "space_diameter": "15.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 50.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters; Dinosaurs",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 13,
            "hit_points": 95,
            "ability_scores": {
                "strength": 22,
                "dexterity": 9,
                "constitution": 17,
                "intelligence": 2,
                "wisdom": 11,
                "charisma": 5
            },
            "modifiers": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 6,
                "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,
            "actions": [
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 24 (4d8 + 6) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Gore attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 24,
                                "die_count": 4,
                                "die_type": "D8",
                                "bonus": 6,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one prone creature. Hit: 22 (3d10 + 6) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Stomp attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 22,
                                "die_count": 3,
                                "die_type": "D10",
                                "bonus": 6,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_bulette/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_bulette",
            "name": "Bulette",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "burrow": 40.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 40.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 94,
            "ability_scores": {
                "strength": 19,
                "dexterity": 11,
                "constitution": 21,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 6
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 4,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 6,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 16,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 30 (4d12 + 4) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 30,
                                "die_count": 4,
                                "die_type": "D12",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Deadly Leap",
                    "desc": "If the bulette jumps at least 15 feet as part of its movement, it can then use this action to land on its feet in a space that contains one or more other creatures. Each of those creatures must succeed on a DC 16 Strength or Dexterity saving throw (target's choice) or be knocked prone and take 14 (3d6 + 4) bludgeoning damage plus 14 (3d6 + 4) slashing damage. On a successful save, the creature takes only half the damage, isn't knocked prone, and is pushed 5 feet out of the bulette's space into an unoccupied space of the creature's choice. If no unoccupied space is within range, the creature instead falls prone in the bulette's space.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_chuul/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_chuul",
            "name": "Chuul",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 30.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 16,
            "hit_points": 93,
            "ability_scores": {
                "strength": 19,
                "dexterity": 10,
                "constitution": 16,
                "intelligence": 5,
                "wisdom": 11,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 4
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 4,
                "deception": -3,
                "history": -3,
                "insight": 0,
                "intimidation": -3,
                "investigation": -3,
                "medicine": 0,
                "nature": -3,
                "perception": 4,
                "performance": -3,
                "persuasion": -3,
                "religion": -3,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 14,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chuul makes two pincer attacks. If the chuul is grappling a creature, the chuul can also use its tentacles once.\n"
                },
                {
                    "name": "Pincer",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage. The target is grappled (escape DC 14) if it is a Large or smaller creature and the chuul doesn't have two other creatures grappled.\n",
                    "attacks": [
                        {
                            "name": "Pincer attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Tentacles",
                    "desc": "One creature grappled by the chuul must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. Until this poison ends, the target is paralyzed. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_flesh-golem/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_flesh-golem",
            "name": "Flesh Golem",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
                "key": "medium",
                "name": "Medium",
                "rank": 3,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters; Golems",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "neutral",
            "weight": "0.000",
            "armor_class": 9,
            "hit_points": 93,
            "ability_scores": {
                "strength": 19,
                "dexterity": 9,
                "constitution": 18,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 4,
                "deception": -3,
                "history": -2,
                "insight": 0,
                "intimidation": -3,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -2,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The golem makes two slam attacks.\n"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 13,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_roper/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_roper",
            "name": "Roper",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "climb": 10.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "neutral evil",
            "weight": "0.000",
            "armor_class": 20,
            "hit_points": 93,
            "ability_scores": {
                "strength": 18,
                "dexterity": 8,
                "constitution": 17,
                "intelligence": 7,
                "wisdom": 16,
                "charisma": 6
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": -2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 6,
                "stealth": 5
            },
            "all_skill_bonuses": {
                "acrobatics": -1,
                "animal_handling": 3,
                "arcana": -2,
                "athletics": 4,
                "deception": -2,
                "history": -2,
                "insight": 3,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 3,
                "nature": -2,
                "perception": 6,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": -1,
                "stealth": 5,
                "survival": 3
            },
            "passive_perception": 16,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 22 (4d8 + 4) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 22,
                                "die_count": 4,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The roper makes four attacks with its tendrils, uses Reel, and makes one attack with its bite.\n"
                },
                {
                    "name": "Reel",
                    "desc": "The roper pulls each creature grappled by it up to 25 feet straight toward it.\n"
                },
                {
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 50 ft., one creature. Hit: The target is grappled (escape DC 15). Until the grapple ends, the target is restrained and has disadvantage on Strength checks and Strength saving throws, and the roper can't use the same tendril on another target.\n",
                    "attacks": [
                        {
                            "name": "Tendril attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 50,
                            "target_creature_only": true
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_air-elemental/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_air-elemental",
            "name": "Air Elemental",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 90.0,
                "hover": true
            },
            "all_speed": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 90.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters; Elementals",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "neutral",
            "weight": "0.000",
            "armor_class": 15,
            "hit_points": 90,
            "ability_scores": {
                "strength": 14,
                "dexterity": 20,
                "constitution": 14,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 2,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 5,
                "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": 5,
                "stealth": 5,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two slam attacks.\n"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 14,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 5,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Whirlwind",
                    "desc": "Each creature in the elemental's space must make a DC 13 Strength saving throw. On a failure, a target takes 15 (3d8 + 2) bludgeoning damage and is flung up 20 feet away from the elemental in a random direction and knocked prone. If a thrown target strikes an object, such as a wall or floor, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 13 Dexterity saving throw or take the same damage and be knocked prone.\n\nIf the saving throw is successful, the target takes half the bludgeoning damage and isn't flung away or knocked prone.\n",
                    "recharge_on_roll": 4
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_salamander/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_salamander",
            "name": "Salamander",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "all_speed": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "neutral evil",
            "weight": "0.000",
            "armor_class": 15,
            "hit_points": 90,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 15,
                "intelligence": 11,
                "wisdom": 10,
                "charisma": 12
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 4,
                "deception": 1,
                "history": 0,
                "insight": 0,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The salamander makes two attacks: one with its spear and one with its tail.\n"
                },
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 11 (2d6 + 4) piercing damage, or 13 (2d8 + 4) piercing damage if used with two hands to make a melee attack, plus 3 (1d6) fire damage.\n",
                    "attacks": [
                        {
                            "name": "Spear attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "range_ft": 20,
                            "long_range_ft": 60,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 3,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        },
                        {
                            "name": "Spear attack (if used with two hands)",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 13,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 3,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage plus 7 (2d6) fire damage, and the target is grappled (escape DC 14). Until this grapple ends, the target is restrained, the salamander can automatically hit the target with its tail, and the salamander can't make tail attacks against other targets.\n",
                    "attacks": [
                        {
                            "name": "Tail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 7,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_black-pudding/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_black-pudding",
            "name": "Black Pudding",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
                "key": "large",
                "name": "Large",
                "rank": 4,
                "space_diameter": "10.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "climb": 20.0
            },
            "all_speed": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 10.0
            },
            "category": "Monsters; Oozes",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 7,
            "hit_points": 85,
            "ability_scores": {
                "strength": 16,
                "dexterity": 5,
                "constitution": 16,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 1
            },
            "modifiers": {
                "strength": 3,
                "dexterity": -3,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 3,
                "dexterity": -3,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": -3,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": 3,
                "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": -3,
                "stealth": -3,
                "survival": -2
            },
            "passive_perception": 8,
            "actions": [
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) bludgeoning damage plus 18 (4d8) acid damage. In addition, nonmagical armor worn by the target is partly dissolved and takes a permanent and cumulative -1 penalty to the AC it offers. The armor is destroyed if the penalty reduces its AC to 10.\n",
                    "attacks": [
                        {
                            "name": "Pseudopod attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 6,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 3,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 18,
                                "die_count": 4,
                                "die_type": "D8",
                                "bonus": 0,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        }
    ]
}