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

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

{
    "count": 3539,
    "next": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-hit_dice&page=25",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-hit_dice&page=23",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_noble/?format=api",
            "key": "srd-2024_noble",
            "name": "Noble",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Humanoid",
                "key": "humanoid",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "Common plus two other languages",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 15,
            "armor_detail": "natural armor",
            "hit_points": 9,
            "hit_dice": "2d8",
            "experience_points": 200,
            "ability_scores": {
                "strength": 11,
                "dexterity": 12,
                "constitution": 11,
                "intelligence": 12,
                "wisdom": 14,
                "charisma": 16
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 3
            },
            "initiative_bonus": 1,
            "saving_throws": {
                "strength": 0,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 3
            },
            "skill_bonuses": {
                "deception": 5,
                "insight": 4,
                "persuasion": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 0,
                "deception": 5,
                "history": 1,
                "insight": 4,
                "intimidation": 3,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 2,
                "performance": 3,
                "persuasion": 5,
                "religion": 1,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 2
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Rapier",
                    "desc": "Melee Attack Roll: +3, reach 5 ft. 5 (1d8 + 1) Piercing damage.",
                    "attacks": [
                        {
                            "name": "Rapier attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": 1,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_warrior-infantry/?format=api",
            "key": "srd-2024_warrior-infantry",
            "name": "Warrior Infantry",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Humanoid",
                "key": "humanoid",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "Common",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 9,
            "hit_dice": "2d8",
            "experience_points": 200,
            "ability_scores": {
                "strength": 13,
                "dexterity": 11,
                "constitution": 11,
                "intelligence": 8,
                "wisdom": 11,
                "charisma": 8
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": -1
            },
            "initiative_bonus": 0,
            "saving_throws": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -1,
                "athletics": 1,
                "deception": -1,
                "history": -1,
                "insight": 0,
                "intimidation": -1,
                "investigation": -1,
                "medicine": 0,
                "nature": -1,
                "perception": 0,
                "performance": -1,
                "persuasion": -1,
                "religion": -1,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Attack Roll: +3, reach 5 ft. or range 20/60 ft. 4 (1d6 + 1) Piercing damage.",
                    "attacks": [
                        {
                            "name": "Spear attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 1,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Pack Tactics",
                    "desc": "The warrior has Advantage on an attack roll against a creature if at least one of the warrior's allies is within 5 feet of the creature and the ally doesn't have the Incapacitated condition."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_shroud/?format=api",
            "key": "tob_shroud",
            "name": "Shroud",
            "document": {
                "name": "Tome of Beasts",
                "key": "tob",
                "display_name": "Tome of Beasts",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts/"
            },
            "type": {
                "name": "Undead",
                "key": "undead",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 30.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral evil",
            "languages": {
                "as_string": "Common",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 9,
            "hit_dice": "2d8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 4,
                "dexterity": 13,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 8
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -1
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": -3,
                "deception": -1,
                "history": -4,
                "insight": 0,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "necrotic, poison",
                "damage_immunities": [
                    {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    },
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "acid, cold, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
                "damage_resistances": [
                    {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    },
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    },
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    },
                    {
                        "name": "Lightning",
                        "key": "lightning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    },
                    {
                        "name": "Thunder",
                        "key": "thunder",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "radiant",
                "damage_vulnerabilities": [
                    {
                        "name": "Radiant",
                        "key": "radiant",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
                    }
                ],
                "condition_immunities_display": "exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained",
                "condition_immunities": [
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Grappled",
                        "key": "grappled",
                        "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    },
                    {
                        "name": "Prone",
                        "key": "prone",
                        "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
                    },
                    {
                        "name": "Restrained",
                        "key": "restrained",
                        "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Strength Drain",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one creature. Hit: 3 (1d4 + 1) necrotic damage, and the target's Strength score is reduced by one-half that amount. The target dies if this reduces its Strength to 0. Otherwise, the reduction lasts until the target finishes a short or long rest. If a non-evil humanoid dies from this attack, a new shadow rises from the corpse 1d4 hours later.",
                    "attacks": [
                        {
                            "name": "Strength Drain attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Necrotic",
                                "key": "necrotic",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Amorphous",
                    "desc": "The shroud can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Shadow Evolution",
                    "desc": "Shrouds instantly become shadows once they cause a total of 12 damage. Any damage they've suffered is subtracted from the shadow's total hit points or abilities."
                },
                {
                    "name": "Shroud Stealth",
                    "desc": "When in dim light or darkness, the shroud can take the Hide action as a bonus action."
                },
                {
                    "name": "Sunlight Weakness",
                    "desc": "While in sunlight, the shroud has disadvantage on attack rolls, ability checks, and saving throws."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Arctic or Tundra",
                    "key": "arctic",
                    "url": "https://api-beta.open5e.com/v2/environments/arctic/?format=api"
                },
                {
                    "name": "Caves",
                    "key": "caves",
                    "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
                },
                {
                    "name": "Coast",
                    "key": "coast",
                    "url": "https://api-beta.open5e.com/v2/environments/coast/?format=api"
                },
                {
                    "name": "Desert",
                    "key": "desert",
                    "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
                },
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Grassland or Plains",
                    "key": "grassland",
                    "url": "https://api-beta.open5e.com/v2/environments/grassland/?format=api"
                },
                {
                    "name": "Hills",
                    "key": "hills",
                    "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
                },
                {
                    "name": "Laboratory",
                    "key": "laboratory",
                    "url": "https://api-beta.open5e.com/v2/environments/laboratory/?format=api"
                },
                {
                    "name": "Lake",
                    "key": "lake",
                    "url": "https://api-beta.open5e.com/v2/environments/lake/?format=api"
                },
                {
                    "name": "Mountain",
                    "key": "mountain",
                    "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
                },
                {
                    "name": "Ocean",
                    "key": "ocean",
                    "url": "https://api-beta.open5e.com/v2/environments/ocean/?format=api"
                },
                {
                    "name": "Ruins",
                    "key": "ruins",
                    "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
                },
                {
                    "name": "Sewer",
                    "key": "sewer",
                    "url": "https://api-beta.open5e.com/v2/environments/sewer/?format=api"
                },
                {
                    "name": "Shadowfell",
                    "key": "shadowfell",
                    "url": "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api"
                },
                {
                    "name": "The Abyss",
                    "key": "srd_abyss",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api"
                },
                {
                    "name": "Astral Plane",
                    "key": "srd_astral-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api"
                },
                {
                    "name": "Elysium",
                    "key": "srd_elysium",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api"
                },
                {
                    "name": "Ethereal Plane",
                    "key": "srd_ethereal-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api"
                },
                {
                    "name": "Feywild",
                    "key": "srd_feywild",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api"
                },
                {
                    "name": "Hell",
                    "key": "srd_hell",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api"
                },
                {
                    "name": "Material Plane",
                    "key": "srd_material-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api"
                },
                {
                    "name": "Plane of Air",
                    "key": "srd_plane-of-air",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api"
                },
                {
                    "name": "Plane of Earth",
                    "key": "srd_plane-of-earth",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api"
                },
                {
                    "name": "Plane of Fire",
                    "key": "srd_plane-of-fire",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api"
                },
                {
                    "name": "Plane of Water",
                    "key": "srd_plane-of-water",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api"
                },
                {
                    "name": "Swamp or Marsh",
                    "key": "swamp",
                    "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
                },
                {
                    "name": "Temple",
                    "key": "temple",
                    "url": "https://api-beta.open5e.com/v2/environments/temple/?format=api"
                },
                {
                    "name": "Badlands",
                    "key": "tob_badlands",
                    "url": "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api"
                },
                {
                    "name": "Tomb",
                    "key": "tomb",
                    "url": "https://api-beta.open5e.com/v2/environments/tomb/?format=api"
                },
                {
                    "name": "Underworld",
                    "key": "underworld",
                    "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
                },
                {
                    "name": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_bandit/?format=api",
            "key": "a5e-mm_bandit",
            "name": "Bandit",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Humanoid",
                "key": "humanoid",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "any one",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 9,
            "hit_dice": "2d8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 12,
                "dexterity": 10,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "initiative_bonus": 0,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 1,
                "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,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bandits are outlaws who live by violence",
                    "desc": "Most are highway robbers  though a few are principled exiles or freedom fighters.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +2 to hit, range 80/320 ft., one target. Hit: 4 (1d8) piercing damage.",
                    "attacks": [
                        {
                            "name": "Light Crossbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 2,
                            "reach": null,
                            "range": 80.0,
                            "long_range": 320.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8) piercing",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d6 + 1) slashing damage.",
                    "attacks": [
                        {
                            "name": "Scimitar attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 1,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_cultist/?format=api",
            "key": "a5e-mm_cultist",
            "name": "Cultist",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Humanoid",
                "key": "humanoid",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "any one",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 9,
            "hit_dice": "2d8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "deception": 2,
                "religion": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 0,
                "deception": 2,
                "history": 0,
                "insight": 0,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Cultists worship forbidden gods, devils, demons, and other sinister beings",
                    "desc": "Many cultists work to summon the object of their devotion to the world so it might grant them power and destroy their enemies.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Dagger attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Fanatic",
                    "desc": "The cultist has advantage on saving throws against being charmed or frightened by creatures not in their cult."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_giant-crab/?format=api",
            "key": "a5e-mm_giant-crab",
            "name": "Giant Crab",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 15,
            "armor_detail": "",
            "hit_points": 9,
            "hit_dice": "2d8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 12,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 8,
                "charisma": 4
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -3
            },
            "skill_bonuses": {
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -1,
                "arcana": -5,
                "athletics": 1,
                "deception": -3,
                "history": -5,
                "insight": -1,
                "intimidation": -3,
                "investigation": -5,
                "medicine": -1,
                "nature": -5,
                "perception": -1,
                "performance": -3,
                "persuasion": -3,
                "religion": -5,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": -1
            },
            "passive_perception": 9,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d6+1) bludgeoning damage and the target is grappled (escape DC 11). The crab has two claws and can grapple one creature with each.",
                    "attacks": [
                        {
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 1,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Amphibious",
                    "desc": "The crab can breathe air and water."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_giant-weasel/?format=api",
            "key": "a5e-mm_giant-weasel",
            "name": "Giant Weasel",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 9,
            "hit_dice": "2d8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 4,
                "wisdom": 12,
                "charisma": 4
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 0,
                "deception": -3,
                "history": -3,
                "insight": 1,
                "intimidation": -3,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 3,
                "performance": -3,
                "persuasion": -3,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4+2) piercing damage  or 7 (2d4+2) piercing damage against a creature the weasel is grappling.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Grab",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: The target is grappled (escape DC 12).",
                    "attacks": [
                        {
                            "name": "Grab attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": null,
                            "damage_die_type": null,
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The weasel has advantage on Perception checks that rely on hearing and smell."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_mastiff/?format=api",
            "key": "a5e-mm_mastiff",
            "name": "Mastiff",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 9,
            "hit_dice": "2d8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 12,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 3,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 1,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4+1) piercing damage. If the target is a creature  it makes a DC 11 Strength saving throw  falling prone on a failure.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 1,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The mastiff has advantage on Perception checks that rely on hearing and smell."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_pirate/?format=api",
            "key": "a5e-mm_pirate",
            "name": "Pirate",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Humanoid",
                "key": "humanoid",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
            },
            "size": {
                "name": "Medium",
                "key": "medium",
                "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "any one",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 9,
            "hit_dice": "2d8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 12,
                "dexterity": 10,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "initiative_bonus": 0,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "acrobatics": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 1,
                "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,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +2 to hit, range 80/320 ft., one target. Hit: 4 (1d8) piercing damage.",
                    "attacks": [
                        {
                            "name": "Light Crossbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 2,
                            "reach": null,
                            "range": 80.0,
                            "long_range": 320.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8) piercing",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d6 + 1) slashing damage.",
                    "attacks": [
                        {
                            "name": "Scimitar attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 1,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_kobold/?format=api",
            "key": "srd_kobold",
            "name": "Kobold",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Humanoid",
                "key": "humanoid",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "lawful evil",
            "languages": {
                "as_string": "Common, Draconic",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Draconic",
                        "key": "draconic",
                        "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                        "desc": "Typical speakers include dragons and dragonborn."
                    }
                ]
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 5,
            "hit_dice": "2d6-2",
            "experience_points": 25,
            "ability_scores": {
                "strength": 7,
                "dexterity": 15,
                "constitution": 9,
                "intelligence": 8,
                "wisdom": 7,
                "charisma": 8
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": -1,
                "intelligence": -1,
                "wisdom": -2,
                "charisma": -1
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": -1,
                "intelligence": -1,
                "wisdom": -2,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -2,
                "arcana": -1,
                "athletics": -2,
                "deception": -1,
                "history": -1,
                "insight": -2,
                "intimidation": -1,
                "investigation": -1,
                "medicine": -2,
                "nature": -1,
                "perception": -2,
                "performance": -1,
                "persuasion": -1,
                "religion": -1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": -2
            },
            "passive_perception": 8,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Dagger attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Sling",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Sling attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 30.0,
                            "long_range": 120.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Pack Tactics",
                    "desc": "The kobold has advantage on an attack roll against a creature if at least one of the kobold's allies is within 5 ft. of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Arctic or Tundra",
                    "key": "arctic",
                    "url": "https://api-beta.open5e.com/v2/environments/arctic/?format=api"
                },
                {
                    "name": "Caves",
                    "key": "caves",
                    "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
                },
                {
                    "name": "Coast",
                    "key": "coast",
                    "url": "https://api-beta.open5e.com/v2/environments/coast/?format=api"
                },
                {
                    "name": "Desert",
                    "key": "desert",
                    "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
                },
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Grassland or Plains",
                    "key": "grassland",
                    "url": "https://api-beta.open5e.com/v2/environments/grassland/?format=api"
                },
                {
                    "name": "Hills",
                    "key": "hills",
                    "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
                },
                {
                    "name": "Mountain",
                    "key": "mountain",
                    "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
                },
                {
                    "name": "Ruins",
                    "key": "ruins",
                    "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
                },
                {
                    "name": "Plane of Earth",
                    "key": "srd_plane-of-earth",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api"
                },
                {
                    "name": "Swamp or Marsh",
                    "key": "swamp",
                    "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
                },
                {
                    "name": "Underworld",
                    "key": "underworld",
                    "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
                },
                {
                    "name": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_goreling/?format=api",
            "key": "ccdx_goreling",
            "name": "Goreling",
            "document": {
                "name": "Creature Codex",
                "key": "ccdx",
                "display_name": "Creature Codex",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/"
            },
            "type": {
                "name": "Undead",
                "key": "undead",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "-",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 11,
            "hit_dice": "2d6+4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 12,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 1,
                "wisdom": 5,
                "charisma": 1
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -5
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "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,
            "resistances_and_immunities": {
                "damage_immunities_display": "necrotic, poison",
                "damage_immunities": [
                    {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    },
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "poisoned",
                "condition_immunities": [
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Multiplying",
                    "desc": "When a goreling is hit but not reduced to 0 hp, it splits into two new gorelings. Each new goreling has 1 hp, doesn't have this reaction, and is one size smaller than the original goreling.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage plus 2 (1d4) necrotic damage. ++ Reactions",
                    "attacks": [
                        {
                            "name": "Slam attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D4",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Necrotic",
                                "key": "necrotic",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Bloodthirsty",
                    "desc": "If 6 or more gorelings are within 30 feet of one another, they become frenzied and their attacks deal an extra 2 (1d4) necrotic damage."
                },
                {
                    "name": "Swarming",
                    "desc": "Up to five gorelings can occupy the same space."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_magmin/?format=api",
            "key": "srd_magmin",
            "name": "Magmin",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Elemental",
                "key": "elemental",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic neutral",
            "languages": {
                "as_string": "Ignan",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 9,
            "hit_dice": "2d6+2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 7,
                "dexterity": 15,
                "constitution": 12,
                "intelligence": 8,
                "wisdom": 11,
                "charisma": 10
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 0
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -1,
                "athletics": -2,
                "deception": 0,
                "history": -1,
                "insight": 0,
                "intimidation": 0,
                "investigation": -1,
                "medicine": 0,
                "nature": -1,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": -1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "fire",
                "damage_immunities": [
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    }
                ],
                "damage_resistances_display": "bludgeoning, piercing, and slashing from nonmagical attacks",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Touch",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d6) fire damage. If the target is a creature or a flammable object, it ignites. Until a target takes an action to douse the fire, the target takes 3 (1d6) fire damage at the end of each of its turns.",
                    "attacks": [
                        {
                            "name": "Touch attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": null,
                            "damage_die_type": null,
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Death Burst",
                    "desc": "When the magmin dies, it explodes in a burst of fire and magma. Each creature within 10 ft. of it must make a DC 11 Dexterity saving throw, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one. Flammable objects that aren't being worn or carried in that area are ignited."
                },
                {
                    "name": "Ignited Illumination",
                    "desc": "As a bonus action, the magmin can set itself ablaze or extinguish its flames. While ablaze, the magmin sheds bright light in a 10-foot radius and dim light for an additional 10 ft."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Caves",
                    "key": "caves",
                    "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
                },
                {
                    "name": "Desert",
                    "key": "desert",
                    "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
                },
                {
                    "name": "Laboratory",
                    "key": "laboratory",
                    "url": "https://api-beta.open5e.com/v2/environments/laboratory/?format=api"
                },
                {
                    "name": "Mountain",
                    "key": "mountain",
                    "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
                },
                {
                    "name": "Plane of Fire",
                    "key": "srd_plane-of-fire",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_kalke/?format=api",
            "key": "tob_kalke",
            "name": "Kalke",
            "document": {
                "name": "Tome of Beasts",
                "key": "tob",
                "display_name": "Tome of Beasts",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts/"
            },
            "type": {
                "name": "Fiend",
                "key": "fiend",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral evil",
            "languages": {
                "as_string": "Abyssal, Common, Infernal",
                "data": [
                    {
                        "name": "Abyssal",
                        "key": "abyssal",
                        "url": "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                        "desc": "Typical speakers are demons."
                    },
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Infernal",
                        "key": "infernal",
                        "url": "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                        "desc": "Typical speakers are devils."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 9,
            "hit_dice": "2d6+2",
            "experience_points": 50,
            "ability_scores": {
                "strength": 8,
                "dexterity": 17,
                "constitution": 12,
                "intelligence": 13,
                "wisdom": 7,
                "charisma": 13
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": -2,
                "charisma": 1
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": -2,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 0,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -2,
                "arcana": 1,
                "athletics": -1,
                "deception": 1,
                "history": 1,
                "insight": -2,
                "intimidation": 1,
                "investigation": 1,
                "medicine": -2,
                "nature": 1,
                "perception": 0,
                "performance": 1,
                "persuasion": 1,
                "religion": 1,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": -2
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attacks": [
                        {
                            "name": "Dagger attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Detect Spellcasting",
                    "desc": "Kalkes can sense spellcasting in a 5-mile radius, as long as the effect is not innate."
                },
                {
                    "name": "Extinguish Flames",
                    "desc": "Kalkes can extinguish candles, lamps, lanterns and low-burning campfires within 120 feet as a bonus action."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Kalkes have advantage on saving throws against spells and magical effects."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Arctic or Tundra",
                    "key": "arctic",
                    "url": "https://api-beta.open5e.com/v2/environments/arctic/?format=api"
                },
                {
                    "name": "Caves",
                    "key": "caves",
                    "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
                },
                {
                    "name": "Coast",
                    "key": "coast",
                    "url": "https://api-beta.open5e.com/v2/environments/coast/?format=api"
                },
                {
                    "name": "Desert",
                    "key": "desert",
                    "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
                },
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Grassland or Plains",
                    "key": "grassland",
                    "url": "https://api-beta.open5e.com/v2/environments/grassland/?format=api"
                },
                {
                    "name": "Hills",
                    "key": "hills",
                    "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
                },
                {
                    "name": "Laboratory",
                    "key": "laboratory",
                    "url": "https://api-beta.open5e.com/v2/environments/laboratory/?format=api"
                },
                {
                    "name": "Lake",
                    "key": "lake",
                    "url": "https://api-beta.open5e.com/v2/environments/lake/?format=api"
                },
                {
                    "name": "Mountain",
                    "key": "mountain",
                    "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
                },
                {
                    "name": "Ocean",
                    "key": "ocean",
                    "url": "https://api-beta.open5e.com/v2/environments/ocean/?format=api"
                },
                {
                    "name": "Ruins",
                    "key": "ruins",
                    "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
                },
                {
                    "name": "Sewer",
                    "key": "sewer",
                    "url": "https://api-beta.open5e.com/v2/environments/sewer/?format=api"
                },
                {
                    "name": "Shadowfell",
                    "key": "shadowfell",
                    "url": "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api"
                },
                {
                    "name": "The Abyss",
                    "key": "srd_abyss",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api"
                },
                {
                    "name": "Astral Plane",
                    "key": "srd_astral-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api"
                },
                {
                    "name": "Elysium",
                    "key": "srd_elysium",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api"
                },
                {
                    "name": "Ethereal Plane",
                    "key": "srd_ethereal-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api"
                },
                {
                    "name": "Feywild",
                    "key": "srd_feywild",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api"
                },
                {
                    "name": "Hell",
                    "key": "srd_hell",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api"
                },
                {
                    "name": "Material Plane",
                    "key": "srd_material-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api"
                },
                {
                    "name": "Plane of Air",
                    "key": "srd_plane-of-air",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api"
                },
                {
                    "name": "Plane of Earth",
                    "key": "srd_plane-of-earth",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api"
                },
                {
                    "name": "Plane of Fire",
                    "key": "srd_plane-of-fire",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api"
                },
                {
                    "name": "Plane of Water",
                    "key": "srd_plane-of-water",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api"
                },
                {
                    "name": "Swamp or Marsh",
                    "key": "swamp",
                    "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
                },
                {
                    "name": "Temple",
                    "key": "temple",
                    "url": "https://api-beta.open5e.com/v2/environments/temple/?format=api"
                },
                {
                    "name": "Badlands",
                    "key": "tob_badlands",
                    "url": "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api"
                },
                {
                    "name": "Tomb",
                    "key": "tomb",
                    "url": "https://api-beta.open5e.com/v2/environments/tomb/?format=api"
                },
                {
                    "name": "Underworld",
                    "key": "underworld",
                    "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
                },
                {
                    "name": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_giant-honey-bee/?format=api",
            "key": "tob2_giant-honey-bee",
            "name": "Giant Honey Bee",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "Bee Dance",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 9,
            "hit_dice": "2d6+2",
            "experience_points": 50,
            "ability_scores": {
                "strength": 8,
                "dexterity": 15,
                "constitution": 12,
                "intelligence": 6,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -1
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "strength": 1,
                "dexterity": 4
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 4,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {
                "survival": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": -1,
                "deception": -1,
                "history": -2,
                "insight": 1,
                "intimidation": -1,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 1,
                "performance": -1,
                "persuasion": -1,
                "religion": -2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) piercing damage and the target must make a DC 11 Constitution saving throw, taking 10 (3d6) poison damage on a failed save, or half as much damage on a successful one. If the poison damage reduces the target to 0 hp, the target is stable but poisoned for 1 hour, even after regaining hp, and is paralyzed while poisoned in this way.",
                    "attacks": [
                        {
                            "name": "Sting attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Poison",
                                "key": "poison",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_giant-centipede/?format=api",
            "key": "a5e-mm_giant-centipede",
            "name": "Giant Centipede",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 9,
            "hit_dice": "2d6+2",
            "experience_points": 50,
            "ability_scores": {
                "strength": 4,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 3
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": -3,
                "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,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 1 piercing damage and the target makes a DC 11 Constitution saving throw  taking 10 (3d6) poison damage on a failure. If the poison damage reduces the target to 0 hit points  it is made stable but poisoned for 1 hour  even if it regains hit points  and it is paralyzed while poisoned in this way.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "Damage an",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Poison",
                                "key": "poison",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_piercer/?format=api",
            "key": "a5e-mm_piercer",
            "name": "Piercer",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 0.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 17,
            "armor_detail": "",
            "hit_points": 9,
            "hit_dice": "2d6+2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 10,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 2
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "initiative_bonus": 0,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": 0,
                "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": 0,
                "stealth": 0,
                "survival": -2
            },
            "passive_perception": 8,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Pierce",
                    "desc": "Melee Weapon Attack: +2 to hit  one target directly underneath the piercer. Hit: 10 (3d6) piercing damage. This attack has disadvantage against a creature that is protecting its head with a shield or similar object. If the attack misses  the piercer dies.",
                    "attacks": [
                        {
                            "name": "Pierce attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 2,
                            "reach": null,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 3,
                            "damage_die_type": "D6) piercing",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless, the piercer is indistinguishable from a normal stalactite."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_giant-centipede/?format=api",
            "key": "srd-2024_giant-centipede",
            "name": "Giant Centipede",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Animals",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 9,
            "hit_dice": "2d6 + 2",
            "experience_points": 200,
            "ability_scores": {
                "strength": 5,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 1,
                "wisdom": 7,
                "charisma": 3
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": -3,
                "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,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Attack Roll: +4, reach 5 ft. 4 (1d4 + 2) Piercing damage, and the target has the Poisoned condition until the start of the centipede's next turn.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_blood-hawk/?format=api",
            "key": "srd_blood-hawk",
            "name": "Blood Hawk",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 25,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 3,
                "wisdom": 14,
                "charisma": 5
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": -2,
                "deception": -3,
                "history": -4,
                "insight": 2,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 4,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 14,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Beak attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Sight",
                    "desc": "The hawk has advantage on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The hawk has advantage on an attack roll against a creature if at least one of the hawk's allies is within 5 ft. of the creature and the ally isn't incapacitated."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Arctic or Tundra",
                    "key": "arctic",
                    "url": "https://api-beta.open5e.com/v2/environments/arctic/?format=api"
                },
                {
                    "name": "Coast",
                    "key": "coast",
                    "url": "https://api-beta.open5e.com/v2/environments/coast/?format=api"
                },
                {
                    "name": "Desert",
                    "key": "desert",
                    "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
                },
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Grassland or Plains",
                    "key": "grassland",
                    "url": "https://api-beta.open5e.com/v2/environments/grassland/?format=api"
                },
                {
                    "name": "Hills",
                    "key": "hills",
                    "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
                },
                {
                    "name": "Mountain",
                    "key": "mountain",
                    "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_giant-rat/?format=api",
            "key": "srd_giant-rat",
            "name": "Giant Rat",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 25,
            "ability_scores": {
                "strength": 7,
                "dexterity": 15,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": -2,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Smell",
                    "desc": "The rat has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The rat has advantage on an attack roll against a creature if at least one of the rat's allies is within 5 ft. of the creature and the ally isn't incapacitated."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Caves",
                    "key": "caves",
                    "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
                },
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Ruins",
                    "key": "ruins",
                    "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
                },
                {
                    "name": "Sewer",
                    "key": "sewer",
                    "url": "https://api-beta.open5e.com/v2/environments/sewer/?format=api"
                },
                {
                    "name": "Swamp or Marsh",
                    "key": "swamp",
                    "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
                },
                {
                    "name": "Underworld",
                    "key": "underworld",
                    "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
                },
                {
                    "name": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_giant-rat-diseased/?format=api",
            "key": "srd_giant-rat-diseased",
            "name": "Giant Rat (Diseased)",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 25,
            "ability_scores": {
                "strength": 7,
                "dexterity": 15,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": -2,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage. If the target is a creature, it must succeed on a DC 10 Constitution saving throw or contract a disease. Until the disease is cured, the target can't regain hit points except by magical means, and the target's hit point maximum decreases by 3 (1d6) every 24 hours. If the target's hit point maximum drops to 0 as a result of this disease, the target dies.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Caves",
                    "key": "caves",
                    "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
                },
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Ruins",
                    "key": "ruins",
                    "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
                },
                {
                    "name": "Sewer",
                    "key": "sewer",
                    "url": "https://api-beta.open5e.com/v2/environments/sewer/?format=api"
                },
                {
                    "name": "Swamp or Marsh",
                    "key": "swamp",
                    "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
                },
                {
                    "name": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_goblin/?format=api",
            "key": "srd_goblin",
            "name": "Goblin",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Humanoid",
                "key": "humanoid",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral evil",
            "languages": {
                "as_string": "Common, Goblin",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Goblin",
                        "key": "goblin",
                        "url": "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                        "desc": "Typical speakers are goblinoids."
                    }
                ]
            },
            "armor_class": 15,
            "armor_detail": "leather armor, shield",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 50,
            "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
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "skill_bonuses": {
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -1,
                "arcana": 0,
                "athletics": -1,
                "deception": -1,
                "history": 0,
                "insight": -1,
                "intimidation": -1,
                "investigation": 0,
                "medicine": -1,
                "nature": 0,
                "perception": -1,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 6,
                "survival": -1
            },
            "passive_perception": 9,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage.",
                    "attacks": [
                        {
                            "name": "Scimitar attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Shortbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 80.0,
                            "long_range": 320.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Nimble Escape",
                    "desc": "The goblin can take the Disengage or Hide action as a bonus action on each of its turns."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Arctic or Tundra",
                    "key": "arctic",
                    "url": "https://api-beta.open5e.com/v2/environments/arctic/?format=api"
                },
                {
                    "name": "Caves",
                    "key": "caves",
                    "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
                },
                {
                    "name": "Desert",
                    "key": "desert",
                    "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
                },
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Grassland or Plains",
                    "key": "grassland",
                    "url": "https://api-beta.open5e.com/v2/environments/grassland/?format=api"
                },
                {
                    "name": "Hills",
                    "key": "hills",
                    "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
                },
                {
                    "name": "Mountain",
                    "key": "mountain",
                    "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
                },
                {
                    "name": "Ruins",
                    "key": "ruins",
                    "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
                },
                {
                    "name": "Sewer",
                    "key": "sewer",
                    "url": "https://api-beta.open5e.com/v2/environments/sewer/?format=api"
                },
                {
                    "name": "Feywild",
                    "key": "srd_feywild",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api"
                },
                {
                    "name": "Swamp or Marsh",
                    "key": "swamp",
                    "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
                },
                {
                    "name": "Underworld",
                    "key": "underworld",
                    "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
                },
                {
                    "name": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_blood-hawk/?format=api",
            "key": "srd-2024_blood-hawk",
            "name": "Blood Hawk",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Animals",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "natural armor",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 200,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 3,
                "wisdom": 14,
                "charisma": 5
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": -2,
                "deception": -3,
                "history": -4,
                "insight": 2,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 6,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 16,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Attack Roll: +4, reach 5 ft. 4 (1d4 + 2) Piercing damage, or 6 (1d8 + 2) Piercing damage if the target is Bloodied.",
                    "attacks": [
                        {
                            "name": "Beak attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Pack Tactics",
                    "desc": "The hawk has Advantage on an attack roll against a creature if at least one of the hawk's allies is within 5 feet of the creature and the ally doesn't have the Incapacitated condition."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_giant-rat/?format=api",
            "key": "srd-2024_giant-rat",
            "name": "Giant Rat",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Animals",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 200,
            "ability_scores": {
                "strength": 7,
                "dexterity": 16,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "initiative_bonus": 3,
            "saving_throws": {
                "strength": -2,
                "dexterity": 5,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 5,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": -2,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 2,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Attack Roll: +5, reach 5 feet. 5 (1d4 + 3) Piercing damage.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Pack Tactics",
                    "desc": "The rat has Advantage on an attack roll against a creature if at least one of the rat's allies is within 5 feet of the creature and the ally doesn't have the Incapacitated condition."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_goblin-minion/?format=api",
            "key": "srd-2024_goblin-minion",
            "name": "Goblin Minion",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic neutral",
            "languages": {
                "as_string": "Common, Goblin",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Goblin",
                        "key": "goblin",
                        "url": "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                        "desc": "Typical speakers are goblinoids."
                    }
                ]
            },
            "armor_class": 12,
            "armor_detail": "natural armor",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 200,
            "ability_scores": {
                "strength": 8,
                "dexterity": 15,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 8,
                "charisma": 8
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "skill_bonuses": {
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -1,
                "arcana": 0,
                "athletics": -1,
                "deception": -1,
                "history": 0,
                "insight": -1,
                "intimidation": -1,
                "investigation": 0,
                "medicine": -1,
                "nature": 0,
                "perception": -1,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 6,
                "survival": -1
            },
            "passive_perception": 9,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Attack Roll: +4, reach 5 ft. or range 20/60 ft. 4 (1d4 + 2) Piercing damage.",
                    "attacks": [
                        {
                            "name": "Dagger attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_azza-gremlin/?format=api",
            "key": "tob_azza-gremlin",
            "name": "Azza Gremlin",
            "document": {
                "name": "Tome of Beasts",
                "key": "tob",
                "display_name": "Tome of Beasts",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 40.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": true,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "Common, Primordial",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Primordial",
                        "key": "primordial",
                        "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                        "desc": "Typical speakers are elementals."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 50,
            "ability_scores": {
                "strength": 5,
                "dexterity": 18,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 13,
                "charisma": 10
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 0
            },
            "initiative_bonus": 4,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": -3,
                "deception": 0,
                "history": 1,
                "insight": 1,
                "intimidation": 0,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 1,
                "performance": 0,
                "persuasion": 0,
                "religion": 1,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "lightning, thunder",
                "damage_immunities": [
                    {
                        "name": "Lightning",
                        "key": "lightning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                    },
                    {
                        "name": "Thunder",
                        "key": "thunder",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Lightning Jolt",
                    "desc": "Melee or Ranged Spell Attack: +6 to hit, reach 5 ft. or range 30 ft., one creature. Hit: 3 (1d6) lightning damage, and the target is affected by Contagious Lightning.",
                    "attacks": [
                        {
                            "name": "Lightning Jolt attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": 30.0,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Lightning",
                                "key": "lightning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Ride the Bolt",
                    "desc": "The azza gremlin can travel instantly along any bolt of lightning. When it is within 5 feet of a lightning effect, the azza can teleport to any unoccupied space inside or within 5 feet of that lightning effect.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Contagious Lightning",
                    "desc": "A creature that touches the azza gremlin or hits it with a melee attack using a metal weapon receives a discharge of lightning. The creature must succeed on a DC 10 Constitution saving throw or attract lightning for 1 minute. For the duration, attacks that cause lightning damage have advantage against this creature, the creature has disadvantage on saving throws against lightning damage and lightning effects, and if the creature takes lightning damage, it is paralyzed until the end of its next turn. An affected creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Arctic or Tundra",
                    "key": "arctic",
                    "url": "https://api-beta.open5e.com/v2/environments/arctic/?format=api"
                },
                {
                    "name": "Caves",
                    "key": "caves",
                    "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
                },
                {
                    "name": "Coast",
                    "key": "coast",
                    "url": "https://api-beta.open5e.com/v2/environments/coast/?format=api"
                },
                {
                    "name": "Desert",
                    "key": "desert",
                    "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
                },
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Grassland or Plains",
                    "key": "grassland",
                    "url": "https://api-beta.open5e.com/v2/environments/grassland/?format=api"
                },
                {
                    "name": "Hills",
                    "key": "hills",
                    "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
                },
                {
                    "name": "Laboratory",
                    "key": "laboratory",
                    "url": "https://api-beta.open5e.com/v2/environments/laboratory/?format=api"
                },
                {
                    "name": "Lake",
                    "key": "lake",
                    "url": "https://api-beta.open5e.com/v2/environments/lake/?format=api"
                },
                {
                    "name": "Mountain",
                    "key": "mountain",
                    "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
                },
                {
                    "name": "Ocean",
                    "key": "ocean",
                    "url": "https://api-beta.open5e.com/v2/environments/ocean/?format=api"
                },
                {
                    "name": "Ruins",
                    "key": "ruins",
                    "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
                },
                {
                    "name": "Sewer",
                    "key": "sewer",
                    "url": "https://api-beta.open5e.com/v2/environments/sewer/?format=api"
                },
                {
                    "name": "Shadowfell",
                    "key": "shadowfell",
                    "url": "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api"
                },
                {
                    "name": "The Abyss",
                    "key": "srd_abyss",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api"
                },
                {
                    "name": "Astral Plane",
                    "key": "srd_astral-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api"
                },
                {
                    "name": "Elysium",
                    "key": "srd_elysium",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api"
                },
                {
                    "name": "Ethereal Plane",
                    "key": "srd_ethereal-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api"
                },
                {
                    "name": "Feywild",
                    "key": "srd_feywild",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api"
                },
                {
                    "name": "Hell",
                    "key": "srd_hell",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api"
                },
                {
                    "name": "Material Plane",
                    "key": "srd_material-plane",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api"
                },
                {
                    "name": "Plane of Air",
                    "key": "srd_plane-of-air",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api"
                },
                {
                    "name": "Plane of Earth",
                    "key": "srd_plane-of-earth",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api"
                },
                {
                    "name": "Plane of Fire",
                    "key": "srd_plane-of-fire",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api"
                },
                {
                    "name": "Plane of Water",
                    "key": "srd_plane-of-water",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api"
                },
                {
                    "name": "Swamp or Marsh",
                    "key": "swamp",
                    "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
                },
                {
                    "name": "Temple",
                    "key": "temple",
                    "url": "https://api-beta.open5e.com/v2/environments/temple/?format=api"
                },
                {
                    "name": "Badlands",
                    "key": "tob_badlands",
                    "url": "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api"
                },
                {
                    "name": "Tomb",
                    "key": "tomb",
                    "url": "https://api-beta.open5e.com/v2/environments/tomb/?format=api"
                },
                {
                    "name": "Underworld",
                    "key": "underworld",
                    "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
                },
                {
                    "name": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_library-automaton/?format=api",
            "key": "tob_library-automaton",
            "name": "Library Automaton",
            "document": {
                "name": "Tome of Beasts",
                "key": "tob",
                "display_name": "Tome of Beasts",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts/"
            },
            "type": {
                "name": "Construct",
                "key": "construct",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "lawful neutral",
            "languages": {
                "as_string": "Common, Machine Speech",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 100,
            "ability_scores": {
                "strength": 8,
                "dexterity": 13,
                "constitution": 10,
                "intelligence": 14,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": -1
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {
                "history": 4,
                "investigation": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": 2,
                "athletics": -1,
                "deception": -1,
                "history": 4,
                "insight": 1,
                "intimidation": -1,
                "investigation": 4,
                "medicine": 1,
                "nature": 2,
                "perception": 1,
                "performance": -1,
                "persuasion": -1,
                "religion": 2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, poisoned",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": 10.0,
            "actions": [
                {
                    "name": "Bibliotelekinesis",
                    "desc": "This ability functions as the cantrip mage hand but can be used only on books, scrolls, maps, and other printed or written materials.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Gaze of Confusion",
                    "desc": "The library automaton chooses one creature it can see within 40 feet. The target must succeed on a DC 12 Intelligence saving throw or take 9 (3d4 + 2) psychic damage and have disadvantage on Intelligence-based checks, saving throws, and attacks until the end of its next turn. If the saving throw succeeds, then the target takes half damage and suffers no other effect.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Extra-Dimensional Book Repository",
                    "desc": "A small door on the chest of the library automaton opens into an extra-dimensional bookcase. This bookcase functions exactly as a bag of holding except that it can store only written materials such as books, scrolls, tomes, parchment, folders, notebooks, spellbooks, and the like."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_ratfolk/?format=api",
            "key": "tob_ratfolk",
            "name": "Ratfolk",
            "document": {
                "name": "Tome of Beasts",
                "key": "tob",
                "display_name": "Tome of Beasts",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts/"
            },
            "type": {
                "name": "Humanoid",
                "key": "humanoid",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 25.0,
                "unit": "feet",
                "swim": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 12.5,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "Common",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "studded leather armor",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 50,
            "ability_scores": {
                "strength": 7,
                "dexterity": 15,
                "constitution": 11,
                "intelligence": 14,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 0
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 2,
                "athletics": -2,
                "deception": 0,
                "history": 2,
                "insight": 0,
                "intimidation": 0,
                "investigation": 2,
                "medicine": 0,
                "nature": 2,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Dagger attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Light crossbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Light crossbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 80.0,
                            "long_range": 320.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Nimbleness",
                    "desc": "The ratfolk can move through the space of any creature size Medium or larger."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The ratfolk has advantage on its attack roll against a creature if at least one of the ratfolk's allies is within 5 feet of the creature and the ally is capable of attacking."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Caves",
                    "key": "caves",
                    "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
                },
                {
                    "name": "Ruins",
                    "key": "ruins",
                    "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
                },
                {
                    "name": "Underworld",
                    "key": "underworld",
                    "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
                },
                {
                    "name": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_roachling-skirmisher/?format=api",
            "key": "tob_roachling-skirmisher",
            "name": "Roachling Skirmisher",
            "document": {
                "name": "Tome of Beasts",
                "key": "tob",
                "display_name": "Tome of Beasts",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts/"
            },
            "type": {
                "name": "Humanoid",
                "key": "humanoid",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 25.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 12.5,
                "swim": 12.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic neutral",
            "languages": {
                "as_string": "Common",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 50,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 11,
                "intelligence": 10,
                "wisdom": 9,
                "charisma": 8
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "dexterity": 4,
                "constitution": 2
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "skill_bonuses": {
                "acrobatics": 4,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": -1,
                "arcana": 0,
                "athletics": 0,
                "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,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 10.0,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Dart",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Dart attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": null,
                            "range": 20.0,
                            "long_range": 60.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Shortsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Resistant",
                    "desc": "The roachling skirmisher has advantage on Constitution saving throws."
                },
                {
                    "name": "Unlovely",
                    "desc": "The skirmisher has disadvantage on Performance and Persuasion checks in interactions with nonroachlings."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Caves",
                    "key": "caves",
                    "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
                },
                {
                    "name": "Ruins",
                    "key": "ruins",
                    "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
                },
                {
                    "name": "Underworld",
                    "key": "underworld",
                    "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
                },
                {
                    "name": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_giant-leech/?format=api",
            "key": "tob2_giant-leech",
            "name": "Giant Leech",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 15.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 7.5,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 50,
            "ability_scores": {
                "strength": 6,
                "dexterity": 16,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 10,
                "charisma": 2
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "initiative_bonus": 3,
            "saving_throws": {
                "dexterity": 5,
                "constitution": 2
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": -5,
                "athletics": -2,
                "deception": -4,
                "history": -5,
                "insight": 0,
                "intimidation": -4,
                "investigation": -5,
                "medicine": 0,
                "nature": -5,
                "perception": 0,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": 30.0,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage, and the leech attaches to the target. While attached, the leech doesn't attack. Instead, at the start of each of the leech's turns, the target loses 5 (1d4 + 3) hp due to blood loss.\n\nThe leech can detach itself by spending 5 feet of its movement. It does so after it drains 15 hp of blood from the target or the target dies. A creature, including the target, can use its action to detach the leech.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Amphibious",
                    "desc": "The leech can breathe air and water."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_azza-gremlin/?format=api",
            "key": "tob-2023_azza-gremlin",
            "name": "Azza Gremlin",
            "document": {
                "name": "Tome of Beasts 1 (2023 Edition)",
                "key": "tob-2023",
                "display_name": "Tome of Beasts 1 (2023 Edition)",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition-hardcover/"
            },
            "type": {
                "name": "Fey",
                "key": "fey",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 10.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "Neutral",
            "languages": {
                "as_string": "Common, Primordial",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    },
                    {
                        "name": "Primordial",
                        "key": "primordial",
                        "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                        "desc": "Typical speakers are elementals."
                    }
                ]
            },
            "armor_class": 14,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 50,
            "ability_scores": {
                "strength": 5,
                "dexterity": 18,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 13,
                "charisma": 16
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 3
            },
            "initiative_bonus": 4,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": -3,
                "deception": 3,
                "history": 1,
                "insight": 1,
                "intimidation": 3,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 1,
                "performance": 3,
                "persuasion": 3,
                "religion": 1,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "lightning, thunder",
                "damage_immunities": [
                    {
                        "name": "Lightning",
                        "key": "lightning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                    },
                    {
                        "name": "Thunder",
                        "key": "thunder",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Lightning Jolt",
                    "desc": "Melee or Ranged Spell Attack: +5 to hit, reach 5 ft. or range 30 ft., one creature. Hit: 6 (1d6 + 3) lightning damage, and the target must succeed on a DC 10 Constitution saving throw or be affected by Contagious Lightning.",
                    "attacks": [
                        {
                            "name": "Lightning Jolt attack",
                            "attack_type": "SPELL",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": 30.0,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Lightning",
                                "key": "lightning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Ride the Bolt",
                    "desc": "The azza gremlin can travel instantly along any bolt of lightning. When a bolt of lightning strikes or an effect deals lightning damage within 30 feet of the gremlin, it can teleport to an unoccupied space within 5 feet of where the lightning struck or dealt damage.",
                    "attacks": [],
                    "action_type": "REACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Contagious Lightning",
                    "desc": "A creature that touches the azza gremlin or hits it with a metal weapon while within 5 feet of it receives a discharge of lightning. The creature must succeed on a DC 10 Constitution saving throw or attract lightning for 1 minute. For the duration, attacks that deal lightning damage have advantage against the affected creature, the creature has disadvantage on saving throws against spells and effects that deal lightning damage, and if the creature takes lightning damage, it is paralyzed until the end of its next turn. An affected creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_giant-moth/?format=api",
            "key": "ccdx_giant-moth",
            "name": "Giant Moth",
            "document": {
                "name": "Creature Codex",
                "key": "ccdx",
                "display_name": "Creature Codex",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 25.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 12.5,
                "swim": 12.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "-",
                "data": []
            },
            "armor_class": 11,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 25,
            "ability_scores": {
                "strength": 10,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 3,
                "wisdom": 10,
                "charisma": 7
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 2,
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 0,
                "deception": -2,
                "history": -4,
                "insight": 0,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 2,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Powdery Wings",
                    "desc": "A 10-foot radius cloud of fine powder disperses from the giant moth. Each creature in that area must succeed on a DC 10 Constitution saving throw or be blinded until the end of its next turn.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 1
                    }
                },
                {
                    "name": "Proboscis",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d6 + 1) piercing damage.",
                    "attacks": [
                        {
                            "name": "Proboscis attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 1,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Antennae",
                    "desc": "The giant moth has advantage on Wisdom (Perception) checks that rely on smell."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_awakened-shrub/?format=api",
            "key": "a5e-mm_awakened-shrub",
            "name": "Awakened Shrub",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Plant",
                "key": "plant",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "one language known by its creator",
                "data": []
            },
            "armor_class": 9,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 0,
            "ability_scores": {
                "strength": 2,
                "dexterity": 8,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": -4,
                "dexterity": -1,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -2
            },
            "initiative_bonus": -1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": -1,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": -4,
                "deception": -2,
                "history": 0,
                "insight": 0,
                "intimidation": -2,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": 0,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "bludgeoning, piercing",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "fire",
                "damage_vulnerabilities": [
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    }
                ],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Rake",
                    "desc": "Melee Weapon Attack: +1 to hit, reach 5 ft., one target. Hit: 1 slashing damage.",
                    "attacks": [
                        {
                            "name": "Rake attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 1,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": null,
                            "damage_die_type": null,
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless, the shrub is indistinguishable from a normal shrub."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_blood-hawk/?format=api",
            "key": "a5e-mm_blood-hawk",
            "name": "Blood Hawk",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 11,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 25,
            "ability_scores": {
                "strength": 6,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 14,
                "charisma": 4
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": -2,
                "deception": -3,
                "history": -4,
                "insight": 2,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 4,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 2
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4+1) piercing damage.",
                    "attacks": [
                        {
                            "name": "Beak attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 1,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Sight",
                    "desc": "The hawk has advantage on Perception checks that rely on sight."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The hawk has advantage on attack rolls against a creature if at least one of the hawks allies is within 5 feet of the creature and not incapacitated."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_diseased-giant-rat/?format=api",
            "key": "a5e-mm_diseased-giant-rat",
            "name": "Diseased Giant Rat",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 25,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": -2,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4+2) piercing damage. Giant rats who dwell in sewers and filth can carry debilitating disease. A creature bitten by a diseased giant rat makes a DC 10 Constitution saving throw or it becomes infected with sewer plague.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Smell",
                    "desc": "The rat has advantage on Perception checks that rely on smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The giant rat has advantage on attack rolls against a creature if at least one of the rats allies is within 5 feet of the creature and not incapacitated."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_flumph/?format=api",
            "key": "a5e-mm_flumph",
            "name": "Flumph",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Aberration",
                "key": "aberration",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 5.0,
                "unit": "feet",
                "fly": 30.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 5.0,
                "crawl": 2.5,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 2.5,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "understands Common and Undercommon but can't speak, telepathy 60 ft.",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 25,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 14,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 0
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": -2,
                "deception": 0,
                "history": 2,
                "insight": 2,
                "intimidation": 0,
                "investigation": 2,
                "medicine": 2,
                "nature": 2,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "psychic",
                "damage_vulnerabilities": [
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Stench Spray",
                    "desc": "Each creature in a 15-foot cone makes a DC 10 Dexterity saving throw. On a failure  the creature exudes a horrible stench for 1 hour. While a creature exudes this stench  it and any creature within 5 feet of it are poisoned. A creature can remove the stench on itself by bathing during a rest.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 1
                    }
                },
                {
                    "name": "Tendrils",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 1 piercing damage plus 3 (1d6) acid damage.",
                    "attacks": [
                        {
                            "name": "Tendrils attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "Damage plus 3 (1",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Acid",
                                "key": "acid",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Amphibious",
                    "desc": "The flumph can breathe air and water."
                },
                {
                    "name": "Flumph Light",
                    "desc": "As a bonus action, the flumph can cast dim light for 30 feet, or extinguish its glow. The flumph can change the color of the light it casts at will."
                },
                {
                    "name": "Telepathic Spy",
                    "desc": "The flumph can perceive any telepathic messages sent or received within 60 feet, and can't be surprised by creatures with telepathy. The flumph is also immune to divination and to any effect that would sense its emotions or read its thoughts, except for the Telepathic Spy feature of another flumph."
                },
                {
                    "name": "Tippable",
                    "desc": "If a flumph is knocked prone, it lands upside down and is incapacitated. At the end of each of its turns, it can make a DC 10 Dexterity saving throw, flipping itself over and ending the incapacitated condition on a success."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_giant-rat/?format=api",
            "key": "a5e-mm_giant-rat",
            "name": "Giant Rat",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "experience_points": 25,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": -2,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4+2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Smell",
                    "desc": "The rat has advantage on Perception checks that rely on smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The giant rat has advantage on attack rolls against a creature if at least one of the rats allies is within 5 feet of the creature and not incapacitated."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_wolpertinger/?format=api",
            "key": "ccdx_wolpertinger",
            "name": "Wolpertinger",
            "document": {
                "name": "Creature Codex",
                "key": "ccdx",
                "display_name": "Creature Codex",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 30.0,
                "burrow": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 30.0,
                "burrow": 10.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "-",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 9,
            "hit_dice": "2d4+4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 6,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 5,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": -2,
                "deception": -2,
                "history": -3,
                "insight": 1,
                "intimidation": -2,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attacks": [
                        {
                            "name": "Gore attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Keening",
                    "desc": "The wolpertinger emits a piercing shriek. Each creature within 30 feet that can hear the wolpertinger must succeed on a DC 13 Constitution saving throw or be deafened for 1 minute. A beast with an Intelligence of 4 or lower that is in the area must also succeed on a DC 13 Wisdom saving throw or be frightened until the beginning of its next turn.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 2,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "RECHARGE_ON_ROLL",
                        "param": 6
                    }
                }
            ],
            "traits": [
                {
                    "name": "Charge",
                    "desc": "If the wolpertinger moves at least 10 feet straight toward a target and then hits it with a gore attack on the same turn, the target takes an extra 2 (1d4) piercing damage."
                },
                {
                    "name": "Flyby",
                    "desc": "The wolpertinger doesn't provoke an opportunity attack when it flies out of an enemy's reach."
                },
                {
                    "name": "Standing Leap",
                    "desc": "The wolpertinger's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_pseudodragon/?format=api",
            "key": "srd_pseudodragon",
            "name": "Pseudodragon",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Dragon",
                "key": "dragon",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 15.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 7.5,
                "swim": 7.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral good",
            "languages": {
                "as_string": "understands Common and Draconic but can't speak",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 7,
            "hit_dice": "2d4+2",
            "experience_points": 50,
            "ability_scores": {
                "strength": 6,
                "dexterity": 15,
                "constitution": 13,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -2,
                "deception": 0,
                "history": 0,
                "insight": 1,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 13,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) piercing damage, and the target must succeed on a DC 11 Constitution saving throw or become poisoned for 1 hour. If the saving throw fails by 5 or more, the target falls unconscious for the same duration, or until it takes damage or another creature uses an action to shake it awake.",
                    "attacks": [
                        {
                            "name": "Sting attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": true,
                            "damage_die_count": null,
                            "damage_die_type": null,
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Senses",
                    "desc": "The pseudodragon has advantage on Wisdom (Perception) checks that rely on sight, hearing, or smell."
                },
                {
                    "name": "Limited Telepathy",
                    "desc": "The pseudodragon can magically communicate simple ideas, emotions, and images telepathically with any creature within 100 ft. of it that can understand a language."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The pseudodragon has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Variant: Familiar",
                    "desc": "The pseudodragon can serve another creature as a familiar, forming a magic, telepathic bond with that willing companion. While the two are bonded, the companion can sense what the pseudodragon senses as long as they are within 1 mile of each other. While the pseudodragon is within 10 feet of its companion, the companion shares the pseudodragon's Magic Resistance trait. At any time and for any reason, the pseudodragon can end its service as a familiar, ending the telepathic bond."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Coast",
                    "key": "coast",
                    "url": "https://api-beta.open5e.com/v2/environments/coast/?format=api"
                },
                {
                    "name": "Desert",
                    "key": "desert",
                    "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
                },
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Hills",
                    "key": "hills",
                    "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
                },
                {
                    "name": "Mountain",
                    "key": "mountain",
                    "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
                },
                {
                    "name": "Swamp or Marsh",
                    "key": "swamp",
                    "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
                },
                {
                    "name": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_fennec-fox/?format=api",
            "key": "tob2_fennec-fox",
            "name": "Fennec Fox",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "burrow": 5.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 5.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 11,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d4+2",
            "experience_points": 25,
            "ability_scores": {
                "strength": 6,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": 0
            },
            "initiative_bonus": 1,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": -2,
                "deception": 0,
                "history": -4,
                "insight": 2,
                "intimidation": 0,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) piercing damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 3,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 1,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Keen Hearing and Sight",
                    "desc": "The fennec fox has advantage on Wisdom (Perception) checks that rely on hearing or sight."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_wicked-skull/?format=api",
            "key": "tob2_wicked-skull",
            "name": "Wicked Skull",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic neutral",
            "languages": {
                "as_string": "Common",
                "data": [
                    {
                        "name": "Common",
                        "key": "common",
                        "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                        "desc": "Typical speakers are Humans."
                    }
                ]
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d4+2",
            "experience_points": 25,
            "ability_scores": {
                "strength": 6,
                "dexterity": 16,
                "constitution": 13,
                "intelligence": 11,
                "wisdom": 12,
                "charisma": 14
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {
                "deception": 4,
                "insight": 3,
                "persuasion": 4,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -2,
                "deception": 4,
                "history": 0,
                "insight": 3,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 2,
                "persuasion": 4,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Petty Mockery",
                    "desc": "The wicked skull unleashes a string of insults laced with subtle enchantments at a creature it can see within 60 feet. If the target can hear the wicked skull (though it does not have to understand it), the target must succeed on a DC 11 Wisdom saving throw or have disadvantage on the next attack roll it makes before the end of its next turn.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) bludgeoning damage.",
                    "attacks": [
                        {
                            "name": "Pseudopod attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Bludgeoning",
                                "key": "bludgeoning",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "False Appearance (Object Form Only)",
                    "desc": "While the wicked skull remains motionless, it is indistinguishable from an ordinary object."
                },
                {
                    "name": "Jokester",
                    "desc": "The wicked skull has advantage on a Charisma (Deception) or Charisma (Persuasion) check if it includes mockery or a joke or riddle as part of the check."
                },
                {
                    "name": "Shapechanger",
                    "desc": "The wicked skull can use its action to polymorph into a Tiny object or back into its true, amorphous form. Its statistics are the same in each form. Any equipment it is wearing or carrying isn’t transformed. It reverts to its true form if it dies."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_paper-golem/?format=api",
            "key": "ccdx_paper-golem",
            "name": "Paper Golem",
            "document": {
                "name": "Creature Codex",
                "key": "ccdx",
                "display_name": "Creature Codex",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/"
            },
            "type": {
                "name": "Construct",
                "key": "construct",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "understands the languages of its creator but can't speak",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d4+2",
            "experience_points": 50,
            "ability_scores": {
                "strength": 8,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 3,
                "wisdom": 7,
                "charisma": 3
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": -2,
                "charisma": -4
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": -2,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -2,
                "arcana": -4,
                "athletics": -1,
                "deception": -4,
                "history": -4,
                "insight": -2,
                "intimidation": -4,
                "investigation": -4,
                "medicine": -2,
                "nature": -4,
                "perception": -2,
                "performance": -4,
                "persuasion": -4,
                "religion": -4,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": -2
            },
            "passive_perception": 8,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison, psychic",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    }
                ],
                "damage_resistances_display": "bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine",
                "damage_resistances": [
                    {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    }
                ],
                "damage_vulnerabilities_display": "fire",
                "damage_vulnerabilities": [
                    {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    }
                ],
                "condition_immunities_display": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Exhaustion",
                        "key": "exhaustion",
                        "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
                    },
                    {
                        "name": "Frightened",
                        "key": "frightened",
                        "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
                    },
                    {
                        "name": "Paralyzed",
                        "key": "paralyzed",
                        "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
                    },
                    {
                        "name": "Petrified",
                        "key": "petrified",
                        "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 30.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Paper Cut",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "attacks": [
                        {
                            "name": "Paper Cut attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Slashing",
                                "key": "slashing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "False Appearance",
                    "desc": "While the paper golem remains motionless, it is indistinguishable from an ordinary sheet of paper."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The paper golem is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Ink Blot (Recharge 4-6)",
                    "desc": "As a bonus action, the paper golem applies ink to itself. The next time it hits a creature with a paper cut attack, the creature must make a DC 13 Constitution saving throw, taking 5 (2d4) poison damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The paper golem's weapon attacks are magical."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_flying-snake/?format=api",
            "key": "a5e-mm_flying-snake",
            "name": "Flying Snake",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d4+2",
            "experience_points": 25,
            "ability_scores": {
                "strength": 4,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 4
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "initiative_bonus": 3,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": -3,
                "deception": -3,
                "history": -4,
                "insight": 1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 1 piercing damage plus 3 (1d6) poison damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "Damage plus 3 (1",
                            "damage_bonus": null,
                            "damage_type": null,
                            "extra_damage_die_count": 1,
                            "extra_damage_die_type": "D6",
                            "extra_damage_bonus": 0,
                            "extra_damage_type": {
                                "name": "Poison",
                                "key": "poison",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Flyby",
                    "desc": "The snake doesnt provoke opportunity attacks when it flies out of a creatures reach."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_pseudodragon/?format=api",
            "key": "a5e-mm_pseudodragon",
            "name": "Pseudodragon",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Dragon",
                "key": "dragon",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 15.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 7.5,
                "swim": 7.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "understands Common and Draconic but can't speak",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d4+2",
            "experience_points": 50,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -2,
                "deception": 0,
                "history": 0,
                "insight": 1,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 16,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) piercing damage  and the target must succeed on a DC 11 Constitution saving throw or become poisoned. At the end of its next turn  it repeats the saving throw. On a success  the effect ends. On a failure  it falls unconscious for 1 hour. If it takes damage  or a creature uses an action to shake it awake  it wakes up  and the effect ends.",
                    "attacks": [
                        {
                            "name": "Sting attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Telepathic Static",
                    "desc": "The pseudodragon targets one creature it can see within 10 feet  forcing it to make a DC 11 Charisma saving throw. On a failure  its stunned until the end of its next turn as it suffers a barrage of telepathic imagery.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 3
                    }
                }
            ],
            "traits": [
                {
                    "name": "Limited Telepathy",
                    "desc": "The pseudodragon can magically communicate simple ideas, emotions, and images telepathically to any creature within 10 feet of it."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The pseudodragon has advantage on saving throws against spells and other magical effects."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_pseudodragon-familiar/?format=api",
            "key": "a5e-mm_pseudodragon-familiar",
            "name": "Pseudodragon Familiar",
            "document": {
                "name": "Monstrous Menagerie",
                "key": "a5e-mm",
                "display_name": "Monstrous Menagerie",
                "publisher": {
                    "name": "EN Publishing",
                    "key": "en-publishing",
                    "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
                },
                "gamesystem": {
                    "name": "Advanced 5th Edition",
                    "key": "a5e",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
                },
                "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
            },
            "type": {
                "name": "Dragon",
                "key": "dragon",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "proficiency_bonus": null,
            "speed": {
                "walk": 15.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 7.5,
                "swim": 7.5
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "understands Common and Draconic but can't speak",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "",
            "hit_points": 7,
            "hit_dice": "2d4+2",
            "experience_points": 50,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -2,
                "deception": 0,
                "history": 0,
                "insight": 1,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 16,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) piercing damage  and the target must succeed on a DC 11 Constitution saving throw or become poisoned. At the end of its next turn  it repeats the saving throw. On a success  the effect ends. On a failure  it falls unconscious for 1 hour. If it takes damage  or a creature uses an action to shake it awake  it wakes up  and the effect ends.",
                    "attacks": [
                        {
                            "name": "Sting attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Telepathic Static",
                    "desc": "The pseudodragon targets one creature it can see within 10 feet  forcing it to make a DC 11 Charisma saving throw. On a failure  its stunned until the end of its next turn as it suffers a barrage of telepathic imagery.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": {
                        "type": "PER_DAY",
                        "param": 3
                    }
                }
            ],
            "traits": [
                {
                    "name": "Familiar",
                    "desc": "The pseudodragon can communicate telepathically with its master while they are within 1 mile of each other. When the pseudodragon is within 10 feet of its master, its master shares its Magic Resistance trait."
                },
                {
                    "name": "Limited Telepathy",
                    "desc": "The pseudodragon can magically communicate simple ideas, emotions, and images telepathically to any creature within 10 feet of it."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The pseudodragon has advantage on saving throws against spells and other magical effects."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_flying-snake/?format=api",
            "key": "srd_flying-snake",
            "name": "Flying Snake",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "",
            "hit_points": 5,
            "hit_dice": "2d4",
            "experience_points": 25,
            "ability_scores": {
                "strength": 4,
                "dexterity": 18,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 5
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "initiative_bonus": 4,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": -3,
                "deception": -3,
                "history": -4,
                "insight": 1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 1 piercing damage plus 7 (3d4) poison damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 6,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": null,
                            "damage_die_type": null,
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Flyby",
                    "desc": "The snake doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Desert",
                    "key": "desert",
                    "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
                },
                {
                    "name": "Forest or Jungle",
                    "key": "forest",
                    "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
                },
                {
                    "name": "Grassland or Plains",
                    "key": "grassland",
                    "url": "https://api-beta.open5e.com/v2/environments/grassland/?format=api"
                },
                {
                    "name": "Feywild",
                    "key": "srd_feywild",
                    "url": "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api"
                },
                {
                    "name": "Swamp or Marsh",
                    "key": "swamp",
                    "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
                },
                {
                    "name": "Urban",
                    "key": "urban",
                    "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_homunculus/?format=api",
            "key": "srd_homunculus",
            "name": "Homunculus",
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Construct",
                "key": "construct",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "proficiency_bonus": null,
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "neutral",
            "languages": {
                "as_string": "understands the languages of its creator but can't speak",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 5,
            "hit_dice": "2d4",
            "experience_points": 0,
            "ability_scores": {
                "strength": 4,
                "dexterity": 15,
                "constitution": 11,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 7
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -2
            },
            "initiative_bonus": 2,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": -3,
                "deception": -2,
                "history": 0,
                "insight": 0,
                "intimidation": -2,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "poison",
                "damage_immunities": [
                    {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    }
                ],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "charmed, poisoned",
                "condition_immunities": [
                    {
                        "name": "Charmed",
                        "key": "charmed",
                        "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
                    },
                    {
                        "name": "Poisoned",
                        "key": "poisoned",
                        "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
                    }
                ]
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 1 piercing damage, and the target must succeed on a DC 10 Constitution saving throw or be poisoned for 1 minute. If the saving throw fails by 5 or more, the target is instead poisoned for 5 (1d10) minutes and unconscious while poisoned in this way.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": true,
                            "damage_die_count": null,
                            "damage_die_type": null,
                            "damage_bonus": null,
                            "damage_type": {
                                "name": "Thunder",
                                "key": "thunder",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                            },
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": null,
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Telepathic Bond",
                    "desc": "While the homunculus is on the same plane of existence as its master, it can magically convey what it senses to its master, and the two can communicate telepathically."
                }
            ],
            "creaturesets": [],
            "environments": [
                {
                    "name": "Laboratory",
                    "key": "laboratory",
                    "url": "https://api-beta.open5e.com/v2/environments/laboratory/?format=api"
                }
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_flying-snake/?format=api",
            "key": "srd-2024_flying-snake",
            "name": "Flying Snake",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Animals",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 14,
            "armor_detail": "natural armor",
            "hit_points": 5,
            "hit_dice": "2d4",
            "experience_points": 200,
            "ability_scores": {
                "strength": 4,
                "dexterity": 15,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 5
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": -3,
                "deception": -3,
                "history": -4,
                "insight": 1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Attack Roll: +4, reach 5 ft. 1 Piercing damage plus 5 (2d4) Poison damage.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Flyby",
                    "desc": "The snake doesn't provoke an Opportunity Attack when it flies out of an enemy's reach."
                }
            ],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_stirge/?format=api",
            "key": "srd-2024_stirge",
            "name": "Stirge",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Monstrosity",
                "key": "monstrosity",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 13,
            "armor_detail": "natural armor",
            "hit_points": 5,
            "hit_dice": "2d4",
            "experience_points": 200,
            "ability_scores": {
                "strength": 4,
                "dexterity": 16,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 8,
                "charisma": 6
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -2
            },
            "initiative_bonus": 3,
            "saving_throws": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -1,
                "arcana": -4,
                "athletics": -3,
                "deception": -2,
                "history": -4,
                "insight": -1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": -1,
                "nature": -4,
                "perception": -1,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": -1
            },
            "passive_perception": 9,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Proboscis",
                    "desc": "Melee Attack Roll: +5, reach 5 ft. 6 (1d6 + 3) Piercing damage, and the stirge attaches to the target. While attached, the stirge can't make Proboscis attacks, and the target takes 5 (2d4) Necrotic damage at the start of each of the stirge's turns. The stirge can detach itself by spending 5 feet of its movement. The target or a creature within 5 feet of it can detach the stirge as an action.",
                    "attacks": [
                        {
                            "name": "Proboscis attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": 3,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_venomous-snake/?format=api",
            "key": "srd-2024_venomous-snake",
            "name": "Venomous Snake",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "type": {
                "name": "Beast",
                "key": "beast",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
            },
            "size": {
                "name": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "proficiency_bonus": null,
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Animals",
            "subcategory": null,
            "alignment": "unaligned",
            "languages": {
                "as_string": "",
                "data": []
            },
            "armor_class": 12,
            "armor_detail": "natural armor",
            "hit_points": 5,
            "hit_dice": "2d4",
            "experience_points": 200,
            "ability_scores": {
                "strength": 2,
                "dexterity": 15,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 10,
                "charisma": 3
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "initiative_bonus": 2,
            "saving_throws": {
                "strength": -4,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -5,
                "athletics": -4,
                "deception": -4,
                "history": -5,
                "insight": 0,
                "intimidation": -4,
                "investigation": -5,
                "medicine": 0,
                "nature": -5,
                "perception": 0,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Attack Roll: +4, reach 5 ft. 4 (1d4 + 2) Piercing damage plus 3 (1d6) Poison damage.",
                    "attacks": [
                        {
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 4,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": 2,
                            "damage_type": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "extra_damage_type": {
                                "name": "Piercing",
                                "key": "piercing",
                                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                            },
                            "distance_unit": "feet"
                        }
                    ],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": 1,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [],
            "creaturesets": [],
            "environments": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob2_corrupted-pixie/?format=api",
            "key": "tob2_corrupted-pixie",
            "name": "Corrupted Pixie",
            "document": {
                "name": "Tome of Beasts 2",
                "key": "tob2",
                "display_name": "Tome of Beasts 2",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/tome-of-beasts-2/"
            },
            "type": {
                "name": "Fiend",
                "key": "fiend",
                "url": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api"
            },
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "proficiency_bonus": null,
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "alignment": "chaotic evil",
            "languages": {
                "as_string": "Abyssal, Infernal, Primordial, Sylvan",
                "data": [
                    {
                        "name": "Abyssal",
                        "key": "abyssal",
                        "url": "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                        "desc": "Typical speakers are demons."
                    },
                    {
                        "name": "Infernal",
                        "key": "infernal",
                        "url": "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                        "desc": "Typical speakers are devils."
                    },
                    {
                        "name": "Primordial",
                        "key": "primordial",
                        "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                        "desc": "Typical speakers are elementals."
                    },
                    {
                        "name": "Sylvan",
                        "key": "sylvan",
                        "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                        "desc": "Typical speakers are fey creatures."
                    }
                ]
            },
            "armor_class": 15,
            "armor_detail": "",
            "hit_points": 5,
            "hit_dice": "2d4",
            "experience_points": 100,
            "ability_scores": {
                "strength": 2,
                "dexterity": 20,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 14,
                "charisma": 15
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 5,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 2
            },
            "initiative_bonus": 5,
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 5,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 2
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": -4,
                "deception": 2,
                "history": 1,
                "insight": 2,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 4,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 5,
                "stealth": 7,
                "survival": 2
            },
            "passive_perception": 14,
            "resistances_and_immunities": {
                "damage_immunities_display": "",
                "damage_immunities": [],
                "damage_resistances_display": "",
                "damage_resistances": [],
                "damage_vulnerabilities_display": "",
                "damage_vulnerabilities": [],
                "condition_immunities_display": "",
                "condition_immunities": []
            },
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "name": "Confusion Touch",
                    "desc": "The pixie touches one creature. The target must succeed on a DC 12 Wisdom saving throw or use its reaction to make one melee attack against one of its allies within 5 feet. If it has no allies within 5 feet, the creature attacks itself.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 0,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                },
                {
                    "name": "Superior Invisibility",
                    "desc": "The pixie magically turns invisible until its concentration ends (as if concentrating on a spell). Any equipment the pixie wears or carries is invisible with it.",
                    "attacks": [],
                    "action_type": "ACTION",
                    "order_in_statblock": 1,
                    "legendary_action_cost": null,
                    "limited_to_form": null,
                    "usage_limits": null
                }
            ],
            "traits": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The pixie’s innate spellcasting ability is Charisma (spell save DC 12, +4 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\nAt will: vicious mockery\n1/day each: bestow curse, charm person, confusion, detect thoughts, dispel magic, fire bolt, hideous laughter, ray of enfeeblement, suggestion"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The pixie has advantage on saving throws against spells and other magical effects."
                }
            ],
            "creaturesets": [],
            "environments": []
        }
    ]
}