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

GET /v2/creatures/?format=api&ordering=document&page=4
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=document&page=5",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=document&page=3",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_hawk/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_hawk",
            "name": "Hawk",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 11,
            "hit_points": 7,
            "hit_dice": "",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 4,
                "dexterity": 12,
                "constitution": 8,
                "intelligence": 2,
                "wisdom": 14,
                "charisma": 6
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 1,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws": {
                "strength": -3,
                "dexterity": 1,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 1,
                "constitution": -1,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": -3,
                "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/bfrd_hawk-blood/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_hawk-blood",
            "name": "Hawk, Blood",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 8,
            "hit_dice": "",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 14,
                "charisma": 4
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "saving_throws": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": -2,
                "deception": -3,
                "history": -4,
                "insight": 2,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 2,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "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/bfrd_hell-hound/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_hell-hound",
            "name": "Hell Hound",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?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/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 76,
            "hit_dice": "",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 20,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 6,
                "wisdom": 16,
                "charisma": 6
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 3,
                "arcana": -2,
                "athletics": 5,
                "deception": -2,
                "history": -2,
                "insight": 3,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 3,
                "nature": -2,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_hezrou/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_hezrou",
            "name": "Hezrou",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?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/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 138,
            "hit_dice": "",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 24,
                "dexterity": 16,
                "constitution": 26,
                "intelligence": 4,
                "wisdom": 18,
                "charisma": 12
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 3,
                "constitution": 8,
                "intelligence": -3,
                "wisdom": 4,
                "charisma": 1
            },
            "saving_throws": {
                "strength": 7,
                "dexterity": 3,
                "constitution": 8,
                "intelligence": -3,
                "wisdom": 4,
                "charisma": 1
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 3,
                "constitution": 8,
                "intelligence": -3,
                "wisdom": 4,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 4,
                "arcana": -3,
                "athletics": 7,
                "deception": 1,
                "history": -3,
                "insight": 4,
                "intimidation": 1,
                "investigation": -3,
                "medicine": 4,
                "nature": -3,
                "perception": 4,
                "performance": 1,
                "persuasion": 1,
                "religion": -3,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 4
            },
            "passive_perception": 14,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_hill-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_hill-giant",
            "name": "Hill 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 evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 12,
            "hit_points": 126,
            "hit_dice": "",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 20,
                "dexterity": 10,
                "constitution": 24,
                "intelligence": 4,
                "wisdom": 8,
                "charisma": 6
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 7,
                "intelligence": -3,
                "wisdom": -1,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 7,
                "intelligence": -3,
                "wisdom": -1,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 7,
                "intelligence": -3,
                "wisdom": -1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "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": 0,
                "stealth": 0,
                "survival": -1
            },
            "passive_perception": 9,
            "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": [],
            "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/bfrd_hinn/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_hinn",
            "name": "Hinn",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0,
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 30.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 199,
            "hit_dice": "",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 22,
                "dexterity": 12,
                "constitution": 32,
                "intelligence": 14,
                "wisdom": 24,
                "charisma": 26
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 11,
                "intelligence": 2,
                "wisdom": 7,
                "charisma": 8
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 7,
                "arcana": 2,
                "athletics": 6,
                "deception": 8,
                "history": 2,
                "insight": 7,
                "intimidation": 8,
                "investigation": 2,
                "medicine": 7,
                "nature": 2,
                "perception": 7,
                "performance": 8,
                "persuasion": 8,
                "religion": 2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 7
            },
            "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": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_hippocampus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_hippocampus",
            "name": "Hippocampus",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "swim": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 60.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 11,
            "hit_points": 42,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 18,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 4,
                "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": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 11,
            "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/bfrd_hippogriff/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_hippogriff",
            "name": "Hippogriff",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?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/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 11,
            "hit_points": 44,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 16,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 3,
                "charisma": -1
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 3,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 3,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 3,
                "arcana": -4,
                "athletics": 3,
                "deception": -1,
                "history": -4,
                "insight": 3,
                "intimidation": -1,
                "investigation": -4,
                "medicine": 3,
                "nature": -4,
                "perception": 3,
                "performance": -1,
                "persuasion": -1,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_hivebound/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_hivebound",
            "name": "Hivebound",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 25.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 12.5,
                "swim": 12.5
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 108,
            "hit_dice": "",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 14,
                "dexterity": 16,
                "constitution": 18,
                "intelligence": 6,
                "wisdom": 14,
                "charisma": 6
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": 2,
                "deception": -2,
                "history": -2,
                "insight": 2,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 2,
                "nature": -2,
                "perception": 2,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            ],
            "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/bfrd_hobgoblin/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_hobgoblin",
            "name": "Hobgoblin",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 18,
            "hit_dice": "",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 8
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 1,
                "deception": -1,
                "history": 0,
                "insight": 0,
                "intimidation": -1,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_hobgoblin-commander/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_hobgoblin-commander",
            "name": "Hobgoblin Commander",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 72,
            "hit_dice": "",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 14,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 12,
                "wisdom": 10,
                "charisma": 14
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "saving_throws": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 0,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": 1,
                "athletics": 2,
                "deception": 2,
                "history": 1,
                "insight": 0,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 0,
                "nature": 1,
                "perception": 0,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_homunculus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_homunculus",
            "name": "Homunculus",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 34,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 4,
                "dexterity": 16,
                "constitution": 10,
                "intelligence": 14,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": 2,
                "athletics": -3,
                "deception": -2,
                "history": 2,
                "insight": 0,
                "intimidation": -2,
                "investigation": 2,
                "medicine": 0,
                "nature": 2,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": 2,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 10,
            "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/bfrd_horned-devil/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_horned-devil",
            "name": "Horned Devil",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 185,
            "hit_dice": "",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 30,
                "dexterity": 24,
                "constitution": 20,
                "intelligence": 12,
                "wisdom": 24,
                "charisma": 24
            },
            "modifiers": {
                "strength": 10,
                "dexterity": 7,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 7,
                "charisma": 7
            },
            "saving_throws": {
                "strength": 10,
                "dexterity": 7,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 7,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 10,
                "dexterity": 7,
                "constitution": 5,
                "intelligence": 1,
                "wisdom": 7,
                "charisma": 7
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 7,
                "animal_handling": 7,
                "arcana": 1,
                "athletics": 10,
                "deception": 7,
                "history": 1,
                "insight": 7,
                "intimidation": 7,
                "investigation": 1,
                "medicine": 7,
                "nature": 1,
                "perception": 7,
                "performance": 7,
                "persuasion": 7,
                "religion": 1,
                "sleight_of_hand": 7,
                "stealth": 7,
                "survival": 7
            },
            "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": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_horse-draft/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_horse-draft",
            "name": "Horse, Draft",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 10,
            "hit_points": 15,
            "hit_dice": "",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 18,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 4,
                "deception": -2,
                "history": -4,
                "insight": 0,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 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/bfrd_horse-riding/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_horse-riding",
            "name": "Horse, Riding",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 10,
            "hit_points": 15,
            "hit_dice": "",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 16,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 3,
                "deception": -2,
                "history": -4,
                "insight": 0,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 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/bfrd_horse-war/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_horse-war",
            "name": "Horse, War",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 22,
            "hit_dice": "",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 18,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 4,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_husk-demon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_husk-demon",
            "name": "Husk Demon",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "fly": 25.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 25.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.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/void-speech/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 82,
            "hit_dice": "",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 20,
                "constitution": 16,
                "intelligence": 6,
                "wisdom": 8,
                "charisma": 4
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": -1,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 1,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": -1,
                "charisma": -3
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 5,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": -1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": -1,
                "arcana": -2,
                "athletics": 1,
                "deception": -3,
                "history": -2,
                "insight": -1,
                "intimidation": -3,
                "investigation": -2,
                "medicine": -1,
                "nature": -2,
                "perception": -1,
                "performance": -3,
                "persuasion": -3,
                "religion": -2,
                "sleight_of_hand": 5,
                "stealth": 5,
                "survival": -1
            },
            "passive_perception": 9,
            "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": [],
            "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/bfrd_hydra/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_hydra",
            "name": "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/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 166,
            "hit_dice": "",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 20,
                "dexterity": 12,
                "constitution": 20,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 1,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 5,
                "deception": -2,
                "history": -4,
                "insight": 0,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 10,
            "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/bfrd_hyena/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_hyena",
            "name": "Hyena",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?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/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 10,
            "hit_points": 8,
            "hit_dice": "",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 10,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 4
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 0,
                "deception": -3,
                "history": -4,
                "insight": 1,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_hyena-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_hyena-giant",
            "name": "Hyena, Giant",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?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/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 42,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 16,
                "dexterity": 14,
                "constitution": 14,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 2,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 3,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_ice-devil/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_ice-devil",
            "name": "Ice Devil",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 193,
            "hit_dice": "",
            "challenge_rating_decimal": "14.000",
            "challenge_rating_text": "14",
            "experience_points": 11500,
            "ability_scores": {
                "strength": 20,
                "dexterity": 24,
                "constitution": 28,
                "intelligence": 18,
                "wisdom": 24,
                "charisma": 28
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 7,
                "constitution": 9,
                "intelligence": 4,
                "wisdom": 7,
                "charisma": 9
            },
            "saving_throws": {
                "strength": 5,
                "dexterity": 7,
                "constitution": 9,
                "intelligence": 4,
                "wisdom": 7,
                "charisma": 9
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 7,
                "constitution": 9,
                "intelligence": 4,
                "wisdom": 7,
                "charisma": 9
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 7,
                "animal_handling": 7,
                "arcana": 4,
                "athletics": 5,
                "deception": 9,
                "history": 4,
                "insight": 7,
                "intimidation": 9,
                "investigation": 4,
                "medicine": 7,
                "nature": 4,
                "perception": 7,
                "performance": 9,
                "persuasion": 9,
                "religion": 4,
                "sleight_of_hand": 7,
                "stealth": 7,
                "survival": 7
            },
            "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": [],
            "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/bfrd_ice-mephit/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_ice-mephit",
            "name": "Ice Mephit",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 30.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 27,
            "hit_dice": "",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 4,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 12
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": -3,
                "deception": 1,
                "history": -2,
                "insight": 0,
                "intimidation": 1,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": 1,
                "persuasion": 1,
                "religion": -2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 0
            },
            "passive_perception": 10,
            "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": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "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/bfrd_imp/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_imp",
            "name": "Imp",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "fly": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 31,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 6,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 18
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 4
            },
            "saving_throws": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": -2,
                "deception": 4,
                "history": 0,
                "insight": 1,
                "intimidation": 4,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 4,
                "persuasion": 4,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_insatiable-brood/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_insatiable-brood",
            "name": "Insatiable Brood",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": false,
                "fly": 50.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 63,
            "hit_dice": "",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 10,
                "dexterity": 20,
                "constitution": 12,
                "intelligence": 4,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 5,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 5,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 5,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 5,
                "animal_handling": 1,
                "arcana": -3,
                "athletics": 0,
                "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": 5,
                "stealth": 5,
                "survival": 1
            },
            "passive_perception": 11,
            "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/bfrd_insect-giant-centipede/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_insect-giant-centipede",
            "name": "Insect, Giant Centipede",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 14,
            "hit_dice": "",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 4,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 2
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "saving_throws": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": -3,
                "deception": -4,
                "history": -5,
                "insight": -2,
                "intimidation": -4,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": -2
            },
            "passive_perception": 8,
            "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/bfrd_insect-giant-fire-beetle/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_insect-giant-fire-beetle",
            "name": "Insect, Giant Fire Beetle",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?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/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 7,
            "hit_dice": "",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 8,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 2
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "saving_throws": {
                "strength": -1,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": -1,
                "deception": -4,
                "history": -5,
                "insight": -2,
                "intimidation": -4,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_insect-giant-scorpion/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_insect-giant-scorpion",
            "name": "Insect, Giant Scorpion",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet",
                "burrow": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 20.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 76,
            "hit_dice": "",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 1,
                "wisdom": 8,
                "charisma": 2
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -4
            },
            "saving_throws": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -4
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -1,
                "arcana": -5,
                "athletics": 2,
                "deception": -4,
                "history": -5,
                "insight": -1,
                "intimidation": -4,
                "investigation": -5,
                "medicine": -1,
                "nature": -5,
                "perception": -1,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": -1
            },
            "passive_perception": 9,
            "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": [],
            "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/bfrd_insect-giant-wasp/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_insect-giant-wasp",
            "name": "Insect, Giant Wasp",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 50.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 50.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 25,
            "hit_dice": "",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 10,
                "charisma": 2
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 0,
                "arcana": -5,
                "athletics": 0,
                "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": [],
            "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/bfrd_insect-scorpion/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_insect-scorpion",
            "name": "Insect, Scorpion",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 5.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 11,
            "hit_points": 8,
            "hit_dice": "",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 2,
                "dexterity": 10,
                "constitution": 8,
                "intelligence": 1,
                "wisdom": 8,
                "charisma": 2
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 0,
                "constitution": -1,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -4
            },
            "saving_throws": {
                "strength": -4,
                "dexterity": 0,
                "constitution": -1,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -4
            },
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 0,
                "constitution": -1,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": -1,
                "arcana": -5,
                "athletics": -4,
                "deception": -4,
                "history": -5,
                "insight": -1,
                "intimidation": -4,
                "investigation": -5,
                "medicine": -1,
                "nature": -5,
                "perception": -1,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": -1
            },
            "passive_perception": 9,
            "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": [],
            "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/bfrd_insect-swarm-of-insects/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_insect-swarm-of-insects",
            "name": "Insect, Swarm of Insects",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "climb": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 24,
            "hit_dice": "",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 2,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 1
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": -4,
                "deception": -5,
                "history": -5,
                "insight": -2,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "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/bfrd_invisible-stalker/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_invisible-stalker",
            "name": "Invisible Stalker",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?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": "chaotic evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 121,
            "hit_dice": "",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 16,
                "dexterity": 18,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 20,
                "charisma": 10
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 5,
                "charisma": 0
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 5,
                "charisma": 0
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 4,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 5,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 5,
                "arcana": 0,
                "athletics": 3,
                "deception": 0,
                "history": 0,
                "insight": 5,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 5,
                "nature": 0,
                "perception": 5,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 5
            },
            "passive_perception": 15,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_iron-golem/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_iron-golem",
            "name": "Iron Golem",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 20,
            "hit_points": 201,
            "hit_dice": "",
            "challenge_rating_decimal": "16.000",
            "challenge_rating_text": "16",
            "experience_points": 15000,
            "ability_scores": {
                "strength": 34,
                "dexterity": 8,
                "constitution": 20,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 1
            },
            "modifiers": {
                "strength": 12,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "saving_throws": {
                "strength": 12,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "saving_throws_all": {
                "strength": 12,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 12,
                "deception": -5,
                "history": -4,
                "insight": 0,
                "intimidation": -5,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -5,
                "persuasion": -5,
                "religion": -4,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_jackal/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_jackal",
            "name": "Jackal",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?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/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 11,
            "hit_points": 8,
            "hit_dice": "",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 8,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {
                "strength": -1,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": -1,
                "deception": -2,
                "history": -4,
                "insight": 1,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 1,
                "nature": -4,
                "perception": 1,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_knight/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_knight",
            "name": "Knight",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 18,
            "hit_points": 68,
            "hit_dice": "",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 16,
                "dexterity": 10,
                "constitution": 14,
                "intelligence": 12,
                "wisdom": 12,
                "charisma": 14
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": 3,
                "deception": 2,
                "history": 1,
                "insight": 1,
                "intimidation": 2,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 1,
                "performance": 2,
                "persuasion": 2,
                "religion": 1,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_kobold/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_kobold",
            "name": "Kobold",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?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/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 12,
            "hit_points": 9,
            "hit_dice": "",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 6,
                "dexterity": 18,
                "constitution": 8,
                "intelligence": 8,
                "wisdom": 6,
                "charisma": 8
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 4,
                "constitution": -1,
                "intelligence": -1,
                "wisdom": -2,
                "charisma": -1
            },
            "saving_throws": {
                "strength": -2,
                "dexterity": 4,
                "constitution": -1,
                "intelligence": -1,
                "wisdom": -2,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 4,
                "constitution": -1,
                "intelligence": -1,
                "wisdom": -2,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": -2,
                "arcana": -1,
                "athletics": -2,
                "deception": -1,
                "history": -1,
                "insight": -2,
                "intimidation": -1,
                "investigation": -1,
                "medicine": -2,
                "nature": -1,
                "perception": -2,
                "performance": -1,
                "persuasion": -1,
                "religion": -1,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_kobold-swiftblade/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_kobold-swiftblade",
            "name": "Kobold Swiftblade",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 15.0
            },
            "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/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 80,
            "hit_dice": "",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 8,
                "dexterity": 22,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 6,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {
                "strength": -1,
                "dexterity": 6,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 6,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 6,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": -1,
                "deception": 0,
                "history": 1,
                "insight": 2,
                "intimidation": 0,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": 1,
                "sleight_of_hand": 6,
                "stealth": 6,
                "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_kobold-witch/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_kobold-witch",
            "name": "Kobold Witch",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?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/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 126,
            "hit_dice": "",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 8,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 24
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 7
            },
            "saving_throws": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 7
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": -1,
                "deception": 7,
                "history": 0,
                "insight": 2,
                "intimidation": 7,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": 7,
                "persuasion": 7,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_kraken/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_kraken",
            "name": "Kraken",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "swim": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 60.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 475,
            "hit_dice": "",
            "challenge_rating_decimal": "23.000",
            "challenge_rating_text": "23",
            "experience_points": 50000,
            "ability_scores": {
                "strength": 44,
                "dexterity": 24,
                "constitution": 38,
                "intelligence": 36,
                "wisdom": 32,
                "charisma": 20
            },
            "modifiers": {
                "strength": 17,
                "dexterity": 7,
                "constitution": 14,
                "intelligence": 13,
                "wisdom": 11,
                "charisma": 5
            },
            "saving_throws": {
                "strength": 17,
                "dexterity": 7,
                "constitution": 14,
                "intelligence": 13,
                "wisdom": 11,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 17,
                "dexterity": 7,
                "constitution": 14,
                "intelligence": 13,
                "wisdom": 11,
                "charisma": 5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 7,
                "animal_handling": 11,
                "arcana": 13,
                "athletics": 17,
                "deception": 5,
                "history": 13,
                "insight": 11,
                "intimidation": 5,
                "investigation": 13,
                "medicine": 11,
                "nature": 13,
                "perception": 11,
                "performance": 5,
                "persuasion": 5,
                "religion": 13,
                "sleight_of_hand": 7,
                "stealth": 7,
                "survival": 11
            },
            "passive_perception": 21,
            "damage_immunities": [
                "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"
            ],
            "nonmagical_attack_immunity": true,
            "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": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_lamia/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_lamia",
            "name": "Lamia",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 95,
            "hit_dice": "",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 14,
                "wisdom": 14,
                "charisma": 20
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 5
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 2,
                "wisdom": 2,
                "charisma": 5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 2,
                "athletics": 3,
                "deception": 5,
                "history": 2,
                "insight": 2,
                "intimidation": 5,
                "investigation": 2,
                "medicine": 2,
                "nature": 2,
                "perception": 2,
                "performance": 5,
                "persuasion": 5,
                "religion": 2,
                "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_lantern-hagfish/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_lantern-hagfish",
            "name": "Lantern Hagfish",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 15.0,
                "unit": "feet",
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 7.5,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 11,
            "hit_points": 9,
            "hit_dice": "",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 2,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 1
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "saving_throws": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": -4,
                "deception": -5,
                "history": -4,
                "insight": 0,
                "intimidation": -5,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -5,
                "persuasion": -5,
                "religion": -4,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_lemure/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_lemure",
            "name": "Lemure",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 15.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "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/fiend/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 8,
            "hit_points": 17,
            "hit_dice": "",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 14,
                "dexterity": 6,
                "constitution": 12,
                "intelligence": 4,
                "wisdom": 10,
                "charisma": 2
            },
            "modifiers": {
                "strength": 2,
                "dexterity": -2,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws": {
                "strength": 2,
                "dexterity": -2,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": -2,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": 0,
                "arcana": -3,
                "athletics": 2,
                "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": -2,
                "stealth": -2,
                "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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_lich/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_lich",
            "name": "Lich",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 17,
            "hit_points": 314,
            "hit_dice": "",
            "challenge_rating_decimal": "21.000",
            "challenge_rating_text": "21",
            "experience_points": 33000,
            "ability_scores": {
                "strength": 10,
                "dexterity": 16,
                "constitution": 30,
                "intelligence": 34,
                "wisdom": 28,
                "charisma": 16
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 9,
                "charisma": 3
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 9,
                "charisma": 3
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 9,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 9,
                "arcana": 12,
                "athletics": 0,
                "deception": 3,
                "history": 12,
                "insight": 9,
                "intimidation": 3,
                "investigation": 12,
                "medicine": 9,
                "nature": 12,
                "perception": 9,
                "performance": 3,
                "persuasion": 3,
                "religion": 12,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 9
            },
            "passive_perception": 19,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_immunity": true,
            "damage_resistances": [
                "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/necrotic/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "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/bfrd_lion/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_lion",
            "name": "Lion",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?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/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 42,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 16,
                "dexterity": 14,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 2,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -4,
                "athletics": 3,
                "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": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_living-colossus/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_living-colossus",
            "name": "Living Colossus",
            "size": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api",
            "speed": {
                "walk": 60.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 60.0,
                "crawl": 30.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 18,
            "hit_points": 261,
            "hit_dice": "",
            "challenge_rating_decimal": "15.000",
            "challenge_rating_text": "15",
            "experience_points": 13000,
            "ability_scores": {
                "strength": 30,
                "dexterity": 8,
                "constitution": 30,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 22
            },
            "modifiers": {
                "strength": 10,
                "dexterity": -1,
                "constitution": 10,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 6
            },
            "saving_throws": {
                "strength": 10,
                "dexterity": -1,
                "constitution": 10,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 6
            },
            "saving_throws_all": {
                "strength": 10,
                "dexterity": -1,
                "constitution": 10,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 6
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 10,
                "deception": 6,
                "history": 0,
                "insight": 2,
                "intimidation": 6,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": 6,
                "persuasion": 6,
                "religion": 0,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_lizard/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_lizard",
            "name": "Lizard",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "climb": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 10,
            "hit_points": 9,
            "hit_dice": "",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 2,
                "dexterity": 10,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 8,
                "charisma": 2
            },
            "modifiers": {
                "strength": -4,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -4
            },
            "saving_throws": {
                "strength": -4,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -4
            },
            "saving_throws_all": {
                "strength": -4,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": -1,
                "arcana": -5,
                "athletics": -4,
                "deception": -4,
                "history": -5,
                "insight": -1,
                "intimidation": -4,
                "investigation": -5,
                "medicine": -1,
                "nature": -5,
                "perception": -1,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": -1
            },
            "passive_perception": 9,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 30.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_lizard-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_lizard-giant",
            "name": "Lizard, Giant",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 30.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 15,
            "hit_dice": "",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 2,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 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": 30.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_lizardfolk/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_lizardfolk",
            "name": "Lizardfolk",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 15.0,
                "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/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 22,
            "hit_dice": "",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 6,
                "wisdom": 16,
                "charisma": 6
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 3,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 3,
                "arcana": -2,
                "athletics": 2,
                "deception": -2,
                "history": -2,
                "insight": 3,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 3,
                "nature": -2,
                "perception": 3,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_lizardfolk-ruler/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_lizardfolk-ruler",
            "name": "Lizardfolk Ruler",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 15.0,
                "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/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 100,
            "hit_dice": "",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 14
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 2
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 3,
                "deception": 2,
                "history": 0,
                "insight": 2,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": 2,
                "persuasion": 2,
                "religion": 0,
                "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/bfrd_lizardfolk-shaman/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_lizardfolk-shaman",
            "name": "Lizardfolk Shaman",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 15.0,
                "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/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 57,
            "hit_dice": "",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 20,
                "charisma": 10
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 5,
                "charisma": 0
            },
            "saving_throws": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 5,
                "charisma": 0
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 5,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 5,
                "arcana": 0,
                "athletics": 2,
                "deception": 0,
                "history": 0,
                "insight": 5,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 5,
                "nature": 0,
                "perception": 5,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 5
            },
            "passive_perception": 15,
            "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": [],
            "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/bfrd_mage/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_mage",
            "name": "Mage",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 10,
            "hit_points": 140,
            "hit_dice": "",
            "challenge_rating_decimal": "6.000",
            "challenge_rating_text": "6",
            "experience_points": 2300,
            "ability_scores": {
                "strength": 8,
                "dexterity": 10,
                "constitution": 10,
                "intelligence": 22,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 6,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {
                "strength": -1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 6,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": 6,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 1,
                "arcana": 6,
                "athletics": -1,
                "deception": 0,
                "history": 6,
                "insight": 1,
                "intimidation": 0,
                "investigation": 6,
                "medicine": 1,
                "nature": 6,
                "perception": 1,
                "performance": 0,
                "persuasion": 0,
                "religion": 6,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        }
    ]
}