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

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

{
    "count": 3210,
    "next": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-environments&page=23",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=-environments&page=21",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_mage/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_mage",
            "name": "Mage",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "any alignment",
            "languages": [],
            "armor_class": 12,
            "hit_points": 40,
            "hit_dice": "9d8",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 9,
                "dexterity": 14,
                "constitution": 11,
                "intelligence": 17,
                "wisdom": 12,
                "charisma": 11
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {
                "intelligence": 6,
                "wisdom": 4
            },
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 6,
                "wisdom": 4,
                "charisma": 0
            },
            "skill_bonuses": {
                "arcana": 6,
                "history": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 6,
                "athletics": -1,
                "deception": 0,
                "history": 6,
                "insight": 1,
                "intimidation": 0,
                "investigation": 3,
                "medicine": 1,
                "nature": 3,
                "perception": 1,
                "performance": 0,
                "persuasion": 0,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_mage_dagger",
                    "attacks": [],
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_mage"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_merrow/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_merrow",
            "name": "Merrow",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 45,
            "hit_dice": "6d10+12",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 18,
                "dexterity": 10,
                "constitution": 15,
                "intelligence": 8,
                "wisdom": 10,
                "charisma": 9
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -1,
                "athletics": 4,
                "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,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_merrow_bite",
                    "attacks": [],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_merrow"
                },
                {
                    "key": "srd_merrow_claws",
                    "attacks": [],
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (2d4 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_merrow"
                },
                {
                    "key": "srd_merrow_harpoon",
                    "attacks": [],
                    "name": "Harpoon",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 11 (2d6 + 4) piercing damage. If the target is a Huge or smaller creature, it must succeed on a Strength contest against the merrow or be pulled up to 20 feet toward the merrow.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_merrow"
                },
                {
                    "key": "srd_merrow_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The merrow makes two attacks: one with its bite and one with its claws or harpoon.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_merrow"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_night-hag/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_night-hag",
            "name": "Night Hag",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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": "Hags",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 112,
            "hit_dice": "15d8+45",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 18,
                "dexterity": 15,
                "constitution": 16,
                "intelligence": 16,
                "wisdom": 14,
                "charisma": 16
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 3,
                "wisdom": 2,
                "charisma": 3
            },
            "skill_bonuses": {
                "deception": 7,
                "insight": 6,
                "perception": 6,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": 3,
                "athletics": 4,
                "deception": 7,
                "history": 3,
                "insight": 6,
                "intimidation": 3,
                "investigation": 3,
                "medicine": 2,
                "nature": 3,
                "perception": 6,
                "performance": 3,
                "persuasion": 3,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 6,
                "survival": 2
            },
            "passive_perception": 16,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_night-hag_change-shape",
                    "attacks": [],
                    "name": "Change Shape",
                    "desc": "The hag magically polymorphs into a Small or Medium female humanoid, or back into her true form. Her statistics are the same in each form. Any equipment she is wearing or carrying isn't transformed. She reverts to her true form if she dies.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_night-hag"
                },
                {
                    "key": "srd_night-hag_claws",
                    "attacks": [],
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Hag Form Only",
                    "legendary_cost": 1,
                    "parent": "srd_night-hag"
                },
                {
                    "key": "srd_night-hag_etherealness",
                    "attacks": [],
                    "name": "Etherealness",
                    "desc": "The hag magically enters the Ethereal Plane from the Material Plane, or vice versa. To do so, the hag must have a heartstone in her possession.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_night-hag"
                },
                {
                    "key": "srd_night-hag_nightmare-haunting",
                    "attacks": [],
                    "name": "Nightmare Haunting",
                    "desc": "While on the Ethereal Plane, the hag magically touches a sleeping humanoid on the Material Plane. A protection from evil and good spell cast on the target prevents this contact, as does a magic circle. As long as the contact persists, the target has dreadful visions. If these visions last for at least 1 hour, the target gains no benefit from its rest, and its hit point maximum is reduced by 5 (1d10). If this effect reduces the target's hit point maximum to 0, the target dies, and if the target was evil, its soul is trapped in the hag's soul bag. The reduction to the target's hit point maximum lasts until removed by the greater restoration spell or similar magic.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_night-hag"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_ogre/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_ogre",
            "name": "Ogre",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 11,
            "hit_points": 59,
            "hit_dice": "7d10+21",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 19,
                "dexterity": 8,
                "constitution": 16,
                "intelligence": 5,
                "wisdom": 7,
                "charisma": 7
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": -2,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": -2,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": -2,
                "arcana": -3,
                "athletics": 4,
                "deception": -2,
                "history": -3,
                "insight": -2,
                "intimidation": -2,
                "investigation": -3,
                "medicine": -2,
                "nature": -3,
                "perception": -2,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_ogre_greatclub",
                    "attacks": [],
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_ogre"
                },
                {
                    "key": "srd_ogre_javelin",
                    "attacks": [],
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 11 (2d6 + 4) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_ogre"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_orc/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_orc",
            "name": "Orc",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 15,
            "hit_dice": "2d8+6",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 16,
                "intelligence": 7,
                "wisdom": 11,
                "charisma": 10
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "intimidation": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 3,
                "deception": 0,
                "history": -2,
                "insight": 0,
                "intimidation": 2,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": -2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_orc_greataxe",
                    "attacks": [],
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 9 (1d12 + 3) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_orc"
                },
                {
                    "key": "srd_orc_javelin",
                    "attacks": [],
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_orc"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_otyugh/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_otyugh",
            "name": "Otyugh",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "neutral",
            "languages": [],
            "armor_class": 14,
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 16,
                "dexterity": 11,
                "constitution": 19,
                "intelligence": 6,
                "wisdom": 13,
                "charisma": 6
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {
                "constitution": 7
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 7,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": 3,
                "deception": -2,
                "history": -2,
                "insight": 1,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_otyugh_bite",
                    "attacks": [],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage. If the target is a creature, it must succeed on a DC 15 Constitution saving throw against disease or become poisoned until the disease is cured. Every 24 hours that elapse, the target must repeat the saving throw, reducing its hit point maximum by 5 (1d10) on a failure. The disease is cured on a success. The target dies if the disease reduces its hit point maximum to 0. This reduction to the target's hit point maximum lasts until the disease is cured.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_otyugh"
                },
                {
                    "key": "srd_otyugh_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The otyugh makes three attacks: one with its bite and two with its tentacles.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_otyugh"
                },
                {
                    "key": "srd_otyugh_tentacle",
                    "attacks": [],
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage plus 4 (1d8) piercing damage. If the target is Medium or smaller, it is grappled (escape DC 13) and restrained until the grapple ends. The otyugh has two tentacles, each of which can grapple one target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_otyugh"
                },
                {
                    "key": "srd_otyugh_tentacle-slam",
                    "attacks": [],
                    "name": "Tentacle Slam",
                    "desc": "The otyugh slams creatures grappled by it into each other or a solid surface. Each creature must succeed on a DC 14 Constitution saving throw or take 10 (2d6 + 3) bludgeoning damage and be stunned until the end of the otyugh's next turn. On a successful save, the target takes half the bludgeoning damage and isn't stunned.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_otyugh"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_poisonous-snake/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_poisonous-snake",
            "name": "Poisonous Snake",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 13,
            "hit_points": 2,
            "hit_dice": "1d4",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 2,
                "dexterity": 16,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 10,
                "charisma": 3
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "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": 3,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_poisonous-snake_bite",
                    "attacks": [],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 1 piercing damage, and the target must make a DC 10 Constitution saving throw, taking 5 (2d4) poison damage on a failed save, or half as much damage on a successful one.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_poisonous-snake"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_pseudodragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_pseudodragon",
            "name": "Pseudodragon",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "neutral good",
            "languages": [],
            "armor_class": 13,
            "hit_points": 7,
            "hit_dice": "2d4+2",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "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
            },
            "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,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_pseudodragon_bite",
                    "attacks": [],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_pseudodragon"
                },
                {
                    "key": "srd_pseudodragon_sting",
                    "attacks": [],
                    "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.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_pseudodragon"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_quasit/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_quasit",
            "name": "Quasit",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "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": "Demons",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 7,
            "hit_dice": "3d4",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 5,
                "dexterity": 17,
                "constitution": 10,
                "intelligence": 7,
                "wisdom": 10,
                "charisma": 10
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": -3,
                "deception": 0,
                "history": -2,
                "insight": 0,
                "intimidation": 0,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": -2,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_quasit_claw",
                    "attacks": [],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage, and the target must succeed on a DC 10 Constitution saving throw or take 5 (2d4) poison damage and become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Bite in Beast Form",
                    "legendary_cost": 1,
                    "parent": "srd_quasit"
                },
                {
                    "key": "srd_quasit_invisibility",
                    "attacks": [],
                    "name": "Invisibility",
                    "desc": "The quasit magically turns invisible until it attacks or uses Scare, or until its concentration ends (as if concentrating on a spell). Any equipment the quasit wears or carries is invisible with it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_quasit"
                },
                {
                    "key": "srd_quasit_scare",
                    "attacks": [],
                    "name": "Scare",
                    "desc": "One creature of the quasit's choice within 20 ft. of it must succeed on a DC 10 Wisdom saving throw or be frightened for 1 minute. The target can repeat the saving throw at the end of each of its turns, with disadvantage if the quasit is within line of sight, ending the effect on itself on a success.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_quasit"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_rakshasa/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_rakshasa",
            "name": "Rakshasa",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "lawful evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 110,
            "hit_dice": "13d8+52",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 14,
                "dexterity": 17,
                "constitution": 18,
                "intelligence": 13,
                "wisdom": 16,
                "charisma": 20
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 5
            },
            "skill_bonuses": {
                "deception": 10,
                "insight": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": 1,
                "athletics": 2,
                "deception": 10,
                "history": 1,
                "insight": 8,
                "intimidation": 5,
                "investigation": 1,
                "medicine": 3,
                "nature": 1,
                "perception": 3,
                "performance": 5,
                "persuasion": 5,
                "religion": 1,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_immunity": true,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            ],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_rakshasa_claw",
                    "attacks": [],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) slashing damage, and the target is cursed if it is a creature. The magical curse takes effect whenever the target takes a short or long rest, filling the target's thoughts with horrible images and dreams. The cursed target gains no benefit from finishing a short or long rest. The curse lasts until it is lifted by a remove curse spell or similar magic.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_rakshasa"
                },
                {
                    "key": "srd_rakshasa_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The rakshasa makes two claw attacks",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_rakshasa"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_rat/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_rat",
            "name": "Rat",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 10,
            "hit_points": 1,
            "hit_dice": "1d4-1",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 2,
                "dexterity": 11,
                "constitution": 9,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 0,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 0,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": -4,
                "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": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 30.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_rat_bite",
                    "attacks": [],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +0 to hit, reach 5 ft., one target. Hit: 1 piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_rat"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_raven/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_raven",
            "name": "Raven",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 50.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 12,
            "hit_points": 1,
            "hit_dice": "1d4-1",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 2,
                "dexterity": 14,
                "constitution": 8,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 2,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 2,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": -4,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_raven_beak",
                    "attacks": [],
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 1 piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_raven"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_scout/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_scout",
            "name": "Scout",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "any alignment",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 16,
            "hit_dice": "3d8+3",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 11,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 11,
                "wisdom": 13,
                "charisma": 11
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "nature": 4,
                "perception": 5,
                "stealth": 6,
                "survival": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 0,
                "deception": 0,
                "history": 0,
                "insight": 1,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 1,
                "nature": 4,
                "perception": 5,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 6,
                "survival": 5
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_scout_longbow",
                    "attacks": [],
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 150/600 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_scout"
                },
                {
                    "key": "srd_scout_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The scout makes two melee attacks or two ranged attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_scout"
                },
                {
                    "key": "srd_scout_shortsword",
                    "attacks": [],
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_scout"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_shambling-mound/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_shambling-mound",
            "name": "Shambling Mound",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "swim": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 15,
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 18,
                "dexterity": 8,
                "constitution": 16,
                "intelligence": 5,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "stealth": 2
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 4,
                "deception": -3,
                "history": -3,
                "insight": 0,
                "intimidation": -3,
                "investigation": -3,
                "medicine": 0,
                "nature": -3,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -3,
                "sleight_of_hand": -1,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_shambling-mound_engulf",
                    "attacks": [],
                    "name": "Engulf",
                    "desc": "The shambling mound engulfs a Medium or smaller creature grappled by it. The engulfed target is blinded, restrained, and unable to breathe, and it must succeed on a DC 14 Constitution saving throw at the start of each of the mound's turns or take 13 (2d8 + 4) bludgeoning damage. If the mound moves, the engulfed target moves with it. The mound can have only one creature engulfed at a time.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_shambling-mound"
                },
                {
                    "key": "srd_shambling-mound_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The shambling mound makes two slam attacks. If both attacks hit a Medium or smaller target, the target is grappled (escape DC 14), and the shambling mound uses its Engulf on it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_shambling-mound"
                },
                {
                    "key": "srd_shambling-mound_slam",
                    "attacks": [],
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_shambling-mound"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_shrieker/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_shrieker",
            "name": "Shrieker",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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": "Fungi",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 5,
            "hit_points": 13,
            "hit_dice": "3d8",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "modifiers": {
                "strength": -5,
                "dexterity": -5,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -5,
                "dexterity": -5,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -5,
                "animal_handling": -4,
                "arcana": -5,
                "athletics": -5,
                "deception": -5,
                "history": -5,
                "insight": -4,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -4,
                "nature": -5,
                "perception": -4,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": -5,
                "stealth": -5,
                "survival": -4
            },
            "passive_perception": 6,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_shrieker_shriek",
                    "attacks": [],
                    "name": "Shriek",
                    "desc": "When bright light or a creature is within 30 feet of the shrieker, it emits a shriek audible within 300 feet of it. The shrieker continues to shriek until the disturbance moves out of range and for 1d4 of the shrieker's turns afterward",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_shrieker"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_sprite/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_sprite",
            "name": "Sprite",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "neutral good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 2,
            "hit_dice": "1d4",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 3,
                "dexterity": 18,
                "constitution": 10,
                "intelligence": 14,
                "wisdom": 13,
                "charisma": 11
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": 2,
                "athletics": -4,
                "deception": 0,
                "history": 2,
                "insight": 1,
                "intimidation": 0,
                "investigation": 2,
                "medicine": 1,
                "nature": 2,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": 2,
                "sleight_of_hand": 4,
                "stealth": 8,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_sprite_heart-sight",
                    "attacks": [],
                    "name": "Heart Sight",
                    "desc": "The sprite touches a creature and magically knows the creature's current emotional state. If the target fails a DC 10 Charisma saving throw, the sprite also knows the creature's alignment. Celestials, fiends, and undead automatically fail the saving throw.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_sprite"
                },
                {
                    "key": "srd_sprite_invisibility",
                    "attacks": [],
                    "name": "Invisibility",
                    "desc": "The sprite magically turns invisible until it attacks or casts a spell, or until its concentration ends (as if concentrating on a spell). Any equipment the sprite wears or carries is invisible with it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_sprite"
                },
                {
                    "key": "srd_sprite_longsword",
                    "attacks": [],
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 1 slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_sprite"
                },
                {
                    "key": "srd_sprite_shortbow",
                    "attacks": [],
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 40/160 ft., one target. Hit: 1 piercing damage, and the target must succeed on a DC 10 Constitution saving throw or become poisoned for 1 minute. If its saving throw result is 5 or lower, the poisoned target falls unconscious for the same duration, or until it takes damage or another creature takes an action to shake it awake.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_sprite"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_stirge/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_stirge",
            "name": "Stirge",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 14,
            "hit_points": 2,
            "hit_dice": "1d4",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "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
            },
            "saving_throws": {},
            "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,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_stirge_blood-drain",
                    "attacks": [],
                    "name": "Blood Drain",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 5 (1d4 + 3) piercing damage, and the stirge attaches to the target. While attached, the stirge doesn't attack. Instead, at the start of each of the stirge's turns, the target loses 5 (1d4 + 3) hit points due to blood loss.\nThe stirge can detach itself by spending 5 feet of its movement. It does so after it drains 10 hit points of blood from the target or the target dies. A creature, including the target, can use its action to detach the stirge.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_stirge"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_stone-golem/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_stone-golem",
            "name": "Stone Golem",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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": "Golems",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 17,
            "hit_points": 178,
            "hit_dice": "17d10+85",
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 22,
                "dexterity": 9,
                "constitution": 20,
                "intelligence": 3,
                "wisdom": 11,
                "charisma": 1
            },
            "modifiers": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 6,
                "deception": -5,
                "history": -4,
                "insight": 0,
                "intimidation": -5,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -5,
                "persuasion": -5,
                "religion": -4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_immunity": true,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_stone-golem_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The golem makes two slam attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_stone-golem"
                },
                {
                    "key": "srd_stone-golem_slam",
                    "attacks": [],
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_stone-golem"
                },
                {
                    "key": "srd_stone-golem_slow",
                    "attacks": [],
                    "name": "Slow",
                    "desc": "The golem targets one or more creatures it can see within 10 ft. of it. Each target must make a DC 17 Wisdom saving throw against this magic. On a failed save, a target can't use reactions, its speed is halved, and it can't make more than one attack on its turn. In addition, the target can take either an action or a bonus action on its turn, not both. These effects last for 1 minute. A target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_stone-golem"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_succubusincubus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_succubusincubus",
            "name": "Succubus/Incubus",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 66,
            "hit_dice": "12d8+12",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 8,
                "dexterity": 17,
                "constitution": 13,
                "intelligence": 15,
                "wisdom": 12,
                "charisma": 20
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 5
            },
            "skill_bonuses": {
                "deception": 9,
                "insight": 5,
                "perception": 5,
                "persuasion": 9,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 2,
                "athletics": -1,
                "deception": 9,
                "history": 2,
                "insight": 5,
                "intimidation": 5,
                "investigation": 2,
                "medicine": 1,
                "nature": 2,
                "perception": 5,
                "performance": 5,
                "persuasion": 9,
                "religion": 2,
                "sleight_of_hand": 3,
                "stealth": 7,
                "survival": 1
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_succubusincubus_charm",
                    "attacks": [],
                    "name": "Charm",
                    "desc": "One humanoid the fiend can see within 30 feet of it must succeed on a DC 15 Wisdom saving throw or be magically charmed for 1 day. The charmed target obeys the fiend's verbal or telepathic commands. If the target suffers any harm or receives a suicidal command, it can repeat the saving throw, ending the effect on a success. If the target successfully saves against the effect, or if the effect on it ends, the target is immune to this fiend's Charm for the next 24 hours.\nThe fiend can have only one target charmed at a time. If it charms another, the effect on the previous target ends.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_succubusincubus"
                },
                {
                    "key": "srd_succubusincubus_claw",
                    "attacks": [],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": "Fiend Form Only",
                    "legendary_cost": 1,
                    "parent": "srd_succubusincubus"
                },
                {
                    "key": "srd_succubusincubus_draining-kiss",
                    "attacks": [],
                    "name": "Draining Kiss",
                    "desc": "The fiend kisses a creature charmed by it or a willing creature. The target must make a DC 15 Constitution saving throw against this magic, taking 32 (5d10 + 5) psychic damage on a failed save, or half as much damage on a successful one. The target's hit point maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hit point maximum to 0.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_succubusincubus"
                },
                {
                    "key": "srd_succubusincubus_etherealness",
                    "attacks": [],
                    "name": "Etherealness",
                    "desc": "The fiend magically enters the Ethereal Plane from the Material Plane, or vice versa.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_succubusincubus"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_swarm-of-centipedes/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_swarm-of-centipedes",
            "name": "Swarm of Centipedes",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "climb": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 12,
            "hit_points": 22,
            "hit_dice": "5d8",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 3,
                "dexterity": 13,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 7,
                "charisma": 1
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": -4,
                "deception": -5,
                "history": -5,
                "insight": -2,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_swarm-of-centipedes_bites",
                    "attacks": [],
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 0 ft., one target in the swarm's space. Hit: 10 (4d4) piercing damage, or 5 (2d4) piercing damage if the swarm has half of its hit points or fewer.\nA creature reduced to 0 hit points by a swarm of centipedes is stable but poisoned for 1 hour, even after regaining hit points, and paralyzed while poisoned in this way.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_swarm-of-centipedes"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_swarm-of-insects/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_swarm-of-insects",
            "name": "Swarm of Insects",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "climb": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 12,
            "hit_points": 22,
            "hit_dice": "5d8",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 3,
                "dexterity": 13,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 7,
                "charisma": 1
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": -4,
                "deception": -5,
                "history": -5,
                "insight": -2,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_swarm-of-insects_bites",
                    "attacks": [],
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 0 ft., one target in the swarm's space. Hit: 10 (4d4) piercing damage, or 5 (2d4) piercing damage if the swarm has half of its hit points or fewer.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_swarm-of-insects"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_swarm-of-poisonous-snakes/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_swarm-of-poisonous-snakes",
            "name": "Swarm of Poisonous Snakes",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 14,
            "hit_points": 36,
            "hit_dice": "8d8",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 8,
                "dexterity": 18,
                "constitution": 11,
                "intelligence": 1,
                "wisdom": 10,
                "charisma": 3
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 0,
                "arcana": -5,
                "athletics": -1,
                "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": 4,
                "stealth": 4,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_swarm-of-poisonous-snakes_bites",
                    "attacks": [],
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 0 ft., one creature in the swarm's space. Hit: 7 (2d6) piercing damage, or 3 (1d6) piercing damage if the swarm has half of its hit points or fewer. The target must make a DC 10 Constitution saving throw, taking 14 (4d6) poison damage on a failed save, or half as much damage on a successful one.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_swarm-of-poisonous-snakes"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_swarm-of-rats/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_swarm-of-rats",
            "name": "Swarm of Rats",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 10,
            "hit_points": 24,
            "hit_dice": "7d8-7",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 9,
                "dexterity": 11,
                "constitution": 9,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 3
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 0,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 0,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": -1,
                "deception": -4,
                "history": -4,
                "insight": 0,
                "intimidation": -4,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -4,
                "persuasion": -4,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 30.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_swarm-of-rats_bites",
                    "attacks": [],
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 0 ft., one target in the swarm's space. Hit: 7 (2d6) piercing damage, or 3 (1d6) piercing damage if the swarm has half of its hit points or fewer.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_swarm-of-rats"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_swarm-of-ravens/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_swarm-of-ravens",
            "name": "Swarm of Ravens",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 50.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 12,
            "hit_points": 24,
            "hit_dice": "7d8-7",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 8,
                "intelligence": 3,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": -2,
                "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": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_swarm-of-ravens_beaks",
                    "attacks": [],
                    "name": "Beaks",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target in the swarm's space. Hit: 7 (2d6) piercing damage, or 3 (1d6) piercing damage if the swarm has half of its hit points or fewer.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_swarm-of-ravens"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_swarm-of-spiders/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_swarm-of-spiders",
            "name": "Swarm of Spiders",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "climb": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 12,
            "hit_points": 22,
            "hit_dice": "5d8",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 3,
                "dexterity": 13,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 7,
                "charisma": 1
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": -4,
                "deception": -5,
                "history": -5,
                "insight": -2,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_swarm-of-spiders_bites",
                    "attacks": [],
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 0 ft., one target in the swarm's space. Hit: 10 (4d4) piercing damage, or 5 (2d4) piercing damage if the swarm has half of its hit points or fewer.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_swarm-of-spiders"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_swarm-of-wasps/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_swarm-of-wasps",
            "name": "Swarm of Wasps",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 5.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 5.0,
                "crawl": 2.5,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 2.5,
                "swim": 2.5
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 12,
            "hit_points": 22,
            "hit_dice": "5d8",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 3,
                "dexterity": 13,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 7,
                "charisma": 1
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": -4,
                "deception": -5,
                "history": -5,
                "insight": -2,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_swarm-of-wasps_bites",
                    "attacks": [],
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 0 ft., one target in the swarm's space. Hit: 10 (4d4) piercing damage, or 5 (2d4) piercing damage if the swarm has half of its hit points or fewer.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_swarm-of-wasps"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_treant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_treant",
            "name": "Treant",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "chaotic good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 138,
            "hit_dice": "12d12+60",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 23,
                "dexterity": 8,
                "constitution": 21,
                "intelligence": 12,
                "wisdom": 16,
                "charisma": 12
            },
            "modifiers": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 3,
                "arcana": 1,
                "athletics": 6,
                "deception": 1,
                "history": 1,
                "insight": 3,
                "intimidation": 1,
                "investigation": 1,
                "medicine": 3,
                "nature": 1,
                "perception": 3,
                "performance": 1,
                "persuasion": 1,
                "religion": 1,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_treant_animate-trees",
                    "attacks": [],
                    "name": "Animate Trees",
                    "desc": "The treant magically animates one or two trees it can see within 60 feet of it. These trees have the same statistics as a treant, except they have Intelligence and Charisma scores of 1, they can't speak, and they have only the Slam action option. An animated tree acts as an ally of the treant. The tree remains animate for 1 day or until it dies; until the treant dies or is more than 120 feet from the tree; or until the treant takes a bonus action to turn it back into an inanimate tree. The tree then takes root if possible.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_treant"
                },
                {
                    "key": "srd_treant_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The treant makes two slam attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_treant"
                },
                {
                    "key": "srd_treant_rock",
                    "attacks": [],
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +10 to hit, range 60/180 ft., one target. Hit: 28 (4d10 + 6) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_treant"
                },
                {
                    "key": "srd_treant_slam",
                    "attacks": [],
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 16 (3d6 + 6) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_treant"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_tribal-warrior/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_tribal-warrior",
            "name": "Tribal Warrior",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "any alignment",
            "languages": [],
            "armor_class": 12,
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 13,
                "dexterity": 11,
                "constitution": 12,
                "intelligence": 8,
                "wisdom": 11,
                "charisma": 8
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 1,
                "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,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_tribal-warrior_spear",
                    "attacks": [],
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +3 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d6 + 1) piercing damage, or 5 (1d8 + 1) piercing damage if used with two hands to make a melee attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_tribal-warrior"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_triceratops/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_triceratops",
            "name": "Triceratops",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "subcategory": "Dinosaurs",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 13,
            "hit_points": 95,
            "hit_dice": "10d12+30",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 22,
                "dexterity": 9,
                "constitution": 17,
                "intelligence": 2,
                "wisdom": 11,
                "charisma": 5
            },
            "modifiers": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 6,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 6,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_triceratops_gore",
                    "attacks": [],
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 24 (4d8 + 6) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_triceratops"
                },
                {
                    "key": "srd_triceratops_stomp",
                    "attacks": [],
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one prone creature. Hit: 22 (3d10 + 6) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_triceratops"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_troll/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_troll",
            "name": "Troll",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 84,
            "hit_dice": "8d10+40",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 18,
                "dexterity": 13,
                "constitution": 20,
                "intelligence": 7,
                "wisdom": 9,
                "charisma": 7
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": -1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": -1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -1,
                "arcana": -2,
                "athletics": 4,
                "deception": -2,
                "history": -2,
                "insight": -1,
                "intimidation": -2,
                "investigation": -2,
                "medicine": -1,
                "nature": -2,
                "perception": 2,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": -1
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_troll_bite",
                    "attacks": [],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_troll"
                },
                {
                    "key": "srd_troll_claw",
                    "attacks": [],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_troll"
                },
                {
                    "key": "srd_troll_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The troll makes three attacks: one with its bite and two with its claws.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_troll"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_tyrannosaurus-rex/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_tyrannosaurus-rex",
            "name": "Tyrannosaurus Rex",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "subcategory": "Dinosaurs",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 13,
            "hit_points": 136,
            "hit_dice": "13d12+52",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 25,
                "dexterity": 10,
                "constitution": 19,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 9
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 7,
                "deception": -1,
                "history": -4,
                "insight": 1,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 4,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_tyrannosaurus-rex_bite",
                    "attacks": [],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 33 (4d12 + 7) piercing damage. If the target is a Medium or smaller creature, it is grappled (escape DC 17). Until this grapple ends, the target is restrained, and the tyrannosaurus can't bite another target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_tyrannosaurus-rex"
                },
                {
                    "key": "srd_tyrannosaurus-rex_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The tyrannosaurus makes two attacks: one with its bite and one with its tail. It can't make both attacks against the same target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_tyrannosaurus-rex"
                },
                {
                    "key": "srd_tyrannosaurus-rex_tail",
                    "attacks": [],
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 20 (3d8 + 7) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_tyrannosaurus-rex"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_violet-fungus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_violet-fungus",
            "name": "Violet Fungus",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 5.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 5.0,
                "crawl": 2.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 2.5,
                "swim": 2.5
            },
            "category": "Monsters",
            "subcategory": "Fungi",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 5,
            "hit_points": 18,
            "hit_dice": "4d8",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 1
            },
            "modifiers": {
                "strength": -4,
                "dexterity": -5,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": -5,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -4,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -5,
                "animal_handling": -4,
                "arcana": -5,
                "athletics": -4,
                "deception": -5,
                "history": -5,
                "insight": -4,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -4,
                "nature": -5,
                "perception": -4,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": -5,
                "stealth": -5,
                "survival": -4
            },
            "passive_perception": 6,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_violet-fungus_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The fungus makes 1d4 Rotting Touch attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_violet-fungus"
                },
                {
                    "key": "srd_violet-fungus_rotting-touch",
                    "attacks": [],
                    "name": "Rotting Touch",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 10 ft., one creature. Hit: 4 (1d8) necrotic damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_violet-fungus"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_warhorse-skeleton/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_warhorse-skeleton",
            "name": "Warhorse Skeleton",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": "Skeletons",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "lawful evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 22,
            "hit_dice": "3d10+6",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 18,
                "dexterity": 12,
                "constitution": 15,
                "intelligence": 2,
                "wisdom": 8,
                "charisma": 5
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -3
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": -1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -1,
                "arcana": -4,
                "athletics": 4,
                "deception": -3,
                "history": -4,
                "insight": -1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": -1,
                "nature": -4,
                "perception": -1,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": -1
            },
            "passive_perception": 9,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            ],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "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": [
                {
                    "key": "srd_warhorse-skeleton_hooves",
                    "attacks": [],
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_warhorse-skeleton"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_water-elemental/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_water-elemental",
            "name": "Water Elemental",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 90.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 90.0
            },
            "category": "Monsters",
            "subcategory": "Elementals",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "neutral",
            "languages": [],
            "armor_class": 14,
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 18,
                "intelligence": 5,
                "wisdom": 10,
                "charisma": 8
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 4,
                "deception": -1,
                "history": -3,
                "insight": 0,
                "intimidation": -1,
                "investigation": -3,
                "medicine": 0,
                "nature": -3,
                "perception": 0,
                "performance": -1,
                "persuasion": -1,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_water-elemental_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The elemental makes two slam attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_water-elemental"
                },
                {
                    "key": "srd_water-elemental_slam",
                    "attacks": [],
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_water-elemental"
                },
                {
                    "key": "srd_water-elemental_whelm",
                    "attacks": [],
                    "name": "Whelm",
                    "desc": "Each creature in the elemental's space must make a DC 15 Strength saving throw. On a failure, a target takes 13 (2d8 + 4) bludgeoning damage. If it is Large or smaller, it is also grappled (escape DC 14). Until this grapple ends, the target is restrained and unable to breathe unless it can breathe water. If the saving throw is successful, the target is pushed out of the elemental's space.\nThe elemental can grapple one Large creature or up to two Medium or smaller creatures at one time. At the start of each of the elemental's turns, each target grappled by it takes 13 (2d8 + 4) bludgeoning damage. A creature within 5 feet of the elemental can pull a creature or object out of it by taking an action to make a DC 14 Strength and succeeding.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_water-elemental"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_wight/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_wight",
            "name": "Wight",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "neutral evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 45,
            "hit_dice": "6d8+18",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 15,
                "dexterity": 14,
                "constitution": 16,
                "intelligence": 10,
                "wisdom": 13,
                "charisma": 15
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {
                "perception": 3,
                "stealth": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 2,
                "deception": 2,
                "history": 0,
                "insight": 1,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 3,
                "performance": 2,
                "persuasion": 2,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_immunity": true,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "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": [
                {
                    "key": "srd_wight_life-drain",
                    "attacks": [],
                    "name": "Life Drain",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 5 (1d6 + 2) necrotic damage. The target must succeed on a DC 13 Constitution saving throw or its hit point maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hit point maximum to 0.\nA humanoid slain by this attack rises 24 hours later as a zombie under the wight's control, unless the humanoid is restored to life or its body is destroyed. The wight can have no more than twelve zombies under its control at one time.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_wight"
                },
                {
                    "key": "srd_wight_longbow",
                    "attacks": [],
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 150/600 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_wight"
                },
                {
                    "key": "srd_wight_longsword",
                    "attacks": [],
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) slashing damage, or 7 (1d10 + 2) slashing damage if used with two hands.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_wight"
                },
                {
                    "key": "srd_wight_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The wight makes two longsword attacks or two longbow attacks. It can use its Life Drain in place of one longsword attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_wight"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_will-o-wisp/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_will-o-wisp",
            "name": "Will-o'-Wisp",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 50.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 50.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 19,
            "hit_points": 22,
            "hit_dice": "9d4",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 1,
                "dexterity": 28,
                "constitution": 10,
                "intelligence": 13,
                "wisdom": 14,
                "charisma": 11
            },
            "modifiers": {
                "strength": -5,
                "dexterity": 9,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -5,
                "dexterity": 9,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 9,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": -5,
                "deception": 0,
                "history": 1,
                "insight": 2,
                "intimidation": 0,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 1,
                "sleight_of_hand": 9,
                "stealth": 9,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_will-o-wisp_invisibility",
                    "attacks": [],
                    "name": "Invisibility",
                    "desc": "The will-o'-wisp and its light magically become invisible until it attacks or uses its Consume Life, or until its concentration ends (as if concentrating on a spell).",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_will-o-wisp"
                },
                {
                    "key": "srd_will-o-wisp_shock",
                    "attacks": [],
                    "name": "Shock",
                    "desc": "Melee Spell Attack: +4 to hit, reach 5 ft., one creature. Hit: 9 (2d8) lightning damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_will-o-wisp"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_young-black-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_young-black-dragon",
            "name": "Young Black Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "subcategory": "Dragons, Chromatic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 127,
            "hit_dice": "15d10+45",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 19,
                "dexterity": 14,
                "constitution": 17,
                "intelligence": 12,
                "wisdom": 11,
                "charisma": 15
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 6,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 5,
                "constitution": 6,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 5
            },
            "skill_bonuses": {
                "perception": 6,
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 4,
                "deception": 2,
                "history": 1,
                "insight": 0,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 6,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 5,
                "survival": 0
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_young-black-dragon_acid-breath",
                    "attacks": [],
                    "name": "Acid Breath",
                    "desc": "The dragon exhales acid in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 14 Dexterity saving throw, taking 49 (11d8) acid damage on a failed save, or half as much damage on a successful one.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_young-black-dragon"
                },
                {
                    "key": "srd_young-black-dragon_bite",
                    "attacks": [],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage plus 4 (1d8) acid damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_young-black-dragon"
                },
                {
                    "key": "srd_young-black-dragon_claw",
                    "attacks": [],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_young-black-dragon"
                },
                {
                    "key": "srd_young-black-dragon_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_young-black-dragon"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/srd_young-brass-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
            "key": "srd_young-brass-dragon",
            "name": "Young Brass Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0,
                "burrow": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 20.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": "Dragons, Metallic",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 19,
                "dexterity": 10,
                "constitution": 17,
                "intelligence": 12,
                "wisdom": 11,
                "charisma": 15
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 3,
                "constitution": 6,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 6,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 5
            },
            "skill_bonuses": {
                "perception": 6,
                "persuasion": 5,
                "stealth": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 4,
                "deception": 2,
                "history": 1,
                "insight": 0,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 6,
                "performance": 2,
                "persuasion": 5,
                "religion": 1,
                "sleight_of_hand": 0,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "srd_young-brass-dragon_bite",
                    "attacks": [],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_young-brass-dragon"
                },
                {
                    "key": "srd_young-brass-dragon_breath-weapons",
                    "attacks": [],
                    "name": "Breath Weapons",
                    "desc": "The dragon uses one of the following breath weapons.\n**Fire Breath.** The dragon exhales fire in a 40-foot line that is 5 feet wide. Each creature in that line must make a DC 14 Dexterity saving throw, taking 42 (12d6) fire damage on a failed save, or half as much damage on a successful one.\n**Sleep Breath.** The dragon exhales sleep gas in a 30-foot cone. Each creature in that area must succeed on a DC 14 Constitution saving throw or fall unconscious for 5 minutes. This effect ends for a creature if the creature takes damage or someone uses an action to wake it.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_young-brass-dragon"
                },
                {
                    "key": "srd_young-brass-dragon_claw",
                    "attacks": [],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_young-brass-dragon"
                },
                {
                    "key": "srd_young-brass-dragon_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": 1,
                    "parent": "srd_young-brass-dragon"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_abominable-beauty/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_abominable-beauty",
            "name": "Abominable Beauty",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 187,
            "hit_dice": "22d8+88",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 17,
                "dexterity": 18,
                "constitution": 18,
                "intelligence": 17,
                "wisdom": 16,
                "charisma": 26
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 4,
                "constitution": 4,
                "intelligence": 3,
                "wisdom": 3,
                "charisma": 8
            },
            "saving_throws": {
                "dexterity": 8,
                "constitution": 8,
                "charisma": 12
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 8,
                "constitution": 8,
                "intelligence": 3,
                "wisdom": 3,
                "charisma": 12
            },
            "skill_bonuses": {
                "deception": 12,
                "perception": 7,
                "performance": 12,
                "persuasion": 12
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 3,
                "arcana": 3,
                "athletics": 3,
                "deception": 12,
                "history": 3,
                "insight": 3,
                "intimidation": 8,
                "investigation": 3,
                "medicine": 3,
                "nature": 3,
                "perception": 7,
                "performance": 12,
                "persuasion": 12,
                "religion": 3,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 3
            },
            "passive_perception": 17,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_abominable-beauty_blinding-gaze",
                    "attacks": [],
                    "name": "Blinding Gaze ",
                    "desc": "A creature within 30 feet of the abominable beauty who is targeted by this attack and who meets the abominable beauty's gaze must succeed on a DC 17 Charisma saving throw or be blinded. If the saving throw succeeds, the target creature is permanently immune to this abominable beauty's Blinding Gaze.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_abominable-beauty"
                },
                {
                    "key": "tob_abominable-beauty_deafening-voice",
                    "attacks": [],
                    "name": "Deafening Voice ",
                    "desc": "An abominable beauty's voice is lovely, but any creature within 90 feet and able to hear her when she makes her Deafening Voice attack must succeed on a DC 16 Constitution saving throw or be permanently deafened.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_abominable-beauty"
                },
                {
                    "key": "tob_abominable-beauty_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The abominable beauty makes two slam attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_abominable-beauty"
                },
                {
                    "key": "tob_abominable-beauty_slam",
                    "attacks": [],
                    "name": "Slam",
                    "desc": "+8 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) damage plus 28 (8d6) fire damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_abominable-beauty"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_adult-rime-worm/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_adult-rime-worm",
            "name": "Adult Rime Worm",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 30.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 30.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "neutral",
            "languages": [],
            "armor_class": 15,
            "hit_points": 105,
            "hit_dice": "10d10+50",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 20,
                "dexterity": 14,
                "constitution": 20,
                "intelligence": 6,
                "wisdom": 14,
                "charisma": 3
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": -4
            },
            "saving_throws": {
                "strength": 8,
                "constitution": 8
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 8,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": 5,
                "deception": -4,
                "history": -2,
                "insight": 2,
                "intimidation": -4,
                "investigation": -2,
                "medicine": 2,
                "nature": -2,
                "perception": 2,
                "performance": -4,
                "persuasion": -4,
                "religion": -2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 200.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_adult-rime-worm_black-ice-spray",
                    "attacks": [],
                    "name": "Black Ice Spray ",
                    "desc": "The rime worm sprays slivers of ice in a line 30 feet long and 5 feet wide. All creatures in the line take 26 (4d12) necrotic damage and are blinded; a successful DC 15 Constitution saving throw prevents the blindness. A blinded creature repeats the saving throw at the end of its turn, ending the effect on itself with a successful save.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_adult-rime-worm"
                },
                {
                    "key": "tob_adult-rime-worm_devour",
                    "attacks": [
                        {
                            "key": "tob_adult-rime-worm_devour_devour-attack",
                            "distance_unit": "feet",
                            "name": "Devour attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D12",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_adult-rime-worm_devour",
                            "damage_type": null,
                            "extra_damage_type": "cold"
                        }
                    ],
                    "name": "Devour",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (2d12 + 5) slashing damage. If the target was grappled by the rime worm, it takes an additional 13 (2d12) cold damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_adult-rime-worm"
                },
                {
                    "key": "tob_adult-rime-worm_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The rime worm makes two tendril attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_adult-rime-worm"
                },
                {
                    "key": "tob_adult-rime-worm_tendril",
                    "attacks": [
                        {
                            "key": "tob_adult-rime-worm_tendril_tendril-attack",
                            "distance_unit": "feet",
                            "name": "Tendril attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_adult-rime-worm_tendril",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack. +8 to hit, reach 10 ft., one target. Hit: 8 (1d6 + 5) slashing damage. If both tendril attacks hit the same target in a single turn, that target is grappled (escape DC 15). The rime worm can grapple one creature at a time, and it can't use its tendril or devour attacks against a different target while it has a creature grappled.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_adult-rime-worm"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_al-aeshma-genie/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_al-aeshma-genie",
            "name": "Al-Aeshma Genie",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 90.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": true,
                "fly": 90.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 172,
            "hit_dice": "15d10+90",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 21,
                "dexterity": 15,
                "constitution": 22,
                "intelligence": 15,
                "wisdom": 16,
                "charisma": 20
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 6,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 6,
                "wisdom": 7,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 6,
                "constitution": 6,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 9
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": 2,
                "athletics": 5,
                "deception": 5,
                "history": 2,
                "insight": 3,
                "intimidation": 5,
                "investigation": 2,
                "medicine": 3,
                "nature": 2,
                "perception": 3,
                "performance": 5,
                "persuasion": 5,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_al-aeshma-genie_dust-devil",
                    "attacks": [],
                    "name": "Dust Devil",
                    "desc": "A 5-foot-radius, 30-foot-tall cylinder of sand magically forms on a point the al-Aeshma can see within 120 feet of it. The dust devil lasts as long as the al-Aeshma maintains concentration (as if a spell). Any creature but the al-Aeshma that enters the dust devil must succeed on a DC 18 Strength saving throw or be restrained by it; any number of creatures may be restrained this way. At the start of a restrained creature's turn, it takes 7 (2d6) slashing damage plus 7 (2d6) necrotic damage. The al-Aeshma can move the dust devil up to 60 feet as an action; restrained creatures move with it. The dust devil ends if the al-Aeshma loses sight of it. A creature can use its action to free a creature restrained by the dust devil, including itself, by making a DC 18 Strength check. If the check succeeds, it moves to the nearest space outside the dust devil.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_al-aeshma-genie"
                },
                {
                    "key": "tob_al-aeshma-genie_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The al-Aeshma makes three scimitar attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_al-aeshma-genie"
                },
                {
                    "key": "tob_al-aeshma-genie_scimitar",
                    "attacks": [
                        {
                            "key": "tob_al-aeshma-genie_scimitar_scimitar-attack",
                            "distance_unit": "feet",
                            "name": "Scimitar attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_al-aeshma-genie_scimitar",
                            "damage_type": null,
                            "extra_damage_type": "necrotic"
                        }
                    ],
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage, plus 3 (1d6) necrotic damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_al-aeshma-genie"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_ala/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_ala",
            "name": "Ala",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 127,
            "hit_dice": "15d8+60",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 20,
                "dexterity": 16,
                "constitution": 18,
                "intelligence": 10,
                "wisdom": 16,
                "charisma": 8
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 3,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 3,
                "charisma": -1
            },
            "skill_bonuses": {
                "athletics": 8,
                "perception": 9,
                "stealth": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": 0,
                "athletics": 8,
                "deception": -1,
                "history": 0,
                "insight": 3,
                "intimidation": -1,
                "investigation": 0,
                "medicine": 3,
                "nature": 0,
                "perception": 9,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 6,
                "survival": 3
            },
            "passive_perception": 19,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "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": [
                {
                    "key": "tob_ala_bite",
                    "attacks": [
                        {
                            "key": "tob_ala_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D10",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ala_bite",
                            "damage_type": null,
                            "extra_damage_type": "poison"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 10 (1d10 + 5) piercing damage, and the target must succeed on a DC 16 saving throw or take 10 (3d6) poison damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ala"
                },
                {
                    "key": "tob_ala_claw",
                    "attacks": [
                        {
                            "key": "tob_ala_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ala_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ala"
                },
                {
                    "key": "tob_ala_lightnings-kiss",
                    "attacks": [],
                    "name": "Lightning's Kiss ",
                    "desc": "One target within 50 feet must make a DC 16 Dexterity saving throw. It takes 28 (8d6) lightning damage on a failed save, or half as much damage on a successful one.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ala"
                },
                {
                    "key": "tob_ala_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The ala makes two claw attacks or one claw and one bite attack.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ala"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_algorith/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_algorith",
            "name": "Algorith",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "lawful neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 136,
            "hit_dice": "16d8+64",
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 21,
                "dexterity": 14,
                "constitution": 19,
                "intelligence": 13,
                "wisdom": 16,
                "charisma": 18
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 6,
                "constitution": 8,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 6,
                "constitution": 8,
                "intelligence": 1,
                "wisdom": 7,
                "charisma": 8
            },
            "skill_bonuses": {
                "athletics": 9,
                "insight": 7,
                "investigation": 5,
                "perception": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": 1,
                "athletics": 9,
                "deception": 4,
                "history": 1,
                "insight": 7,
                "intimidation": 4,
                "investigation": 5,
                "medicine": 3,
                "nature": 1,
                "perception": 7,
                "performance": 4,
                "persuasion": 4,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 17,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "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": [
                {
                    "key": "tob_algorith_cone-of-negation",
                    "attacks": [],
                    "name": "Cone of Negation ",
                    "desc": "An algorith can project a cone of null energy. Targets inside the 30 foot cone take 42 (12d6) force damage and suffer the effect of a dispel magic spell. A successful DC 16 Dexterity saving throw reduces the damage to half and negates the dispel magic effect on that target.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_algorith"
                },
                {
                    "key": "tob_algorith_logic-razor",
                    "attacks": [
                        {
                            "key": "tob_algorith_logic-razor_logic-razor-attack",
                            "distance_unit": "feet",
                            "name": "Logic Razor attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 9,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D12",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_algorith_logic-razor",
                            "damage_type": null,
                            "extra_damage_type": "force"
                        }
                    ],
                    "name": "Logic Razor",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 31 (4d12 + 5) force damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_algorith"
                },
                {
                    "key": "tob_algorith_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The algorith makes two logic razor attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_algorith"
                },
                {
                    "key": "tob_algorith_reality-bomb",
                    "attacks": [],
                    "name": "Reality Bomb ",
                    "desc": "The algorith can summon forth a tiny rune of law and throw it as a weapon. Any creature within 30 feet of the square where the reality bomb lands takes 21 (6d6) force damage and is stunned until the start of the algorith's next turn. A target that makes a successful DC 16 Dexterity saving throw takes half damage and isn't stunned.",
                    "uses_type": "PER_DAY",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_algorith"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_ancient-titan/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_ancient-titan",
            "name": "Ancient Titan",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "neutral good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 198,
            "hit_dice": "12d20+72",
            "challenge_rating_decimal": "12.000",
            "challenge_rating_text": "12",
            "experience_points": 8400,
            "ability_scores": {
                "strength": 27,
                "dexterity": 13,
                "constitution": 22,
                "intelligence": 16,
                "wisdom": 16,
                "charisma": 20
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 1,
                "constitution": 6,
                "intelligence": 3,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws": {
                "constitution": 10,
                "wisdom": 7,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 1,
                "constitution": 10,
                "intelligence": 3,
                "wisdom": 7,
                "charisma": 9
            },
            "skill_bonuses": {
                "athletics": 14,
                "intimidation": 9,
                "perception": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 3,
                "arcana": 3,
                "athletics": 14,
                "deception": 5,
                "history": 3,
                "insight": 3,
                "intimidation": 9,
                "investigation": 3,
                "medicine": 3,
                "nature": 3,
                "perception": 7,
                "performance": 5,
                "persuasion": 5,
                "religion": 3,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 3
            },
            "passive_perception": 17,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_ancient-titan_eldritch-singularity",
                    "attacks": [],
                    "name": "Eldritch Singularity ",
                    "desc": "The ancient titan opens a momentary rupture in the eldritch source that fuels its words of power. This rupture appears at a spot designated by the titan within 100 feet. Any creature within 60 feet of the spot must make a DC 17 Constitution saving throw. On a failure, the creature takes 28 (8d6) force damage, falls prone, and is pulled 1d6 x 10 feet toward the eldritch singularity, taking an additional 3 (1d6) bludgeoning damage per 10 feet they were dragged. If the saving throw succeeds, the target takes half as much force damage and isn't knocked prone or pulled. The spot where the rupture occurs becomes the center of a 60-foot-radius antimagic field until the end of the ancient titan's next turn. The titan's spells are not affected by this antimagic field.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ancient-titan"
                },
                {
                    "key": "tob_ancient-titan_greatsword",
                    "attacks": [
                        {
                            "key": "tob_ancient-titan_greatsword_greatsword-attack",
                            "distance_unit": "feet",
                            "name": "Greatsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 12,
                            "reach": 10.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 8,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ancient-titan_greatsword",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 38 (8d6 + 8) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ancient-titan"
                },
                {
                    "key": "tob_ancient-titan_longbow",
                    "attacks": [
                        {
                            "key": "tob_ancient-titan_longbow_longbow-attack",
                            "distance_unit": "feet",
                            "name": "Longbow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": null,
                            "range": 150.0,
                            "long_range": 640.0,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_ancient-titan_longbow",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 150/640 ft., one target. Hit: 19 (4d8 + 1) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ancient-titan"
                },
                {
                    "key": "tob_ancient-titan_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The ancient titan makes two greatsword attacks or two longbow attacks",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_ancient-titan"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_andrenjinyi/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_andrenjinyi",
            "name": "Andrenjinyi",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet",
                "burrow": 20.0,
                "climb": 20.0,
                "swim": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.0,
                "climb": 20.0,
                "swim": 60.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 228,
            "hit_dice": "13d20+91",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 30,
                "dexterity": 17,
                "constitution": 25,
                "intelligence": 10,
                "wisdom": 18,
                "charisma": 23
            },
            "modifiers": {
                "strength": 10,
                "dexterity": 3,
                "constitution": 7,
                "intelligence": 0,
                "wisdom": 4,
                "charisma": 6
            },
            "saving_throws": {
                "constitution": 12,
                "wisdom": 9,
                "charisma": 11
            },
            "saving_throws_all": {
                "strength": 10,
                "dexterity": 3,
                "constitution": 12,
                "intelligence": 0,
                "wisdom": 9,
                "charisma": 11
            },
            "skill_bonuses": {
                "arcana": 5,
                "perception": 9,
                "religion": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 4,
                "arcana": 5,
                "athletics": 10,
                "deception": 6,
                "history": 0,
                "insight": 4,
                "intimidation": 6,
                "investigation": 0,
                "medicine": 4,
                "nature": 0,
                "perception": 9,
                "performance": 6,
                "persuasion": 6,
                "religion": 5,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 4
            },
            "passive_perception": 19,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 120.0,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_andrenjinyi_bite",
                    "attacks": [
                        {
                            "key": "tob_andrenjinyi_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 15,
                            "reach": 20.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D12",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_andrenjinyi_bite",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 20 ft., one target. Hit: 36 (4d12 + 10) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_andrenjinyi"
                },
                {
                    "key": "tob_andrenjinyi_constrict",
                    "attacks": [
                        {
                            "key": "tob_andrenjinyi_constrict_constrict-attack",
                            "distance_unit": "feet",
                            "name": "Constrict attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 15,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 4,
                            "damage_die_type": "D12",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_andrenjinyi_constrict",
                            "damage_type": null,
                            "extra_damage_type": "bludgeoning"
                        }
                    ],
                    "name": "Constrict",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 5 ft., one target. Hit: 36 (4d12 + 10) bludgeoning damage, and the target is grappled (escape DC 20). Until this grapple ends the target is restrained, and the andrenjinyi can't constrict another target.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_andrenjinyi"
                },
                {
                    "key": "tob_andrenjinyi_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The andrenjinyi makes two attacks, one with its bite and one with its constriction. If both attacks hit the same target, then the target is Swallowed Whole.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_andrenjinyi"
                },
                {
                    "key": "tob_andrenjinyi_rainbow-arch",
                    "attacks": [],
                    "name": "Rainbow Arch",
                    "desc": "The andrenjinyi can instantaneously teleport between sources of fresh water within 1 mile as an action. It can't move normally or take any other action on the turn when it uses this power. When this power is activated, a rainbow manifests between the origin and destination, lasting for 1 minute.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_andrenjinyi"
                },
                {
                    "key": "tob_andrenjinyi_swallow-whole",
                    "attacks": [],
                    "name": "Swallow Whole",
                    "desc": "If the bite and constrict attacks hit the same target in one turn, the creature is swallowed whole. The target is blinded and restrained, and has total cover against attacks and other effects outside the andrenjinyi. The target takes no damage inside the andrenjinyi. The andrenjinyi can have three Medium-sized creatures or four Small-sized creatures swallowed at a time. If the andrenjinyi takes 20 damage or more in a single turn from a swallowed creature, the andrenjinyi must succeed on a DC 18 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 5 feet of the andrenjinyi. If the andrenjinyi is slain, a swallowed creature is no longer restrained by it and can escape from the andrenjinyi by using 15 feet of movement, exiting prone. The andrenjinyi can regurgitate swallowed creatures as a free action.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_andrenjinyi"
                },
                {
                    "key": "tob_andrenjinyi_transmuting-gullet",
                    "attacks": [],
                    "name": "Transmuting Gullet",
                    "desc": "When a creature is swallowed by an andrenjinyi, it must make a successful DC 19 Wisdom saving throw each round at the end of its turn or be affected by true polymorph into a new form chosen by the andrenjinyi. The effect is permanent until dispelled or ended with a wish or comparable magic.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_andrenjinyi"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_angel-chained/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_angel-chained",
            "name": "Angel, Chained",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 88,
            "hit_dice": "16d8+16",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 18,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 12,
                "wisdom": 18,
                "charisma": 20
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 4,
                "charisma": 5
            },
            "saving_throws": {
                "dexterity": 6,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 6,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 7,
                "charisma": 8
            },
            "skill_bonuses": {
                "perception": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 4,
                "arcana": 1,
                "athletics": 4,
                "deception": 5,
                "history": 1,
                "insight": 4,
                "intimidation": 5,
                "investigation": 1,
                "medicine": 4,
                "nature": 1,
                "perception": 7,
                "performance": 5,
                "persuasion": 5,
                "religion": 1,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 4
            },
            "passive_perception": 17,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 200.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_angel-chained_fallen-glory",
                    "attacks": [],
                    "name": "Fallen Glory ",
                    "desc": "All creatures within 50 feet of the chained angel and in its line of sight take 19 (3d12) radiant damage and are knocked prone, or take half damage and aren't knocked prone with a successful DC 15 Strength saving throw.",
                    "uses_type": "RECHARGE_ON_ROLL",
                    "uses_param": 5,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_angel-chained"
                },
                {
                    "key": "tob_angel-chained_fiendish-cunning",
                    "attacks": [],
                    "name": "Fiendish Cunning",
                    "desc": "When a creature within 60 feet casts a divine spell, the chained angel can counter the spell if it succeeds on a Charisma check against a DC of 10 + the spell's level.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_angel-chained"
                },
                {
                    "key": "tob_angel-chained_fiery-greatsword",
                    "attacks": [],
                    "name": "Fiery Greatsword",
                    "desc": "Melee Weapon Attack. +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage plus 16 (3d10) fire damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_angel-chained"
                },
                {
                    "key": "tob_angel-chained_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The chained angel makes two fiery greatsword attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_angel-chained"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_anubian/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_anubian",
            "name": "Anubian",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 44,
            "hit_dice": "8d8+8",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 12,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {
                "stealth": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 1,
                "deception": 0,
                "history": 0,
                "insight": 1,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api",
                "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
                "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
                "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
                "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 30.0,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_anubian_claw",
                    "attacks": [
                        {
                            "key": "tob_anubian_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 5,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_anubian_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_anubian"
                },
                {
                    "key": "tob_anubian_haboob",
                    "attacks": [],
                    "name": "Haboob ",
                    "desc": "The anubian creates a sandstorm in a cylinder 30-feet high, that reaches to within 5 feet of it. The storm moves with the anubian. The area is heavily obscured, and each creature other than an anubian that enters the sandstorm or ends its turn there must make a successful DC 13 Strength saving throw or be restrained by it. Also, each creature other than an anubian that ends its turn inside the sandstorm takes 3 (1d6) slashing damage. The anubian can maintain the haboob for up to 10 minutes as if concentrating on a spell. While maintaining the haboob, the anubian's speed is reduced to 5 feet and it can't sand step. Creatures restrained by the sandstorm move with the anubian. A creature can free itself or an adjacent creature from the sandstorm by using its action and making a DC 13 Strength check. A successful check ends the restraint on the target creature.",
                    "uses_type": "PER_DAY",
                    "uses_param": 1,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_anubian"
                },
                {
                    "key": "tob_anubian_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The anubian makes two claw attacks.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_anubian"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_aridni/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_aridni",
            "name": "Aridni",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "subcategory": null,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 82,
            "hit_dice": "15d6+30",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 9,
                "dexterity": 21,
                "constitution": 14,
                "intelligence": 12,
                "wisdom": 11,
                "charisma": 16
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 5,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 8
            },
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 8,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 3
            },
            "skill_bonuses": {
                "acrobatics": 11,
                "perception": 3,
                "stealth": 11
            },
            "skill_bonuses_all": {
                "acrobatics": 11,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": -1,
                "deception": 3,
                "history": 1,
                "insight": 0,
                "intimidation": 3,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 3,
                "performance": 3,
                "persuasion": 3,
                "religion": 1,
                "sleight_of_hand": 5,
                "stealth": 11,
                "survival": 0
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_aridni_pixie-bow",
                    "attacks": [
                        {
                            "key": "tob_aridni_pixie-bow_pixie-bow-attack",
                            "distance_unit": "feet",
                            "name": "Pixie Bow attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": null,
                            "range": 40.0,
                            "long_range": 160.0,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D4",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_aridni_pixie-bow",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Pixie Bow",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 40/160 ft., one target. Hit: 7 (1d4 + 5) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_aridni"
                },
                {
                    "key": "tob_aridni_shortsword",
                    "attacks": [
                        {
                            "key": "tob_aridni_shortsword_shortsword-attack",
                            "distance_unit": "feet",
                            "name": "Shortsword attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 8,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_aridni_shortsword",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) piercing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_aridni"
                },
                {
                    "key": "tob_aridni_slaver-arrows",
                    "attacks": [],
                    "name": "Slaver Arrows",
                    "desc": "An aridni can add a magical effect in addition to the normal damage done by its arrows. If so, the aridni chooses from the following effects:\n\nConfusion. The target must succeed on a DC 14 Wisdom saving throw or become confused (as the spell) for 2d4 - 1 rounds.\n\nFear. The target must succeed on a DC 14 Wisdom saving throw or become frightened for 2d4 rounds.\n\nHideous Laughter. The target must succeed on a DC 14 Wisdom saving throw or become incapacitated for 2d4 rounds. While incapacitated, the target is prone and laughing uncontrollably.\n\nSleep. The target must succeed on a DC 14 Wisdom saving throw or fall asleep for 2d4 minutes. The creature wakes up if it takes damage or if another creature takes an action to shake it awake.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_aridni"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_automata-devil/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_automata-devil",
            "name": "Automata Devil",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "lawful evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 24,
                "dexterity": 17,
                "constitution": 20,
                "intelligence": 11,
                "wisdom": 14,
                "charisma": 19
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 3,
                "constitution": 5,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "strength": 11,
                "dexterity": 7,
                "constitution": 9,
                "wisdom": 6,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 11,
                "dexterity": 7,
                "constitution": 9,
                "intelligence": 0,
                "wisdom": 6,
                "charisma": 8
            },
            "skill_bonuses": {
                "athletics": 11,
                "intimidation": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 11,
                "deception": 4,
                "history": 0,
                "insight": 2,
                "intimidation": 8,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": 4,
                "persuasion": 4,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_automata-devil_bite",
                    "attacks": [
                        {
                            "key": "tob_automata-devil_bite_bite-attack",
                            "distance_unit": "feet",
                            "name": "Bite attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 11,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D10",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_automata-devil_bite",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 18 (2d10 + 7) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_automata-devil"
                },
                {
                    "key": "tob_automata-devil_claw",
                    "attacks": [
                        {
                            "key": "tob_automata-devil_claw_claw-attack",
                            "distance_unit": "feet",
                            "name": "Claw attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 11,
                            "reach": 5.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 2,
                            "damage_die_type": "D6",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_automata-devil_claw",
                            "damage_type": null,
                            "extra_damage_type": "slashing"
                        }
                    ],
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_automata-devil"
                },
                {
                    "key": "tob_automata-devil_fear-aura",
                    "attacks": [],
                    "name": "Fear Aura",
                    "desc": "Automata devils radiate fear in a 10-foot radius. A creature that starts its turn in the affected area must make a successful DC 16 Wisdom saving throw or become frightened. A creature that makes the save successfully cannot be affected by the same automata devil's fear aura again.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_automata-devil"
                },
                {
                    "key": "tob_automata-devil_multiattack",
                    "attacks": [],
                    "name": "Multiattack",
                    "desc": "The automata devil makes two melee attacks, using any combination of bite, claw, and whip attacks. The bite attack can be used only once per turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_automata-devil"
                },
                {
                    "key": "tob_automata-devil_punishing-maw",
                    "attacks": [],
                    "name": "Punishing Maw",
                    "desc": "If a target is already grappled in a whip at the start of the automata devil's turn, both creatures make opposed Strength (Athletics) checks. If the grappled creature wins, it takes 9 (2d8) piercing damage and remains grappled. If the devil wins, the grappled creature is dragged into the devil's stomach maw, a mass of churning gears, razor teeth, and whirling blades. The creature takes 49 (4d20 + 7) slashing damage and is grappled, and the whip is free to attack again on the devil's next turn. The creature takes another 49 (4d20 + 7) slashing damage automatically at the start of each of the automata devil's turns for as long as it remains grappled in the maw. Only one creature can be grappled in the punishing maw at a time. The automata devil can freely \"spit out\"a creature or corpse during its turn, to free up the maw for another victim.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_automata-devil"
                },
                {
                    "key": "tob_automata-devil_whip",
                    "attacks": [
                        {
                            "key": "tob_automata-devil_whip_whip-attack",
                            "distance_unit": "feet",
                            "name": "Whip attack",
                            "attack_type": "WEAPON",
                            "to_hit_mod": 11,
                            "reach": 15.0,
                            "range": null,
                            "long_range": null,
                            "target_creature_only": false,
                            "damage_die_count": 1,
                            "damage_die_type": "D8",
                            "damage_bonus": null,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_automata-devil_whip",
                            "damage_type": null,
                            "extra_damage_type": "piercing"
                        }
                    ],
                    "name": "Whip",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 15 ft., one target. Hit: 11 (1d8 + 7) slashing damage and the target is grappled (escape DC 17) and restrained. Only two targets can be grappled by the automata devil at one time, and each grappled target prevents one whip from being used to attack. An individual target can be grappled by only one whip at a time. A grappled target takes 9 (2d8) piercing damage at the start of its turn.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_automata-devil"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob_azza-gremlin/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob/?format=api",
            "key": "tob_azza-gremlin",
            "name": "Azza Gremlin",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "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,
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 7,
            "hit_dice": "2d6",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "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
            },
            "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,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [
                {
                    "key": "tob_azza-gremlin_lightning-jolt",
                    "attacks": [
                        {
                            "key": "tob_azza-gremlin_lightning-jolt_lightning-jolt-attack",
                            "distance_unit": "feet",
                            "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,
                            "extra_damage_die_count": null,
                            "extra_damage_die_type": null,
                            "extra_damage_bonus": null,
                            "parent": "tob_azza-gremlin_lightning-jolt",
                            "damage_type": null,
                            "extra_damage_type": "lightning"
                        }
                    ],
                    "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.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "ACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_azza-gremlin"
                },
                {
                    "key": "tob_azza-gremlin_ride-the-bolt",
                    "attacks": [],
                    "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.",
                    "uses_type": null,
                    "uses_param": null,
                    "action_type": "REACTION",
                    "form_condition": null,
                    "legendary_cost": null,
                    "parent": "tob_azza-gremlin"
                }
            ],
            "creaturesets": [],
            "environments": [
                "https://api-beta.open5e.com/v2/environments/arctic/?format=api",
                "https://api-beta.open5e.com/v2/environments/caves/?format=api",
                "https://api-beta.open5e.com/v2/environments/coast/?format=api",
                "https://api-beta.open5e.com/v2/environments/desert/?format=api",
                "https://api-beta.open5e.com/v2/environments/forest/?format=api",
                "https://api-beta.open5e.com/v2/environments/grassland/?format=api",
                "https://api-beta.open5e.com/v2/environments/hills/?format=api",
                "https://api-beta.open5e.com/v2/environments/laboratory/?format=api",
                "https://api-beta.open5e.com/v2/environments/lake/?format=api",
                "https://api-beta.open5e.com/v2/environments/mountain/?format=api",
                "https://api-beta.open5e.com/v2/environments/ocean/?format=api",
                "https://api-beta.open5e.com/v2/environments/ruins/?format=api",
                "https://api-beta.open5e.com/v2/environments/sewer/?format=api",
                "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api",
                "https://api-beta.open5e.com/v2/environments/swamp/?format=api",
                "https://api-beta.open5e.com/v2/environments/temple/?format=api",
                "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api",
                "https://api-beta.open5e.com/v2/environments/tomb/?format=api",
                "https://api-beta.open5e.com/v2/environments/underworld/?format=api",
                "https://api-beta.open5e.com/v2/environments/urban/?format=api"
            ]
        }
    ]
}