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

GET /v2/creatures/?format=api&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&page=3",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_darkmantle/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_darkmantle",
            "name": "Darkmantle",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
                "key": "small",
                "name": "Small",
                "rank": 2,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 11,
            "hit_points": 22,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 13,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "stealth": 3
            },
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 3,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Crush",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 6 (1d6 + 3) bludgeoning damage, and the darkmantle attaches to the target. If the target is Medium or smaller and the darkmantle has advantage on the attack roll, it attaches by engulfing the target's head, and the target is also blinded and unable to breathe while the darkmantle is attached in this way.\n\nWhile attached to the target, the darkmantle can attack no other creature except the target but has advantage on its attack rolls. The darkmantle's speed also becomes 0, it can't benefit from any bonus to its speed, and it moves with the target.\n\nA creature can detach the darkmantle by making a successful DC 13 Strength check as an action. On its turn, the darkmantle can detach itself from the target by using 5 feet of movement.\n",
                    "attacks": [
                        {
                            "name": "Crush attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 6,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 3,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Darkness Aura",
                    "desc": "A 15-foot radius of magical darkness extends out from the darkmantle, moves with it, and spreads around corners. The darkness lasts as long as the darkmantle maintains concentration, up to 10 minutes (as if concentrating on a spell). Darkvision can't penetrate this darkness, and no natural light can illuminate it. If any of the darkness overlaps with an area of light created by a spell of 2nd level or lower, the spell creating the light is dispelled.\n",
                    "uses_per_day": 1
                }
            ],
            "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"
            },
            "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_djinni/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_djinni",
            "name": "Djinni",
            "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"
            },
            "category": "Monsters; Genies",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "chaotic good",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 161,
            "ability_scores": {
                "strength": 21,
                "dexterity": 15,
                "constitution": 22,
                "intelligence": 15,
                "wisdom": 16,
                "charisma": 20
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 6,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 6,
                "wisdom": 7,
                "charisma": 9
            },
            "all_saving_throws": {
                "strength": 5,
                "dexterity": 6,
                "constitution": 6,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 9
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": 2,
                "athletics": 5,
                "deception": 5,
                "history": 2,
                "insight": 3,
                "intimidation": 5,
                "investigation": 2,
                "medicine": 3,
                "nature": 2,
                "perception": 3,
                "performance": 5,
                "persuasion": 5,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 13,
            "actions": [
                {
                    "name": "Create Whirlwind",
                    "desc": "A 5-foot-radius, 30-foot-tall cylinder of swirling air magically forms on a point the djinni can see within 120 feet of it. The whirlwind lasts as long as the djinni maintains concentration (as if concentrating on a spell). Any creature but the djinni that enters the whirlwind must succeed on a DC 18 Strength saving throw or be restrained by it. The djinni can move the whirlwind up to 60 feet as an action, and creatures restrained by the whirlwind move with it. The whirlwind ends if the djinni loses sight of it.\n\nA creature can use its action to free a creature restrained by the whirlwind, including itself, by succeeding on a DC 18 Strength check. If the check succeeds, the creature is no longer restrained and moves to the nearest space outside the whirlwind.\n"
                },
                {
                    "name": "Multiattack",
                    "desc": "The djinni makes three scimitar attacks.\n"
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage plus 3 (1d6) lightning or thunder damage (djinni's choice).\n",
                    "attacks": [
                        {
                            "name": "Scimitar attack (lightning damage)",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 12,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 5,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 3,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "slashing"
                            }
                        },
                        {
                            "name": "Scimitar attack (thunder damage)",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 12,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 5,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 3,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "slashing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_donkey/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_donkey",
            "name": "Donkey",
            "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"
            },
            "category": "Miscellaneous",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 10,
            "hit_points": 11,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 13,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "all_saving_throws": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 0,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 0,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [],
            "creaturesets": [
                "https://api-beta.open5e.com/v2/creaturesets/common-mounts/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_doppelganger/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_doppelganger",
            "name": "Doppelganger",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "neutral",
            "weight": "0.000",
            "armor_class": 14,
            "hit_points": 52,
            "ability_scores": {
                "strength": 11,
                "dexterity": 18,
                "constitution": 14,
                "intelligence": 11,
                "wisdom": 12,
                "charisma": 14
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {
                "deception": 6,
                "insight": 3
            },
            "all_skill_bonuses": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 0,
                "deception": 6,
                "history": 0,
                "insight": 3,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 2,
                "persuasion": 2,
                "religion": 0,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 11,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The doppelganger makes two melee attacks.\n"
                },
                {
                    "name": "Read Thoughts",
                    "desc": "The doppelganger magically reads the surface thoughts of one creature within 60 feet of it. The effect can penetrate barriers, but 3 feet of wood or dirt, 2 feet of stone, 2 inches of metal, or a thin sheet of lead blocks it. While the target is in range, the doppelganger can continue reading its thoughts, as long as the doppelganger's concentration isn't broken (as if concentrating on a spell). While reading the target's mind, the doppelganger has advantage on Wisdom (Insight) and Charisma (Deception, Intimidation, and Persuasion) checks against the target.\n"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 7,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 4,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_draft-horse/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_draft-horse",
            "name": "Draft Horse",
            "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"
            },
            "category": "Miscellaneous",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 10,
            "hit_points": 19,
            "ability_scores": {
                "strength": 18,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 11,
                "charisma": 7
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "all_saving_throws": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 0,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 0,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [],
            "creaturesets": [
                "https://api-beta.open5e.com/v2/creaturesets/common-mounts/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_dragon-turtle/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_dragon-turtle",
            "name": "Dragon Turtle",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
                "key": "gargantuan",
                "name": "Gargantuan",
                "rank": 6,
                "space_diameter": "20.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "neutral",
            "weight": "0.000",
            "armor_class": 20,
            "hit_points": 341,
            "ability_scores": {
                "strength": 25,
                "dexterity": 10,
                "constitution": 20,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 12
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 6,
                "constitution": 11,
                "wisdom": 7
            },
            "all_saving_throws": {
                "strength": 7,
                "dexterity": 6,
                "constitution": 11,
                "intelligence": 0,
                "wisdom": 7,
                "charisma": 1
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 7,
                "deception": 1,
                "history": 0,
                "insight": 1,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 11,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 26 (3d12 + 7) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach_ft": 15,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 26,
                                "die_count": 3,
                                "die_type": "D12",
                                "bonus": 7,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 16 (2d8 + 7) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 16,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 7,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The dragon turtle makes three attacks: one with its bite and two with its claws. It can make one tail attack in place of its two claw attacks.\n"
                },
                {
                    "name": "Steam Breath",
                    "desc": "The dragon turtle exhales scalding steam in a 60-foot cone. Each creature in that area must make a DC 18 Constitution saving throw, taking 52 (15d6) fire damage on a failed save, or half as much damage on a successful one. Being underwater doesn't grant resistance against this damage.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 26 (3d12 + 7) bludgeoning damage. If the target is a creature, it must succeed on a DC 20 Strength saving throw or be pushed up to 10 feet away from the dragon turtle and knocked prone.\n",
                    "attacks": [
                        {
                            "name": "Tail attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 13,
                            "reach_ft": 15,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 26,
                                "die_count": 3,
                                "die_type": "D12",
                                "bonus": 7,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_dretch/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_dretch",
            "name": "Dretch",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
                "key": "small",
                "name": "Small",
                "rank": 2,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "category": "Monsters; Demons",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 11,
            "hit_points": 18,
            "ability_scores": {
                "strength": 11,
                "dexterity": 11,
                "constitution": 12,
                "intelligence": 5,
                "wisdom": 8,
                "charisma": 3
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": -1,
                "charisma": -4
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": -1,
                "charisma": -4
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": -1,
                "arcana": -3,
                "athletics": 0,
                "deception": -4,
                "history": -3,
                "insight": -1,
                "intimidation": -4,
                "investigation": -3,
                "medicine": -1,
                "nature": -3,
                "perception": -1,
                "performance": -4,
                "persuasion": -4,
                "religion": -3,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": -1
            },
            "passive_perception": 9,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 3 (1d6) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 2,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 3,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 5 (2d4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 2,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 5,
                                "die_count": 2,
                                "die_type": "D4",
                                "bonus": 0,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Fetid Cloud",
                    "desc": "A 10-foot radius of disgusting green gas extends out from the dretch. The gas spreads around corners, and its area is lightly obscured. It lasts for 1 minute or until a strong wind disperses it. Any creature that starts its turn in that area must succeed on a DC 11 Constitution saving throw or be poisoned until the start of its next turn. While poisoned in this way, the target can take either an action or a bonus action on its turn, not both, and can't take reactions.\n",
                    "uses_per_day": 1
                },
                {
                    "name": "Multiattack",
                    "desc": "The dretch makes two attacks: one with its bite and one with its claws.\n"
                }
            ],
            "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"
            },
            "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_dryad/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_dryad",
            "name": "Dryad",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "neutral",
            "weight": "0.000",
            "armor_class": 11,
            "hit_points": 22,
            "ability_scores": {
                "strength": 10,
                "dexterity": 12,
                "constitution": 11,
                "intelligence": 14,
                "wisdom": 15,
                "charisma": 18
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 0,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 4
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 5
            },
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": 0,
                "deception": 4,
                "history": 2,
                "insight": 2,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 2,
                "nature": 2,
                "perception": 4,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 1,
                "stealth": 5,
                "survival": 2
            },
            "passive_perception": 14,
            "actions": [
                {
                    "name": "Club",
                    "desc": "Melee Weapon Attack: +2 to hit (+6 to hit with shillelagh), reach 5 ft., one target. Hit: 2 (1d4) bludgeoning damage, or 8 (1d8 + 4) bludgeoning damage with shillelagh.\n",
                    "attacks": [
                        {
                            "name": "Club attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 2,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 2,
                                "die_count": 1,
                                "die_type": "D4",
                                "bonus": 0,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        },
                        {
                            "name": "Club attack (with shillelagh)",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 8,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Fey Charm",
                    "desc": "The dryad targets one humanoid or beast that she can see within 30 feet of her. If the target can see the dryad, it must succeed on a DC 14 Wisdom saving throw or be magically charmed. The charmed creature regards the dryad as a trusted friend to be heeded and protected. Although the target isn't under the dryad's control, it takes the dryad's requests or actions in the most favorable way it can.\n\nEach time the dryad or its allies 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 dryad dies, is on a different plane of existence from the target, or ends the effect as a bonus action. If a target's saving throw is successful, the target is immune to the dryad's Fey Charm for the next 24 hours.\n\nThe dryad can have no more than one humanoid and up to three beasts charmed at a time.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_duergar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_duergar",
            "name": "Duergar",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 16,
            "hit_points": 26,
            "ability_scores": {
                "strength": 14,
                "dexterity": 11,
                "constitution": 14,
                "intelligence": 11,
                "wisdom": 10,
                "charisma": 9
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 2,
                "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": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Enlarge",
                    "desc": "For 1 minute, the duergar magically increases in size, along with anything it is wearing or carrying. While enlarged, the duergar is Large, doubles its damage dice on Strength-based weapon attacks (included in the attacks), and makes Strength checks and Strength saving throws with advantage. If the duergar lacks the room to become Large, it attains the maximum size possible in the space available.\n",
                    "recharge_after_rest": true
                },
                {
                    "name": "Invisibility",
                    "desc": "The duergar magically turns invisible until it attacks, casts a spell, or uses its Enlarge, or until its concentration is broken, up to 1 hour (as if concentrating on a spell). Any equipment the duergar wears or carries is invisible with it.\n",
                    "recharge_after_rest": true
                },
                {
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 5 (1d6 + 2) piercing damage, or 9 (2d6 + 2) piercing damage while enlarged.\n",
                    "attacks": [
                        {
                            "name": "Javelin attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "range_ft": 30,
                            "long_range_ft": 120,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 5,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        },
                        {
                            "name": "Javelin attack (while enlarged)",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "range_ft": 30,
                            "long_range_ft": 120,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 9,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "War Pick",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage, or 11 (2d8 + 2) piercing damage while enlarged.\n",
                    "attacks": [
                        {
                            "name": "War Pick attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 6,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        },
                        {
                            "name": "War Pick attack (while enlarged)",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 11,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_dust-mephit/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_dust-mephit",
            "name": "Dust Mephit",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
                "key": "small",
                "name": "Small",
                "rank": 2,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "category": "Monsters; Mephits",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "neutral evil",
            "weight": "0.000",
            "armor_class": 12,
            "hit_points": 17,
            "ability_scores": {
                "strength": 5,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 9,
                "wisdom": 11,
                "charisma": 10
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 2,
                "stealth": 4
            },
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -1,
                "athletics": -3,
                "deception": 0,
                "history": -1,
                "insight": 0,
                "intimidation": 0,
                "investigation": -1,
                "medicine": 0,
                "nature": -1,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": -1,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 12,
            "actions": [
                {
                    "name": "Blinding Breath",
                    "desc": "The mephit exhales a 15-foot cone of blinding dust. Each creature in that area must succeed on a DC 10 Dexterity saving throw or be blinded for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n",
                    "recharge_on_roll": 6
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 4,
                                "die_count": 1,
                                "die_type": "D4",
                                "bonus": 2,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                }
            ],
            "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"
            },
            "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_efreeti/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_efreeti",
            "name": "Efreeti",
            "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"
            },
            "category": "Monsters; Genies",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 200,
            "ability_scores": {
                "strength": 22,
                "dexterity": 12,
                "constitution": 24,
                "intelligence": 16,
                "wisdom": 15,
                "charisma": 16
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 7,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {
                "intelligence": 7,
                "wisdom": 6,
                "charisma": 7
            },
            "all_saving_throws": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 7,
                "intelligence": 7,
                "wisdom": 6,
                "charisma": 7
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 6,
                "deception": 3,
                "history": 3,
                "insight": 2,
                "intimidation": 3,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 2,
                "performance": 3,
                "persuasion": 3,
                "religion": 3,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 2
            },
            "passive_perception": 12,
            "actions": [
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one target. Hit: 17 (5d6) fire damage.\n",
                    "attacks": [
                        {
                            "name": "Hurl Flame attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 7,
                            "range_ft": 120,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 17,
                                "die_count": 5,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "fire"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "fire"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The efreeti makes two scimitar attacks or uses its Hurl Flame twice.\n"
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage plus 7 (2d6) fire damage.\n",
                    "attacks": [
                        {
                            "name": "Scimitar attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 10,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 13,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 6,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 7,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "slashing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_elephant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_elephant",
            "name": "Elephant",
            "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"
            },
            "category": "Miscellaneous",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 12,
            "hit_points": 76,
            "ability_scores": {
                "strength": 22,
                "dexterity": 9,
                "constitution": 17,
                "intelligence": 3,
                "wisdom": 11,
                "charisma": 6
            },
            "modifiers": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "all_saving_throws": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 0,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "all_skill_bonuses": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 0,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [],
            "creaturesets": [
                "https://api-beta.open5e.com/v2/creaturesets/common-mounts/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_elf-drow/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_elf-drow",
            "name": "Elf, Drow",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral evil",
            "weight": "0.000",
            "armor_class": 15,
            "hit_points": 13,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 11,
                "wisdom": 11,
                "charisma": 12
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 2,
                "stealth": 4
            },
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 0,
                "deception": 1,
                "history": 0,
                "insight": 0,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 2,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 12,
            "actions": [
                {
                    "name": "Hand Crossbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 5 (1d6 + 2) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or be poisoned for 1 hour. If the saving throw fails by 5 or more, the target is also unconscious while poisoned in this way. The target wakes up if it takes damage or if another creature takes an action to shake it awake.\n",
                    "attacks": [
                        {
                            "name": "Hand Crossbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "range_ft": 30,
                            "long_range_ft": 120,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 5,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Shortsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "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"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_erinyes/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_erinyes",
            "name": "Erinyes",
            "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"
            },
            "category": "Monsters; Devils",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 18,
            "hit_points": 153,
            "ability_scores": {
                "strength": 18,
                "dexterity": 16,
                "constitution": 18,
                "intelligence": 14,
                "wisdom": 14,
                "charisma": 18
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 7,
                "constitution": 8,
                "wisdom": 6,
                "charisma": 8
            },
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 7,
                "constitution": 8,
                "intelligence": 2,
                "wisdom": 6,
                "charisma": 8
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": 4,
                "deception": 4,
                "history": 2,
                "insight": 2,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 2,
                "nature": 2,
                "perception": 2,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "actions": [
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 150/600 ft., one target. Hit: 7 (1d8 + 3) piercing damage plus 13 (3d8) poison damage, and the target must succeed on a DC 14 Constitution saving throw or be poisoned. The poison lasts until it is removed by the lesser restoration spell or similar magic.\n",
                    "attacks": [
                        {
                            "name": "Longbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "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": 13,
                                "die_count": 3,
                                "die_type": "D8",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage, or 9 (1d10 + 4) slashing damage if used with two hands, plus 13 (3d8) poison damage.\n",
                    "attacks": [
                        {
                            "name": "Longsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 8,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 13,
                                "die_count": 3,
                                "die_type": "D8",
                                "bonus": 0,
                                "type": "slashing"
                            }
                        },
                        {
                            "name": "Longsword attack (if used with two hands)",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 9,
                                "die_count": 1,
                                "die_type": "D10",
                                "bonus": 4,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 13,
                                "die_count": 3,
                                "die_type": "D8",
                                "bonus": 0,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The erinyes makes three attacks.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_ettercap/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_ettercap",
            "name": "Ettercap",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "neutral evil",
            "weight": "0.000",
            "armor_class": 13,
            "hit_points": 44,
            "ability_scores": {
                "strength": 14,
                "dexterity": 15,
                "constitution": 13,
                "intelligence": 7,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 4,
                "survival": 3
            },
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": 2,
                "deception": -1,
                "history": -2,
                "insight": 1,
                "intimidation": -1,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 3,
                "performance": -1,
                "persuasion": -1,
                "religion": -2,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 3
            },
            "passive_perception": 13,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 6 (1d8 + 2) piercing damage plus 4 (1d8) poison damage. The target must succeed on a DC 11 Constitution saving throw or be poisoned for 1 minute. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 6,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 4,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 7,
                                "die_count": 2,
                                "die_type": "D4",
                                "bonus": 2,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The ettercap makes two attacks: one with its bite and one with its claws.\n"
                },
                {
                    "name": "Web",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/60 ft., one Large or smaller creature. Hit: The creature is restrained by webbing. As an action, the restrained creature can make a DC 11 Strength check, escaping from the webbing on a success. The effect also ends if the webbing is destroyed. The webbing has AC 10, 5 hit points, vulnerability to fire damage, and immunity to bludgeoning, poison, and psychic damage.\n",
                    "recharge_on_roll": 5,
                    "attacks": [
                        {
                            "name": "Web attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "range_ft": 30,
                            "long_range_ft": 60,
                            "target_creature_only": true
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_ettin/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_ettin",
            "name": "Ettin",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 12,
            "hit_points": 85,
            "ability_scores": {
                "strength": 21,
                "dexterity": 8,
                "constitution": 17,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 8
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 4
            },
            "all_skill_bonuses": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 5,
                "deception": -1,
                "history": -2,
                "insight": 0,
                "intimidation": -1,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 4,
                "performance": -1,
                "persuasion": -1,
                "religion": -2,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 14,
            "actions": [
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Battleaxe attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 14,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 5,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Morningstar",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Morningstar attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 7,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 14,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 5,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The ettin makes two attacks: one with its battleaxe and one with its morningstar.\n"
                }
            ],
            "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"
            },
            "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_fire-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_fire-giant",
            "name": "Fire 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"
            },
            "category": "Monsters; Giants",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 18,
            "hit_points": 162,
            "ability_scores": {
                "strength": 25,
                "dexterity": 9,
                "constitution": 23,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 13
            },
            "modifiers": {
                "strength": 7,
                "dexterity": -1,
                "constitution": 6,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 3,
                "constitution": 10,
                "charisma": 5
            },
            "all_saving_throws": {
                "strength": 7,
                "dexterity": 3,
                "constitution": 10,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 5
            },
            "skill_bonuses": {
                "athletics": 11,
                "perception": 6
            },
            "all_skill_bonuses": {
                "acrobatics": -1,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 11,
                "deception": 1,
                "history": 0,
                "insight": 2,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 6,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 2
            },
            "passive_perception": 16,
            "actions": [
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 28 (6d6 + 7) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Greatsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 11,
                            "reach_ft": 10,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 28,
                                "die_count": 6,
                                "die_type": "D6",
                                "bonus": 7,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two greatsword attacks.\n"
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +11 to hit, range 60/240 ft., one target. Hit: 29 (4d10 + 7) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Rock attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 11,
                            "range_ft": 60,
                            "long_range_ft": 240,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 29,
                                "die_count": 4,
                                "die_type": "D10",
                                "bonus": 7,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "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"
            },
            "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_flying-sword/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_flying-sword",
            "name": "Flying Sword",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
                "key": "small",
                "name": "Small",
                "rank": 2,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "category": "Monsters; Animated Objects",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 17,
            "ability_scores": {
                "strength": 12,
                "dexterity": 15,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 1
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -5
            },
            "saving_throws": {
                "dexterity": 4
            },
            "all_saving_throws": {
                "strength": 1,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -5
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": -3,
                "arcana": -5,
                "athletics": 1,
                "deception": -5,
                "history": -5,
                "insight": -3,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -3,
                "nature": -5,
                "perception": -3,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": -3
            },
            "passive_perception": 7,
            "actions": [
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 5 (1d8 + 1) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Longsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 5,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 1,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                }
            ],
            "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"
            },
            "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_gargoyle/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_gargoyle",
            "name": "Gargoyle",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 15,
            "hit_points": 52,
            "ability_scores": {
                "strength": 15,
                "dexterity": 11,
                "constitution": 16,
                "intelligence": 6,
                "wisdom": 11,
                "charisma": 7
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 0,
                "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": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "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": "Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 5,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 2,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The gargoyle makes two attacks: one with its bite and one with its claws.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_gelatinous-cube/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_gelatinous-cube",
            "name": "Gelatinous Cube",
            "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"
            },
            "category": "Monsters; Oozes",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 6,
            "hit_points": 84,
            "ability_scores": {
                "strength": 14,
                "dexterity": 3,
                "constitution": 20,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 1
            },
            "modifiers": {
                "strength": 2,
                "dexterity": -4,
                "constitution": 5,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 2,
                "dexterity": -4,
                "constitution": 5,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": -4,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": 2,
                "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": -4,
                "stealth": -4,
                "survival": -2
            },
            "passive_perception": 8,
            "actions": [
                {
                    "name": "Engulf",
                    "desc": "The cube moves up to its speed. While doing so, it can enter Large or smaller creatures' spaces. Whenever the cube enters a creature's space, the creature must make a DC 12 Dexterity saving throw.\n\nOn a successful save, the creature can choose to be pushed 5 feet back or to the side of the cube. A creature that chooses not to be pushed suffers the consequences of a failed saving throw.\n\nOn a failed save, the cube enters the creature's space, and the creature takes 10 (3d6) acid damage and is engulfed. The engulfed creature can't breathe, is restrained, and takes 21 (6d6) acid damage at the start of each of the cube's turns. When the cube moves, the engulfed creature moves with it.\n\nAn engulfed creature can try to escape by taking an action to make a DC 12 Strength check. On a success, the creature escapes and enters a space of its choice within 5 feet of the cube.\n"
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 10 (3d6) acid damage.\n",
                    "attacks": [
                        {
                            "name": "Pseudopod attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 10,
                                "die_count": 3,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "acid"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "acid"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_ghast/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_ghast",
            "name": "Ghast",
            "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"
            },
            "category": "Monsters; Ghouls",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 13,
            "hit_points": 36,
            "ability_scores": {
                "strength": 16,
                "dexterity": 17,
                "constitution": 10,
                "intelligence": 11,
                "wisdom": 10,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 3,
                "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": 3,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one creature. Hit: 12 (2d8 + 3) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 12,
                                "die_count": 2,
                                "die_type": "D8",
                                "bonus": 3,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage. If the target is a creature other than an undead, it must succeed on a DC 10 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": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 10,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 3,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_ghost/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_ghost",
            "name": "Ghost",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "any alignment",
            "weight": "0.000",
            "armor_class": 11,
            "hit_points": 45,
            "ability_scores": {
                "strength": 7,
                "dexterity": 13,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 17
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 3
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -2,
                "deception": 3,
                "history": 0,
                "insight": 1,
                "intimidation": 3,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 3,
                "persuasion": 3,
                "religion": 0,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 11,
            "actions": [
                {
                    "name": "Etherealness",
                    "desc": "The ghost enters the Ethereal Plane from the Material Plane, or vice versa. It is visible on the Material Plane while it is in the Border Ethereal, and vice versa, yet it can't affect or be affected by anything on the other plane.\n"
                },
                {
                    "name": "Horrifying Visage",
                    "desc": "Each non-undead creature within 60 feet of the ghost that can see it must succeed on a DC 13 Wisdom saving throw or be frightened for 1 minute. If the save fails by 5 or more, the target also ages 1d4 × 10 years. A frightened target can repeat the saving throw at the end of each of its turns, ending the frightened condition on itself on a success. If a target's saving throw is successful or the effect ends for it, the target is immune to this ghost's Horrifying Visage for the next 24 hours. The aging effect can be reversed with a greater restoration spell, but only within 24 hours of it occurring.\n"
                },
                {
                    "name": "Possession",
                    "desc": "One humanoid that the ghost can see within 5 feet of it must succeed on a DC 13 Charisma saving throw or be possessed by the ghost; the ghost then disappears, and the target is incapacitated and loses control of its body. The ghost now controls the body but doesn't deprive the target of awareness. The ghost can't be targeted by any attack, spell, or other effect, except ones that turn undead, and it retains its alignment, Intelligence, Wisdom, Charisma, and immunity to being charmed and frightened. It otherwise uses the possessed target's statistics, but doesn't gain access to the target's knowledge, class features, or proficiencies.\n\nThe possession lasts until the body drops to 0 hit points, the ghost ends it as a bonus action, or the ghost is turned or forced out by an effect like the dispel evil and good spell. When the possession ends, the ghost reappears in an unoccupied space within 5 feet of the body. The target is immune to this ghost's Possession for 24 hours after succeeding on the saving throw or after the possession ends.\n",
                    "recharge_on_roll": 6
                },
                {
                    "name": "Withering Touch",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 17 (4d6 + 3) necrotic damage.\n",
                    "attacks": [
                        {
                            "name": "Withering Touch attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 17,
                                "die_count": 4,
                                "die_type": "D6",
                                "bonus": 3,
                                "type": "necrotic"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "necrotic"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_ghoul/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_ghoul",
            "name": "Ghoul",
            "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"
            },
            "category": "Monsters; Ghouls",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 12,
            "hit_points": 22,
            "ability_scores": {
                "strength": 13,
                "dexterity": 15,
                "constitution": 10,
                "intelligence": 7,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 1,
                "deception": -2,
                "history": -2,
                "insight": 0,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one creature. Hit: 9 (2d6 + 2) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 2,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 9,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) slashing damage. If the target is a creature other than an elf or undead, it must succeed on a DC 10 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": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 7,
                                "die_count": 2,
                                "die_type": "D4",
                                "bonus": 2,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_gibbering-mouther/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_gibbering-mouther",
            "name": "Gibbering Mouther",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "neutral",
            "weight": "0.000",
            "armor_class": 9,
            "hit_points": 67,
            "ability_scores": {
                "strength": 10,
                "dexterity": 8,
                "constitution": 16,
                "intelligence": 3,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 0,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 0,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 0,
                "deception": -2,
                "history": -4,
                "insight": 0,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one creature. Hit: 17 (5d6) piercing damage. If the target is Medium or smaller, it must succeed on a DC 10 Strength saving throw or be knocked prone. If the target is killed by this damage, it is absorbed into the mouther.\n",
                    "attacks": [
                        {
                            "name": "Bites attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 2,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 17,
                                "die_count": 5,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Blinding Spittle",
                    "desc": "The mouther spits a chemical glob at a point it can see within 15 feet of it. The glob explodes in a blinding flash of light on impact. Each creature within 5 feet of the flash must succeed on a DC 13 Dexterity saving throw or be blinded until the end of the mouther's next turn.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Multiattack",
                    "desc": "The gibbering mouther makes one bite attack and, if it can, uses its Blinding Spittle.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_glabrezu/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_glabrezu",
            "name": "Glabrezu",
            "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"
            },
            "category": "Monsters; Demons",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 157,
            "ability_scores": {
                "strength": 20,
                "dexterity": 15,
                "constitution": 21,
                "intelligence": 19,
                "wisdom": 17,
                "charisma": 16
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 4,
                "wisdom": 3,
                "charisma": 3
            },
            "saving_throws": {
                "strength": 9,
                "constitution": 9,
                "wisdom": 7,
                "charisma": 7
            },
            "all_saving_throws": {
                "strength": 9,
                "dexterity": 2,
                "constitution": 9,
                "intelligence": 4,
                "wisdom": 7,
                "charisma": 7
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": 4,
                "athletics": 5,
                "deception": 3,
                "history": 4,
                "insight": 3,
                "intimidation": 3,
                "investigation": 4,
                "medicine": 3,
                "nature": 4,
                "perception": 3,
                "performance": 3,
                "persuasion": 3,
                "religion": 4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 13,
            "actions": [
                {
                    "name": "Fist",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Fist attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 7,
                                "die_count": 2,
                                "die_type": "D4",
                                "bonus": 2,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The glabrezu makes four attacks: two with its pincers and two with its fists. Alternatively, it makes two attacks with its pincers and casts one spell.\n"
                },
                {
                    "name": "Pincer",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) bludgeoning damage. If the target is a Medium or smaller creature, it is grappled (escape DC 15). The glabrezu has two pincers, each of which can grapple only one target.\n",
                    "attacks": [
                        {
                            "name": "Pincer attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach_ft": 10,
                            "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_gnoll/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_gnoll",
            "name": "Gnoll",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 15,
            "hit_points": 22,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 11,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 7
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 2,
                "deception": -2,
                "history": -2,
                "insight": 0,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 4,
                                "die_count": 1,
                                "die_type": "D4",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 150/600 ft., one target. Hit: 5 (1d8 + 1) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Longbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "range_ft": 150,
                            "long_range_ft": 600,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 5,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 1,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d6 + 2) piercing damage, or 6 (1d8 + 2) piercing damage if used with two hands to make a melee attack.\n",
                    "attacks": [
                        {
                            "name": "Spear attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "range_ft": 20,
                            "long_range_ft": 60,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 5,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        },
                        {
                            "name": "Spear attack (if used with two hands)",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 6,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_gnome-deep-svirfneblin/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_gnome-deep-svirfneblin",
            "name": "Gnome, Deep (Svirfneblin)",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
                "key": "small",
                "name": "Small",
                "rank": 2,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral good",
            "weight": "0.000",
            "armor_class": 15,
            "hit_points": 16,
            "ability_scores": {
                "strength": 15,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 12,
                "wisdom": 10,
                "charisma": 9
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {
                "investigation": 3,
                "perception": 2,
                "stealth": 4
            },
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 2,
                "deception": -1,
                "history": 1,
                "insight": 0,
                "intimidation": -1,
                "investigation": 3,
                "medicine": 0,
                "nature": 1,
                "perception": 2,
                "performance": -1,
                "persuasion": -1,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 12,
            "actions": [
                {
                    "name": "Poisoned Dart",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one creature. Hit: 4 (1d4 + 2) piercing damage, and the target must succeed on a DC 12 Constitution saving throw or be poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n",
                    "attacks": [
                        {
                            "name": "Poisoned Dart attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "range_ft": 30,
                            "long_range_ft": 120,
                            "target_creature_only": true,
                            "damage": {
                                "amount": 4,
                                "die_count": 1,
                                "die_type": "D4",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "War Pick",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "War Pick attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 6,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_goblin/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_goblin",
            "name": "Goblin",
            "size": {
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
                "key": "small",
                "name": "Small",
                "rank": 2,
                "space_diameter": "5.000",
                "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral evil",
            "weight": "0.000",
            "armor_class": 15,
            "hit_points": 7,
            "ability_scores": {
                "strength": 8,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 8,
                "charisma": 8
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "skill_bonuses": {
                "stealth": 6
            },
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": -1,
                "arcana": 0,
                "athletics": -1,
                "deception": -1,
                "history": 0,
                "insight": -1,
                "intimidation": -1,
                "investigation": 0,
                "medicine": -1,
                "nature": 0,
                "perception": -1,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 6,
                "survival": -1
            },
            "passive_perception": 9,
            "actions": [
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Scimitar attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 5,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 2,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 5 (1d6 + 2) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Shortbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "range_ft": 80,
                            "long_range_ft": 320,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 5,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_gold-dragon-wyrmling/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_gold-dragon-wyrmling",
            "name": "Gold Dragon Wyrmling",
            "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"
            },
            "category": "Monsters; Dragons, Metallic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "lawful good",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 60,
            "ability_scores": {
                "strength": 19,
                "dexterity": 14,
                "constitution": 17,
                "intelligence": 14,
                "wisdom": 11,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 4,
                "constitution": 5,
                "wisdom": 2,
                "charisma": 5
            },
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 5
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 4
            },
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 2,
                "athletics": 4,
                "deception": 3,
                "history": 2,
                "insight": 0,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 0,
                "nature": 2,
                "perception": 4,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 14,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (1d10 + 4) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 9,
                                "die_count": 1,
                                "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 15-foot cone. Each creature in that area must make a DC 13 Dexterity saving throw, taking 22 (4d10) fire damage on a failed save, or half as much damage on a successful one.\n\nWeakening Breath. The dragon exhales gas in a 15-foot cone. Each creature in that area must succeed on a DC 13 Strength saving throw or have disadvantage on Strength-based attack rolls, Strength checks, and Strength saving throws for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n",
                    "recharge_on_roll": 5
                }
            ],
            "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"
            },
            "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_gray-ooze/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_gray-ooze",
            "name": "Gray Ooze",
            "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"
            },
            "category": "Monsters; Oozes",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 8,
            "hit_points": 22,
            "ability_scores": {
                "strength": 12,
                "dexterity": 6,
                "constitution": 16,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 2
            },
            "modifiers": {
                "strength": 1,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 1,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "skill_bonuses": {
                "stealth": 2
            },
            "all_skill_bonuses": {
                "acrobatics": -2,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": 1,
                "deception": -4,
                "history": -5,
                "insight": -2,
                "intimidation": -4,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": -2,
                "stealth": 2,
                "survival": -2
            },
            "passive_perception": 8,
            "actions": [
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d6 + 1) bludgeoning damage plus 7 (2d6) acid damage, and if the target is wearing nonmagical metal armor, its armor is partly corroded 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": 3,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 4,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 1,
                                "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_green-dragon-wyrmling/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_green-dragon-wyrmling",
            "name": "Green Dragon Wyrmling",
            "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"
            },
            "category": "Monsters; Dragons, Chromatic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 38,
            "ability_scores": {
                "strength": 15,
                "dexterity": 12,
                "constitution": 13,
                "intelligence": 14,
                "wisdom": 11,
                "charisma": 13
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 3,
                "constitution": 3,
                "wisdom": 2,
                "charisma": 3
            },
            "all_saving_throws": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 3
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 3
            },
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": 2,
                "athletics": 2,
                "deception": 1,
                "history": 2,
                "insight": 0,
                "intimidation": 1,
                "investigation": 2,
                "medicine": 0,
                "nature": 2,
                "perception": 4,
                "performance": 1,
                "persuasion": 1,
                "religion": 2,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 14,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (1d10 + 2) piercing damage plus 3 (1d6) poison damage.\n",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 7,
                                "die_count": 1,
                                "die_type": "D10",
                                "bonus": 2,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 3,
                                "die_count": 1,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Poison Breath",
                    "desc": "The dragon exhales poisonous gas in a 15-foot cone. Each creature in that area must make a DC 11 Constitution saving throw, taking 21 (6d6) 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_green-hag/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_green-hag",
            "name": "Green 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"
            },
            "category": "Monsters; Hags",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "neutral evil",
            "weight": "0.000",
            "armor_class": 17,
            "hit_points": 82,
            "ability_scores": {
                "strength": 18,
                "dexterity": 12,
                "constitution": 16,
                "intelligence": 13,
                "wisdom": 14,
                "charisma": 14
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 2
            },
            "skill_bonuses": {
                "arcana": 3,
                "deception": 4,
                "perception": 4,
                "stealth": 3
            },
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 4,
                "deception": 4,
                "history": 1,
                "insight": 2,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 4,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 14,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "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": "Illusory Appearance",
                    "desc": "The hag covers herself and anything she is wearing or carrying with a magical illusion that makes her look like another creature of her general size and humanoid shape. The illusion ends if the hag takes a bonus action to end it or if she dies.\n\nThe changes wrought by this effect fail to hold up to physical inspection. For example, the hag could appear to have smooth skin, but someone touching her would feel her rough flesh. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 Intelligence (Investigation) check to discern that the hag is disguised.\n"
                },
                {
                    "name": "Invisible Passage",
                    "desc": "The hag magically turns invisible until she attacks or casts a spell, or until her concentration ends (as if concentrating on a spell). While invisible, she leaves no physical evidence of her passage, so she can be tracked only by magic. Any equipment she wears or carries is invisible with her.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_grick/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_grick",
            "name": "Grick",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "neutral",
            "weight": "0.000",
            "armor_class": 14,
            "hit_points": 27,
            "ability_scores": {
                "strength": 14,
                "dexterity": 14,
                "constitution": 11,
                "intelligence": 3,
                "wisdom": 14,
                "charisma": 5
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": 2,
                "deception": -3,
                "history": -4,
                "insight": 2,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 2,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 12,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Beak attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "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": "Multiattack",
                    "desc": "The grick makes one attack with its tentacles. If that attack hits, the grick can make one beak attack against the same target.\n"
                },
                {
                    "name": "Tentacles",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Tentacles attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "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"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_griffon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_griffon",
            "name": "Griffon",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 12,
            "hit_points": 59,
            "ability_scores": {
                "strength": 18,
                "dexterity": 15,
                "constitution": 16,
                "intelligence": 2,
                "wisdom": 13,
                "charisma": 8
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 5
            },
            "all_skill_bonuses": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 4,
                "deception": -1,
                "history": -4,
                "insight": 1,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 5,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 15,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Beak attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 8,
                                "die_count": 1,
                                "die_type": "D8",
                                "bonus": 4,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "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 griffon makes two attacks: one with its beak and one with its claws.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_grimlock/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_grimlock",
            "name": "Grimlock",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "neutral evil",
            "weight": "0.000",
            "armor_class": 11,
            "hit_points": 11,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 9,
                "wisdom": 8,
                "charisma": 6
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": -1,
                "charisma": -2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": -1,
                "charisma": -2
            },
            "skill_bonuses": {
                "athletics": 5,
                "perception": 3,
                "stealth": 3
            },
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": -1,
                "arcana": -1,
                "athletics": 5,
                "deception": -2,
                "history": -1,
                "insight": -1,
                "intimidation": -2,
                "investigation": -1,
                "medicine": -1,
                "nature": -1,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -1,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": -1
            },
            "passive_perception": 13,
            "actions": [
                {
                    "name": "Spiked Bone Club",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) bludgeoning damage plus 2 (1d4) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Spiked Bone Club 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": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 2,
                                "die_count": 1,
                                "die_type": "D4",
                                "bonus": 0,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                }
            ],
            "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"
            },
            "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_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"
            },
            "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_half-red-dragon-veteran/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_half-red-dragon-veteran",
            "name": "Half-Red Dragon Veteran",
            "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"
            },
            "category": "Monsters; Half-Dragon Template",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "any alignment",
            "weight": "0.000",
            "armor_class": 18,
            "hit_points": 65,
            "ability_scores": {
                "strength": 16,
                "dexterity": 13,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 11,
                "charisma": 10
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "athletics": 5,
                "perception": 2
            },
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 5,
                "deception": 0,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 12,
            "actions": [
                {
                    "name": "Fire Breath",
                    "desc": "The veteran exhales fire in a 15-foot cone. Each creature in that area must make a DC 15 Dexterity saving throw, taking 24 (7d6) fire damage on a failed save, or half as much damage on a successful one.\n",
                    "recharge_on_roll": 5
                },
                {
                    "name": "Heavy Crossbow",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 100/400 ft., one target. Hit: 6 (1d10 + 1) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Heavy Crossbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "range_ft": 100,
                            "long_range_ft": 400,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 6,
                                "die_count": 1,
                                "die_type": "D10",
                                "bonus": 1,
                                "type": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +5 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": 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": "Longsword attack (if used with two hands)",
                            "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": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The veteran makes two longsword attacks. If it has a shortsword drawn, it can also make a shortsword attack.\n"
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Shortsword 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": "piercing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "piercing"
                            }
                        }
                    ]
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_harpy/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_harpy",
            "name": "Harpy",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "weight": "0.000",
            "armor_class": 11,
            "hit_points": 38,
            "ability_scores": {
                "strength": 12,
                "dexterity": 13,
                "constitution": 12,
                "intelligence": 7,
                "wisdom": 10,
                "charisma": 13
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {},
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 1,
                "deception": 1,
                "history": -2,
                "insight": 0,
                "intimidation": 1,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": 1,
                "persuasion": 1,
                "religion": -2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 10,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 6 (2d4 + 1) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 6,
                                "die_count": 2,
                                "die_type": "D4",
                                "bonus": 1,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Club",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) bludgeoning damage.\n",
                    "attacks": [
                        {
                            "name": "Club attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 3,
                                "die_count": 1,
                                "die_type": "D4",
                                "bonus": 1,
                                "type": "bludgeoning"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "bludgeoning"
                            }
                        }
                    ]
                },
                {
                    "name": "Luring Song",
                    "desc": "The harpy sings a magical melody. Every humanoid and giant within 300 feet of the harpy that can hear the song must succeed on a DC 11 Wisdom saving throw or be charmed until the song ends. The harpy must take a bonus action on its subsequent turns to continue singing. It can stop singing at any time. The song ends if the harpy is incapacitated.\n\nWhile charmed by the harpy, a target is incapacitated and ignores the songs of other harpies. If the charmed target is more than 5 feet away from the harpy, the target must move on its turn toward the harpy by the most direct route, trying to get within 5 feet. It doesn't avoid opportunity attacks, but before moving into damaging terrain, such as lava or a pit, and whenever it takes damage from a source other than the harpy, the target can repeat the saving throw. A charmed target can also repeat the saving throw at the end of each of its turns. If the saving throw is successful, the effect ends on it.\n\nA target that successfully saves is immune to this harpy's song for the next 24 hours.\n"
                },
                {
                    "name": "Multiattack",
                    "desc": "The harpy makes two attacks: one with its claws and one with its club.\n"
                }
            ],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_hell-hound/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_hell-hound",
            "name": "Hell Hound",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "lawful evil",
            "weight": "0.000",
            "armor_class": 15,
            "hit_points": 45,
            "ability_scores": {
                "strength": 17,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 6,
                "wisdom": 13,
                "charisma": 6
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 5
            },
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": 3,
                "deception": -2,
                "history": -2,
                "insight": 1,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 5,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 15,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage plus 7 (2d6) fire damage.\n",
                    "attacks": [
                        {
                            "name": "Bite 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": "piercing"
                            },
                            "extra_damage": {
                                "amount": 7,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 0,
                                "type": "piercing"
                            }
                        }
                    ]
                },
                {
                    "name": "Fire Breath",
                    "desc": "The hound exhales fire in a 15-foot cone. Each creature in that area must make a DC 12 Dexterity saving throw, taking 21 (6d6) fire 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_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"
            },
            "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_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"
            },
            "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_hippogriff/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_hippogriff",
            "name": "Hippogriff",
            "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"
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "weight": "0.000",
            "armor_class": 11,
            "hit_points": 19,
            "ability_scores": {
                "strength": 17,
                "dexterity": 13,
                "constitution": 13,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {},
            "all_saving_throws": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 5
            },
            "all_skill_bonuses": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 3,
                "deception": -1,
                "history": -4,
                "insight": 1,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 5,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 15,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (1d10 + 3) piercing damage.\n",
                    "attacks": [
                        {
                            "name": "Beak 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": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.\n",
                    "attacks": [
                        {
                            "name": "Claws attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach_ft": 5,
                            "target_creature_only": false,
                            "damage": {
                                "amount": 10,
                                "die_count": 2,
                                "die_type": "D6",
                                "bonus": 3,
                                "type": "slashing"
                            },
                            "extra_damage": {
                                "amount": 1,
                                "type": "slashing"
                            }
                        }
                    ]
                },
                {
                    "name": "Multiattack",
                    "desc": "The hippogriff makes two attacks: one with its beak and one with its claws.\n"
                }
            ],
            "creaturesets": []
        }
    ]
}