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

GET /v2/creatures/?format=api&ordering=size&page=7
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=size&page=8",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=size&page=6",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_living-star/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_living-star",
            "name": "Living Star",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "any alignment",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 19,
            "hit_points": 207,
            "hit_dice": "18d12+90",
            "challenge_rating_decimal": "19.000",
            "challenge_rating_text": "19",
            "experience_points": 22000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 22,
                "constitution": 21,
                "intelligence": 21,
                "wisdom": 19,
                "charisma": 22
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 6,
                "constitution": 5,
                "intelligence": 5,
                "wisdom": 4,
                "charisma": 6
            },
            "saving_throws": {
                "dexterity": 12,
                "constitution": 11,
                "wisdom": 10
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 12,
                "constitution": 11,
                "intelligence": 5,
                "wisdom": 10,
                "charisma": 6
            },
            "skill_bonuses": {
                "acrobatics": 12,
                "insight": 10,
                "perception": 10,
                "persuasion": 12
            },
            "skill_bonuses_all": {
                "acrobatics": 12,
                "animal_handling": 4,
                "arcana": 5,
                "athletics": 7,
                "deception": 6,
                "history": 5,
                "insight": 10,
                "intimidation": 6,
                "investigation": 5,
                "medicine": 4,
                "nature": 5,
                "perception": 10,
                "performance": 6,
                "persuasion": 12,
                "religion": 5,
                "sleight_of_hand": 6,
                "stealth": 6,
                "survival": 4
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?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/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/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?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": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_ouroboros/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_ouroboros",
            "name": "Ouroboros",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 80.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "neutral",
            "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": 15,
            "hit_points": 94,
            "hit_dice": "9d12+36",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 21,
                "dexterity": 11,
                "constitution": 19,
                "intelligence": 15,
                "wisdom": 18,
                "charisma": 12
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 3,
                "constitution": 7,
                "wisdom": 7,
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 3,
                "constitution": 7,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 4
            },
            "skill_bonuses": {
                "arcana": 8,
                "history": 8,
                "perception": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 4,
                "arcana": 8,
                "athletics": 5,
                "deception": 1,
                "history": 8,
                "insight": 4,
                "intimidation": 1,
                "investigation": 2,
                "medicine": 4,
                "nature": 2,
                "perception": 7,
                "performance": 1,
                "persuasion": 1,
                "religion": 2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 4
            },
            "passive_perception": 17,
            "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": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_pillar-of-the-lost-magocracy/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_pillar-of-the-lost-magocracy",
            "name": "Pillar of the Lost Magocracy",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "chaotic neutral",
            "languages": [],
            "armor_class": 14,
            "hit_points": 90,
            "hit_dice": "12d12+12",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 9,
                "dexterity": 1,
                "constitution": 13,
                "intelligence": 18,
                "wisdom": 8,
                "charisma": 13
            },
            "modifiers": {
                "strength": -1,
                "dexterity": -5,
                "constitution": 1,
                "intelligence": 4,
                "wisdom": -1,
                "charisma": 1
            },
            "saving_throws": {
                "constitution": 3,
                "wisdom": 1
            },
            "saving_throws_all": {
                "strength": -1,
                "dexterity": -5,
                "constitution": 3,
                "intelligence": 4,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {
                "arcana": 6,
                "history": 6
            },
            "skill_bonuses_all": {
                "acrobatics": -5,
                "animal_handling": -1,
                "arcana": 6,
                "athletics": -1,
                "deception": 1,
                "history": 6,
                "insight": -1,
                "intimidation": 1,
                "investigation": 4,
                "medicine": -1,
                "nature": 4,
                "perception": -1,
                "performance": 1,
                "persuasion": 1,
                "religion": 4,
                "sleight_of_hand": -5,
                "stealth": -5,
                "survival": -1
            },
            "passive_perception": 9,
            "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/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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_simhamukha/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_simhamukha",
            "name": "Simhamukha",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "chaotic good",
            "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": 16,
            "hit_points": 115,
            "hit_dice": "11d12+44",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 21,
                "dexterity": 15,
                "constitution": 19,
                "intelligence": 12,
                "wisdom": 17,
                "charisma": 19
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 4
            },
            "saving_throws": {
                "strength": 8,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 7
            },
            "skill_bonuses": {
                "perception": 6
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": 1,
                "athletics": 5,
                "deception": 4,
                "history": 1,
                "insight": 3,
                "intimidation": 4,
                "investigation": 1,
                "medicine": 3,
                "nature": 1,
                "perception": 6,
                "performance": 4,
                "persuasion": 4,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?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/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/psychic/?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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_storm-lord/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_storm-lord",
            "name": "Storm Lord",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 50.0,
                "unit": "feet",
                "fly": 50.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 50.0,
                "crawl": 25.0,
                "hover": true,
                "fly": 50.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "neutral",
            "languages": [],
            "armor_class": 17,
            "hit_points": 161,
            "hit_dice": "17d12+51",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 20,
                "dexterity": 18,
                "constitution": 16,
                "intelligence": 12,
                "wisdom": 14,
                "charisma": 18
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 4,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "strength": 10,
                "constitution": 8,
                "wisdom": 7
            },
            "saving_throws_all": {
                "strength": 10,
                "dexterity": 4,
                "constitution": 8,
                "intelligence": 1,
                "wisdom": 7,
                "charisma": 4
            },
            "skill_bonuses": {
                "athletics": 10,
                "nature": 6,
                "perception": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 10,
                "deception": 4,
                "history": 1,
                "insight": 2,
                "intimidation": 4,
                "investigation": 1,
                "medicine": 2,
                "nature": 6,
                "perception": 7,
                "performance": 4,
                "persuasion": 4,
                "religion": 1,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 2
            },
            "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/bludgeoning/?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",
                "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/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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_thorned-sulfurlord/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_thorned-sulfurlord",
            "name": "Thorned Sulfurlord",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?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",
            "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/infernal/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 171,
            "hit_dice": "18d12+54",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 20,
                "dexterity": 14,
                "constitution": 16,
                "intelligence": 10,
                "wisdom": 9,
                "charisma": 12
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": 1
            },
            "saving_throws": {
                "strength": 9
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": 1
            },
            "skill_bonuses": {
                "athletics": 9,
                "perception": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -1,
                "arcana": 0,
                "athletics": 9,
                "deception": 1,
                "history": 0,
                "insight": -1,
                "intimidation": 1,
                "investigation": 0,
                "medicine": -1,
                "nature": 0,
                "perception": 7,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": -1
            },
            "passive_perception": 17,
            "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": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_thread-bound-constrictor-snake/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_thread-bound-constrictor-snake",
            "name": "Thread-Bound Constrictor Snake",
            "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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 12,
            "hit_points": 60,
            "hit_dice": "8d12+8",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 19,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 1,
                "wisdom": 10,
                "charisma": 3
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -5,
                "athletics": 4,
                "deception": -4,
                "history": -5,
                "insight": 0,
                "intimidation": -4,
                "investigation": -5,
                "medicine": 0,
                "nature": -5,
                "perception": 0,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "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/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": 10.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_three-headed-clockwork-dragon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_three-headed-clockwork-dragon",
            "name": "Three-Headed Clockwork Dragon",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 18,
            "hit_points": 275,
            "hit_dice": "22d12+132",
            "challenge_rating_decimal": "14.000",
            "challenge_rating_text": "14",
            "experience_points": 11500,
            "ability_scores": {
                "strength": 25,
                "dexterity": 10,
                "constitution": 23,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 1
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -5
            },
            "saving_throws": {
                "strength": 12,
                "constitution": 11
            },
            "saving_throws_all": {
                "strength": 12,
                "dexterity": 0,
                "constitution": 11,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {
                "athletics": 12,
                "perception": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 12,
                "deception": -5,
                "history": 0,
                "insight": 0,
                "intimidation": -5,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 10,
                "performance": -5,
                "persuasion": -5,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_two-headed-eagle/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_two-headed-eagle",
            "name": "Two-Headed Eagle",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 100.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 100.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 15,
            "hit_points": 142,
            "hit_dice": "15d12+45",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 20,
                "dexterity": 21,
                "constitution": 16,
                "intelligence": 6,
                "wisdom": 12,
                "charisma": 14
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {
                "acrobatics": 8,
                "athletics": 8,
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 8,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": 8,
                "deception": 2,
                "history": -2,
                "insight": 1,
                "intimidation": 2,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 4,
                "performance": 2,
                "persuasion": 2,
                "religion": -2,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_undead-phoenix/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_undead-phoenix",
            "name": "Undead Phoenix",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 90.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 90.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 17,
            "hit_points": 142,
            "hit_dice": "15d12+45",
            "challenge_rating_decimal": "12.000",
            "challenge_rating_text": "12",
            "experience_points": 8400,
            "ability_scores": {
                "strength": 23,
                "dexterity": 14,
                "constitution": 17,
                "intelligence": 8,
                "wisdom": 17,
                "charisma": 9
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 3,
                "charisma": -1
            },
            "saving_throws": {
                "strength": 10,
                "constitution": 7,
                "wisdom": 7
            },
            "saving_throws_all": {
                "strength": 10,
                "dexterity": 2,
                "constitution": 7,
                "intelligence": -1,
                "wisdom": 7,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": -1,
                "athletics": 6,
                "deception": -1,
                "history": -1,
                "insight": 3,
                "intimidation": -1,
                "investigation": -1,
                "medicine": 3,
                "nature": -1,
                "perception": 7,
                "performance": -1,
                "persuasion": -1,
                "religion": -1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 17,
            "damage_immunities": [
                "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/poison/?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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_venom-maw-hydra/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_venom-maw-hydra",
            "name": "Venom Maw Hydra",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 15,
            "hit_points": 231,
            "hit_dice": "22d12+88",
            "challenge_rating_decimal": "12.000",
            "challenge_rating_text": "12",
            "experience_points": 8400,
            "ability_scores": {
                "strength": 19,
                "dexterity": 17,
                "constitution": 18,
                "intelligence": 5,
                "wisdom": 10,
                "charisma": 7
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 8,
                "stealth": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 4,
                "deception": -2,
                "history": -3,
                "insight": 0,
                "intimidation": -2,
                "investigation": -3,
                "medicine": 0,
                "nature": -3,
                "perception": 8,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": 3,
                "stealth": 7,
                "survival": 0
            },
            "passive_perception": 18,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_void-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_void-giant",
            "name": "Void Giant",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "chaotic neutral",
            "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/giant/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 210,
            "hit_dice": "20d12+80",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 24,
                "dexterity": 10,
                "constitution": 18,
                "intelligence": 18,
                "wisdom": 10,
                "charisma": 14
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": 4,
                "wisdom": 0,
                "charisma": 2
            },
            "saving_throws": {
                "constitution": 8,
                "wisdom": 4,
                "charisma": 6
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 8,
                "intelligence": 4,
                "wisdom": 4,
                "charisma": 6
            },
            "skill_bonuses": {
                "arcana": 8,
                "history": 8,
                "investigation": 8
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 8,
                "athletics": 7,
                "deception": 2,
                "history": 8,
                "insight": 0,
                "intimidation": 2,
                "investigation": 8,
                "medicine": 0,
                "nature": 4,
                "perception": 0,
                "performance": 2,
                "persuasion": 2,
                "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_wickerman/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_wickerman",
            "name": "Wickerman",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?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",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "neutral evil",
            "languages": [],
            "armor_class": 8,
            "hit_points": 138,
            "hit_dice": "12d12+60",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 18,
                "dexterity": 8,
                "constitution": 21,
                "intelligence": 3,
                "wisdom": 14,
                "charisma": 1
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -5
            },
            "saving_throws": {
                "strength": 8,
                "constitution": 9
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": -1,
                "constitution": 9,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": 4,
                "deception": -5,
                "history": -4,
                "insight": 2,
                "intimidation": -5,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 2,
                "performance": -5,
                "persuasion": -5,
                "religion": -4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 2
            },
            "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": true,
            "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": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/ccdx_yann-an-oed/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/ccdx/?format=api",
            "key": "ccdx_yann-an-oed",
            "name": "Yann-An-Oed",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "neutral",
            "languages": [],
            "armor_class": 12,
            "hit_points": 47,
            "hit_dice": "5d12+15",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 15,
                "dexterity": 11,
                "constitution": 17,
                "intelligence": 8,
                "wisdom": 14,
                "charisma": 7
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 4,
                "stealth": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": -1,
                "athletics": 2,
                "deception": -2,
                "history": -1,
                "insight": 2,
                "intimidation": -2,
                "investigation": -1,
                "medicine": 2,
                "nature": -1,
                "perception": 4,
                "performance": -2,
                "persuasion": -2,
                "religion": -1,
                "sleight_of_hand": 0,
                "stealth": 2,
                "survival": 2
            },
            "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": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_abaasy/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_abaasy",
            "name": "Abaasy",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 126,
            "hit_dice": "11d12+55",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 20,
                "dexterity": 10,
                "constitution": 20,
                "intelligence": 9,
                "wisdom": 14,
                "charisma": 8
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": -1,
                "athletics": 5,
                "deception": -1,
                "history": -1,
                "insight": 2,
                "intimidation": -1,
                "investigation": -1,
                "medicine": 2,
                "nature": -1,
                "perception": 2,
                "performance": -1,
                "persuasion": -1,
                "religion": -1,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 2
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_alpine-creeper/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_alpine-creeper",
            "name": "Alpine Creeper",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 15.0
            },
            "speed_all": {
                "unit": null,
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 7.5,
                "swim": 7.5
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 5,
            "hit_points": 95,
            "hit_dice": "10d12+30",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 17,
                "intelligence": 1,
                "wisdom": 4,
                "charisma": 1
            },
            "modifiers": {
                "strength": -4,
                "dexterity": -5,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": -4,
                "dexterity": -5,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -5
            },
            "skill_bonuses": {
                "perception": -3
            },
            "skill_bonuses_all": {
                "acrobatics": -5,
                "animal_handling": -3,
                "arcana": -5,
                "athletics": -4,
                "deception": -5,
                "history": -5,
                "insight": -3,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -3,
                "nature": -5,
                "perception": -3,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": -5,
                "stealth": -5,
                "survival": -3
            },
            "passive_perception": 7,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?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"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?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/prone/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_angel-kalkydra/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_angel-kalkydra",
            "name": "Angel, Kalkydra",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "fly": 90.0,
                "climb": 30.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 90.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "lawful good",
            "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": 18,
            "hit_points": 189,
            "hit_dice": "14d12+98",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 14,
                "constitution": 24,
                "intelligence": 17,
                "wisdom": 21,
                "charisma": 23
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 7,
                "intelligence": 3,
                "wisdom": 5,
                "charisma": 6
            },
            "saving_throws": {
                "constitution": 1,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 5,
                "arcana": 3,
                "athletics": 6,
                "deception": 6,
                "history": 3,
                "insight": 5,
                "intimidation": 6,
                "investigation": 3,
                "medicine": 5,
                "nature": 3,
                "perception": 5,
                "performance": 6,
                "persuasion": 6,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 5
            },
            "passive_perception": 20,
            "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/poison/?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/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_angel-zirnitran/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_angel-zirnitran",
            "name": "Angel, Zirnitran",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0,
                "fly": 80.0
            },
            "speed_all": {
                "unit": null,
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "neutral good",
            "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": 19,
            "hit_points": 325,
            "hit_dice": "26d12+156",
            "challenge_rating_decimal": "20.000",
            "challenge_rating_text": "20",
            "experience_points": 25000,
            "ability_scores": {
                "strength": 19,
                "dexterity": 14,
                "constitution": 23,
                "intelligence": 25,
                "wisdom": 25,
                "charisma": 20
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 6,
                "intelligence": 7,
                "wisdom": 7,
                "charisma": 5
            },
            "saving_throws": {
                "strength": 1,
                "dexterity": 8,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 8,
                "constitution": 6,
                "intelligence": 7,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 7
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 7,
                "arcana": 7,
                "athletics": 4,
                "deception": 5,
                "history": 7,
                "insight": 7,
                "intimidation": 5,
                "investigation": 7,
                "medicine": 7,
                "nature": 7,
                "perception": 7,
                "performance": 5,
                "persuasion": 5,
                "religion": 7,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 7
            },
            "passive_perception": 23,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?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/radiant/?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/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_animal-lord-mammoth-queen/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_animal-lord-mammoth-queen",
            "name": "Animal Lord, Mammoth Queen",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "chaotic good",
            "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": 20,
            "hit_points": 250,
            "hit_dice": "20d12+120",
            "challenge_rating_decimal": "18.000",
            "challenge_rating_text": "18",
            "experience_points": 20000,
            "ability_scores": {
                "strength": 25,
                "dexterity": 10,
                "constitution": 22,
                "intelligence": 15,
                "wisdom": 18,
                "charisma": 19
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 6,
                "wisdom": 1
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 6,
                "constitution": 6,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 4
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 4,
                "arcana": 2,
                "athletics": 7,
                "deception": 4,
                "history": 2,
                "insight": 4,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 4,
                "nature": 2,
                "perception": 4,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 4
            },
            "passive_perception": 20,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "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/incapacitated/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?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": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_animated-offal/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_animated-offal",
            "name": "Animated Offal",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0
            },
            "speed_all": {
                "unit": null,
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 8,
            "hit_points": 207,
            "hit_dice": "18d12+90",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 18,
                "dexterity": 6,
                "constitution": 20,
                "intelligence": 1,
                "wisdom": 7,
                "charisma": 1
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 5,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -2,
                "constitution": 5,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {
                "perception": -2
            },
            "skill_bonuses_all": {
                "acrobatics": -2,
                "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": -2,
                "stealth": -2,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            ],
            "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/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?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/prone/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_archon-siege/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_archon-siege",
            "name": "Archon, Siege",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "fly": 60.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "lawful good",
            "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": 18,
            "hit_points": 187,
            "hit_dice": "15d12+90",
            "challenge_rating_decimal": "13.000",
            "challenge_rating_text": "13",
            "experience_points": 10000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 14,
                "constitution": 22,
                "intelligence": 10,
                "wisdom": 20,
                "charisma": 17
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 6,
                "intelligence": 0,
                "wisdom": 5,
                "charisma": 3
            },
            "saving_throws": {
                "strength": 1,
                "constitution": 1,
                "wisdom": 1,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 8
            },
            "skill_bonuses": {
                "perception": 5
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 5,
                "arcana": 0,
                "athletics": 6,
                "deception": 3,
                "history": 0,
                "insight": 5,
                "intimidation": 3,
                "investigation": 0,
                "medicine": 5,
                "nature": 0,
                "perception": 5,
                "performance": 3,
                "persuasion": 3,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 5
            },
            "passive_perception": 20,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?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"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_belu/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_belu",
            "name": "Belu",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "chaotic good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 184,
            "hit_dice": "16d12+80",
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 22,
                "dexterity": 12,
                "constitution": 20,
                "intelligence": 12,
                "wisdom": 10,
                "charisma": 18
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 9
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 5,
                "constitution": 9,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 4
            },
            "skill_bonuses": {
                "perception": 0
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 6,
                "deception": 4,
                "history": 1,
                "insight": 0,
                "intimidation": 4,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 0,
                "performance": 4,
                "persuasion": 4,
                "religion": 1,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_bone-lord/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_bone-lord",
            "name": "Bone Lord",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 20,
            "hit_points": 285,
            "hit_dice": "30d12+90",
            "challenge_rating_decimal": "19.000",
            "challenge_rating_text": "19",
            "experience_points": 22000,
            "ability_scores": {
                "strength": 21,
                "dexterity": 15,
                "constitution": 16,
                "intelligence": 14,
                "wisdom": 18,
                "charisma": 18
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 8,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 8,
                "constitution": 3,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 4,
                "arcana": 2,
                "athletics": 5,
                "deception": 4,
                "history": 2,
                "insight": 4,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 4,
                "nature": 2,
                "perception": 4,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 4
            },
            "passive_perception": 20,
            "damage_immunities": [
                "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/poison/?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/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/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 90.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_brain-coral/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_brain-coral",
            "name": "Brain Coral",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 0.0,
                "swim": 120.0
            },
            "speed_all": {
                "unit": null,
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 120.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 119,
            "hit_dice": "14d12+28",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 16,
                "dexterity": 6,
                "constitution": 14,
                "intelligence": 18,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 3,
                "dexterity": -2,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {
                "intelligence": 5
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": -2,
                "constitution": 2,
                "intelligence": 5,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": 2,
                "arcana": 4,
                "athletics": 3,
                "deception": 0,
                "history": 4,
                "insight": 2,
                "intimidation": 0,
                "investigation": 4,
                "medicine": 2,
                "nature": 4,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 4,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": 2
            },
            "passive_perception": 15,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "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/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_cave-sovereign/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_cave-sovereign",
            "name": "Cave Sovereign",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "climb": 30.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "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": 18,
            "hit_points": 253,
            "hit_dice": "22d12+110",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 25,
                "dexterity": 8,
                "constitution": 20,
                "intelligence": 16,
                "wisdom": 12,
                "charisma": 20
            },
            "modifiers": {
                "strength": 7,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": 3,
                "wisdom": 1,
                "charisma": 5
            },
            "saving_throws": {
                "constitution": 1,
                "intelligence": 8,
                "wisdom": 6
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": -1,
                "constitution": 1,
                "intelligence": 8,
                "wisdom": 6,
                "charisma": 5
            },
            "skill_bonuses": {
                "perception": 1
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 1,
                "arcana": 3,
                "athletics": 7,
                "deception": 5,
                "history": 3,
                "insight": 1,
                "intimidation": 5,
                "investigation": 3,
                "medicine": 1,
                "nature": 3,
                "perception": 1,
                "performance": 5,
                "persuasion": 5,
                "religion": 3,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 1
            },
            "passive_perception": 16,
            "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/poison/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?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"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_chimera-royal/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_chimera-royal",
            "name": "Chimera, Royal",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "fly": 80.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?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"
            ],
            "armor_class": 17,
            "hit_points": 189,
            "hit_dice": "18d12+72",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 21,
                "dexterity": 14,
                "constitution": 18,
                "intelligence": 9,
                "wisdom": 13,
                "charisma": 20
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 5
            },
            "skill_bonuses": {
                "perception": 1
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -1,
                "athletics": 5,
                "deception": 5,
                "history": -1,
                "insight": 1,
                "intimidation": 5,
                "investigation": -1,
                "medicine": 1,
                "nature": -1,
                "perception": 1,
                "performance": 5,
                "persuasion": 5,
                "religion": -1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 16,
            "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/force/?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/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_copperkill-slime/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_copperkill-slime",
            "name": "Copperkill Slime",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 20.0,
                "climb": 20.0
            },
            "speed_all": {
                "unit": null,
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 10,
            "hit_points": 142,
            "hit_dice": "15d12+45",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 18,
                "dexterity": 10,
                "constitution": 17,
                "intelligence": 4,
                "wisdom": 8,
                "charisma": 2
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": -1,
                "charisma": -4
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": -1,
                "charisma": -4
            },
            "skill_bonuses": {
                "perception": -1
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": -1,
                "arcana": -3,
                "athletics": 4,
                "deception": -4,
                "history": -3,
                "insight": -1,
                "intimidation": -4,
                "investigation": -3,
                "medicine": -1,
                "nature": -3,
                "perception": -1,
                "performance": -4,
                "persuasion": -4,
                "religion": -3,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": -1
            },
            "passive_perception": 9,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?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/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/blinded/?format=api",
                "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
                "https://api-beta.open5e.com/v2/conditions/deafened/?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/prone/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_demon-kogukhpak/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_demon-kogukhpak",
            "name": "Demon, Kogukhpak",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 17,
            "hit_points": 262,
            "hit_dice": "21d12+126",
            "challenge_rating_decimal": "18.000",
            "challenge_rating_text": "18",
            "experience_points": 20000,
            "ability_scores": {
                "strength": 30,
                "dexterity": 11,
                "constitution": 23,
                "intelligence": 8,
                "wisdom": 16,
                "charisma": 20
            },
            "modifiers": {
                "strength": 10,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": -1,
                "wisdom": 3,
                "charisma": 5
            },
            "saving_throws": {
                "strength": 1,
                "constitution": 1,
                "wisdom": 9,
                "charisma": 1
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 9,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 3,
                "arcana": -1,
                "athletics": 10,
                "deception": 5,
                "history": -1,
                "insight": 3,
                "intimidation": 5,
                "investigation": -1,
                "medicine": 3,
                "nature": -1,
                "perception": 3,
                "performance": 5,
                "persuasion": 5,
                "religion": -1,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "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/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "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/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_dinosaur-therizinosaurus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_dinosaur-therizinosaurus",
            "name": "Dinosaur, Therizinosaurus",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "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": 21,
                "dexterity": 9,
                "constitution": 17,
                "intelligence": 3,
                "wisdom": 14,
                "charisma": 7
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": 5,
                "deception": -2,
                "history": -4,
                "insight": 2,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 2,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 2
            },
            "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_dinosaur-thundercall-hadrosaur/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_dinosaur-thundercall-hadrosaur",
            "name": "Dinosaur, Thundercall Hadrosaur",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 16,
            "hit_points": 168,
            "hit_dice": "16d12+64",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 24,
                "dexterity": 9,
                "constitution": 18,
                "intelligence": 4,
                "wisdom": 13,
                "charisma": 7
            },
            "modifiers": {
                "strength": 7,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {
                "dexterity": 3,
                "constitution": 8,
                "wisdom": 5
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 3,
                "constitution": 8,
                "intelligence": -3,
                "wisdom": 5,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 1
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 7,
                "deception": -2,
                "history": -3,
                "insight": 1,
                "intimidation": -2,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 1
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_dragon-prismatic-adult/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_dragon-prismatic-adult",
            "name": "Dragon, Prismatic Adult",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 50.0,
                "climb": 30.0
            },
            "speed_all": {
                "unit": null,
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "neutral",
            "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": 212,
            "hit_dice": "17d12+102",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 22,
                "dexterity": 10,
                "constitution": 23,
                "intelligence": 18,
                "wisdom": 15,
                "charisma": 17
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 0,
                "constitution": 6,
                "intelligence": 4,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 1,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 5,
                "constitution": 1,
                "intelligence": 4,
                "wisdom": 7,
                "charisma": 8
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": 4,
                "athletics": 6,
                "deception": 3,
                "history": 4,
                "insight": 2,
                "intimidation": 3,
                "investigation": 4,
                "medicine": 2,
                "nature": 4,
                "perception": 2,
                "performance": 3,
                "persuasion": 3,
                "religion": 4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 2
            },
            "passive_perception": 22,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_dragon-sand-adult/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_dragon-sand-adult",
            "name": "Dragon, Sand Adult",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "fly": 80.0,
                "burrow": 30.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 30.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?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"
            ],
            "armor_class": 20,
            "hit_points": 270,
            "hit_dice": "20d12+140",
            "challenge_rating_decimal": "18.000",
            "challenge_rating_text": "18",
            "experience_points": 20000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 12,
                "constitution": 25,
                "intelligence": 14,
                "wisdom": 18,
                "charisma": 16
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 1,
                "constitution": 7,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 7,
                "constitution": 1,
                "wisdom": 1,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 7,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 9
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 4,
                "arcana": 2,
                "athletics": 7,
                "deception": 3,
                "history": 2,
                "insight": 4,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 4,
                "nature": 2,
                "perception": 4,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 4
            },
            "passive_perception": 26,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?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": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": 60.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_drake-reef/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_drake-reef",
            "name": "Drake, Reef",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0,
                "burrow": 30.0,
                "swim": 60.0
            },
            "speed_all": {
                "unit": null,
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 30.0,
                "climb": 15.0,
                "swim": 60.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "neutral evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 152,
            "hit_dice": "16d12+48",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 25,
                "dexterity": 14,
                "constitution": 17,
                "intelligence": 7,
                "wisdom": 15,
                "charisma": 13
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 1
            },
            "saving_throws": {
                "dexterity": 6,
                "wisdom": 6,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 6,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 6,
                "charisma": 5
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": 7,
                "deception": 1,
                "history": -2,
                "insight": 2,
                "intimidation": 1,
                "investigation": -2,
                "medicine": 2,
                "nature": -2,
                "perception": 2,
                "performance": 1,
                "persuasion": 1,
                "religion": -2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_drudge-pitcher/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_drudge-pitcher",
            "name": "Drudge Pitcher",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 20.0,
                "climb": 20.0
            },
            "speed_all": {
                "unit": null,
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 16,
            "hit_points": 168,
            "hit_dice": "16d12+64",
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 20,
                "dexterity": 8,
                "constitution": 18,
                "intelligence": 5,
                "wisdom": 10,
                "charisma": 3
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {
                "perception": 0
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 5,
                "deception": -4,
                "history": -3,
                "insight": 0,
                "intimidation": -4,
                "investigation": -3,
                "medicine": 0,
                "nature": -3,
                "perception": 0,
                "performance": -4,
                "persuasion": -4,
                "religion": -3,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?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"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_garmvvolf/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_garmvvolf",
            "name": "Garmvvolf",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 14,
            "hit_points": 189,
            "hit_dice": "18d12+72",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 20,
                "dexterity": 15,
                "constitution": 19,
                "intelligence": 5,
                "wisdom": 12,
                "charisma": 7
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {
                "perception": 1
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 5,
                "deception": -2,
                "history": -3,
                "insight": 1,
                "intimidation": -2,
                "investigation": -3,
                "medicine": 1,
                "nature": -3,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_giant-firestorm/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_giant-firestorm",
            "name": "Giant, Firestorm",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 149,
            "hit_dice": "13d12+65",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 23,
                "dexterity": 15,
                "constitution": 20,
                "intelligence": 12,
                "wisdom": 16,
                "charisma": 9
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": -1
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 8,
                "wisdom": 6
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 5,
                "constitution": 8,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "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": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_giant-hellfire/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_giant-hellfire",
            "name": "Giant, Hellfire",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "neutral good",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 168,
            "hit_dice": "16d12+64",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 23,
                "dexterity": 15,
                "constitution": 19,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 17
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 6,
                "wisdom": 4
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 5,
                "constitution": 6,
                "intelligence": 0,
                "wisdom": 4,
                "charisma": 3
            },
            "skill_bonuses": {
                "perception": 1
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 6,
                "deception": 3,
                "history": 0,
                "insight": 1,
                "intimidation": 3,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 3,
                "persuasion": 3,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_giant-lantern/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_giant-lantern",
            "name": "Giant, Lantern",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "swim": 60.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 60.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "neutral",
            "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": 16,
            "hit_points": 225,
            "hit_dice": "18d12+108",
            "challenge_rating_decimal": "12.000",
            "challenge_rating_text": "12",
            "experience_points": 8400,
            "ability_scores": {
                "strength": 26,
                "dexterity": 12,
                "constitution": 22,
                "intelligence": 15,
                "wisdom": 16,
                "charisma": 17
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 1,
                "constitution": 6,
                "intelligence": 2,
                "wisdom": 3,
                "charisma": 3
            },
            "saving_throws": {
                "constitution": 1,
                "wisdom": 7,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 7
            },
            "skill_bonuses": {
                "perception": 3
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 3,
                "arcana": 2,
                "athletics": 8,
                "deception": 3,
                "history": 2,
                "insight": 3,
                "intimidation": 3,
                "investigation": 2,
                "medicine": 3,
                "nature": 2,
                "perception": 3,
                "performance": 3,
                "persuasion": 3,
                "religion": 2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 3
            },
            "passive_perception": 17,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_giant-shire/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_giant-shire",
            "name": "Giant, Shire",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "lawful evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 138,
            "hit_dice": "12d12+60",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 19,
                "dexterity": 8,
                "constitution": 20,
                "intelligence": 9,
                "wisdom": 10,
                "charisma": 9
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -1,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 0
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "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": -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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_glacial-crawler/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_glacial-crawler",
            "name": "Glacial Crawler",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0,
                "burrow": 30.0,
                "climb": 20.0,
                "swim": 60.0
            },
            "speed_all": {
                "unit": null,
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 30.0,
                "climb": 20.0,
                "swim": 60.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 17,
            "hit_points": 207,
            "hit_dice": "18d12+90",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 20,
                "dexterity": 16,
                "constitution": 21,
                "intelligence": 3,
                "wisdom": 10,
                "charisma": 5
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 3,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 9,
                "constitution": 9
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": 3,
                "constitution": 9,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {
                "perception": 0
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 5,
                "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": 3,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 18,
            "damage_immunities": [
                "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"
            ],
            "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/prone/?format=api"
            ],
            "normal_sight_range": null,
            "darkvision_range": null,
            "blindsight_range": 60.0,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_goblin-siege-engine/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_goblin-siege-engine",
            "name": "Goblin Siege Engine",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0
            },
            "speed_all": {
                "unit": null,
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 20,
            "hit_points": 178,
            "hit_dice": "17d10+85",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 22,
                "dexterity": 10,
                "constitution": 20,
                "intelligence": 3,
                "wisdom": 11,
                "charisma": 1
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {
                "perception": 0
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "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": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "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"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?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/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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_godslayer/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_godslayer",
            "name": "Godslayer",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 50.0,
                "fly": 60.0,
                "swim": 60.0
            },
            "speed_all": {
                "unit": null,
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 60.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "unaligned",
            "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": 24,
            "hit_points": 580,
            "hit_dice": "40d12+320",
            "challenge_rating_decimal": "30.000",
            "challenge_rating_text": "30",
            "experience_points": 155000,
            "ability_scores": {
                "strength": 30,
                "dexterity": 14,
                "constitution": 27,
                "intelligence": 16,
                "wisdom": 30,
                "charisma": 15
            },
            "modifiers": {
                "strength": 10,
                "dexterity": 2,
                "constitution": 8,
                "intelligence": 3,
                "wisdom": 10,
                "charisma": 2
            },
            "saving_throws": {
                "constitution": 17,
                "intelligence": 12,
                "wisdom": 19,
                "charisma": 11
            },
            "saving_throws_all": {
                "strength": 10,
                "dexterity": 2,
                "constitution": 17,
                "intelligence": 12,
                "wisdom": 19,
                "charisma": 11
            },
            "skill_bonuses": {
                "perception": 10
            },
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 10,
                "arcana": 3,
                "athletics": 10,
                "deception": 2,
                "history": 3,
                "insight": 10,
                "intimidation": 2,
                "investigation": 3,
                "medicine": 10,
                "nature": 3,
                "perception": 10,
                "performance": 2,
                "persuasion": 2,
                "religion": 3,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 10
            },
            "passive_perception": 29,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "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",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_hippopotamus-sacred/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_hippopotamus-sacred",
            "name": "Hippopotamus, Sacred",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0
            },
            "speed_all": {
                "unit": null,
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api",
            "alignment": "any alignment (as its deity)",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 114,
            "hit_dice": "12d12+36",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 21,
                "dexterity": 7,
                "constitution": 16,
                "intelligence": 7,
                "wisdom": 18,
                "charisma": 13
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 4,
                "charisma": 1
            },
            "saving_throws": {
                "wisdom": 7,
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 7,
                "charisma": 4
            },
            "skill_bonuses": {
                "perception": 4
            },
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": 4,
                "arcana": -2,
                "athletics": 5,
                "deception": 1,
                "history": -2,
                "insight": 4,
                "intimidation": 1,
                "investigation": -2,
                "medicine": 4,
                "nature": -2,
                "perception": 4,
                "performance": 1,
                "persuasion": 1,
                "religion": -2,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": 4
            },
            "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/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?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/poisoned/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_hvalfiskr/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_hvalfiskr",
            "name": "Hvalfiskr",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "swim": 60.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 60.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "lawful neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 275,
            "hit_dice": "22d12+132",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 23,
                "dexterity": 17,
                "constitution": 22,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 18
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 3,
                "constitution": 6,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 4
            },
            "saving_throws": {
                "dexterity": 8,
                "intelligence": 5,
                "wisdom": 7,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 8,
                "constitution": 6,
                "intelligence": 5,
                "wisdom": 7,
                "charisma": 9
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 6,
                "deception": 4,
                "history": 0,
                "insight": 2,
                "intimidation": 4,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": 4,
                "persuasion": 4,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 17,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "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": [
                "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 12017.0,
            "blindsight_range": 120.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_imperator/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_imperator",
            "name": "Imperator",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0,
                "swim": 90.0
            },
            "speed_all": {
                "unit": null,
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 90.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "neutral",
            "languages": [],
            "armor_class": 16,
            "hit_points": 216,
            "hit_dice": "16d12+112",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 20,
                "dexterity": 10,
                "constitution": 24,
                "intelligence": 7,
                "wisdom": 12,
                "charisma": 15
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 7,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {
                "dexterity": 4,
                "intelligence": 2,
                "charisma": 6
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 4,
                "constitution": 7,
                "intelligence": 2,
                "wisdom": 1,
                "charisma": 6
            },
            "skill_bonuses": {
                "perception": 1
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": 5,
                "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": 15,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_imperator-penguin-swarm/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_imperator-penguin-swarm",
            "name": "Imperator, Penguin Swarm",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 20.0,
                "swim": 40.0
            },
            "speed_all": {
                "unit": null,
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 13,
            "hit_points": 114,
            "hit_dice": "12d12+36",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 15,
                "dexterity": 10,
                "constitution": 16,
                "intelligence": 4,
                "wisdom": 14,
                "charisma": 12
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 2,
                "charisma": 1
            },
            "saving_throws": {},
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 3,
                "intelligence": -3,
                "wisdom": 2,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": -3,
                "athletics": 2,
                "deception": 1,
                "history": -3,
                "insight": 2,
                "intimidation": 1,
                "investigation": -3,
                "medicine": 2,
                "nature": -3,
                "perception": 2,
                "performance": 1,
                "persuasion": 1,
                "religion": -3,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 2
            },
            "passive_perception": 12,
            "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/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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_karkadann/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_karkadann",
            "name": "Karkadann",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 50.0
            },
            "speed_all": {
                "unit": null,
                "walk": 50.0,
                "crawl": 25.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 25.0,
                "swim": 25.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "neutral",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 157,
            "hit_dice": "15d12+60",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 22,
                "dexterity": 10,
                "constitution": 18,
                "intelligence": 7,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {
                "constitution": 7,
                "wisdom": 4
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 0,
                "constitution": 7,
                "intelligence": -2,
                "wisdom": 4,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 1
            },
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": 6,
                "deception": -1,
                "history": -2,
                "insight": 1,
                "intimidation": -1,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 1,
                "performance": -1,
                "persuasion": -1,
                "religion": -2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 14,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_khargi/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_khargi",
            "name": "Khargi",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0,
                "fly": 20.0
            },
            "speed_all": {
                "unit": null,
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 20.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "neutral evil",
            "languages": [],
            "armor_class": 16,
            "hit_points": 147,
            "hit_dice": "14d12+56",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 20,
                "dexterity": 12,
                "constitution": 18,
                "intelligence": 10,
                "wisdom": 15,
                "charisma": 9
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 4,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": -1
            },
            "saving_throws": {
                "dexterity": 5,
                "constitution": 8,
                "wisdom": 6
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 5,
                "constitution": 8,
                "intelligence": 0,
                "wisdom": 6,
                "charisma": -1
            },
            "skill_bonuses": {
                "perception": 2
            },
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 5,
                "deception": -1,
                "history": 0,
                "insight": 2,
                "intimidation": -1,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 2
            },
            "passive_perception": 12,
            "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/fire/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [
                "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api",
                "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            ],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": 30.0,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_ley-wanderer/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_ley-wanderer",
            "name": "Ley Wanderer",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 10.0,
                "fly": 40.0
            },
            "speed_all": {
                "unit": null,
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "neutral",
            "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": 15,
            "hit_points": 136,
            "hit_dice": "16d12+32",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 14,
                "dexterity": 9,
                "constitution": 14,
                "intelligence": 19,
                "wisdom": 11,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": -1,
                "constitution": 2,
                "intelligence": 4,
                "wisdom": 0,
                "charisma": 0
            },
            "saving_throws": {
                "strength": 5,
                "dexterity": 2,
                "intelligence": 7
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 7,
                "wisdom": 0,
                "charisma": 0
            },
            "skill_bonuses": {
                "perception": 0
            },
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": 4,
                "athletics": 2,
                "deception": 0,
                "history": 4,
                "insight": 0,
                "intimidation": 0,
                "investigation": 4,
                "medicine": 0,
                "nature": 4,
                "perception": 0,
                "performance": 0,
                "persuasion": 0,
                "religion": 4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "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": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/tob3_malmbjorn/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/tob3/?format=api",
            "key": "tob3_malmbjorn",
            "name": "Malmbjorn",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 40.0,
                "burrow": 10.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": null,
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 10.0,
                "climb": 20.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "unaligned",
            "languages": [],
            "armor_class": 18,
            "hit_points": 218,
            "hit_dice": "19d12+95",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 10,
                "constitution": 20,
                "intelligence": 3,
                "wisdom": 12,
                "charisma": 13
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": 1
            },
            "saving_throws": {
                "constitution": 1,
                "wisdom": 6
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 6,
                "charisma": 1
            },
            "skill_bonuses": {
                "perception": 1
            },
            "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": 1,
                "performance": 1,
                "persuasion": 1,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        }
    ]
}