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

GET /v2/creatures/?format=api&ordering=weight&page=3
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=weight&page=4",
    "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=weight&page=2",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_druid/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_druid",
            "name": "Druid",
            "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": 11,
            "hit_points": 66,
            "hit_dice": "",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 10,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 12,
                "wisdom": 16,
                "charisma": 10
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 0
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 0
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": 1,
                "wisdom": 3,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 3,
                "arcana": 1,
                "athletics": 0,
                "deception": 0,
                "history": 1,
                "insight": 3,
                "intimidation": 0,
                "investigation": 1,
                "medicine": 3,
                "nature": 1,
                "perception": 3,
                "performance": 0,
                "persuasion": 0,
                "religion": 1,
                "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_dryad/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_dryad",
            "name": "Dryad",
            "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/fey/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 38,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 10,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 14,
                "wisdom": 18,
                "charisma": 18
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 4
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 2,
                "wisdom": 4,
                "charisma": 4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 4,
                "arcana": 2,
                "athletics": 0,
                "deception": 4,
                "history": 2,
                "insight": 4,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 4,
                "nature": 2,
                "perception": 4,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 4
            },
            "passive_perception": 14,
            "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_duergar/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_duergar",
            "name": "Duergar",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 25.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 25.0,
                "crawl": 12.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 12.5,
                "swim": 12.5
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 36,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 14,
                "intelligence": 10,
                "wisdom": 10,
                "charisma": 8
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 2,
                "intelligence": 0,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": 0,
                "athletics": 2,
                "deception": -1,
                "history": 0,
                "insight": 0,
                "intimidation": -1,
                "investigation": 0,
                "medicine": 0,
                "nature": 0,
                "perception": 0,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_dust-mephit/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_dust-mephit",
            "name": "Dust Mephit",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 30.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": true,
                "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": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws_all": {
                "strength": -3,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": -2,
                "athletics": -3,
                "deception": 0,
                "history": -2,
                "insight": 1,
                "intimidation": 0,
                "investigation": -2,
                "medicine": 1,
                "nature": -2,
                "perception": 1,
                "performance": 0,
                "persuasion": 0,
                "religion": -2,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?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_eagle/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_eagle",
            "name": "Eagle",
            "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": 11,
            "hit_points": 8,
            "hit_dice": "",
            "challenge_rating_decimal": "0.000",
            "challenge_rating_text": "0",
            "experience_points": 0,
            "ability_scores": {
                "strength": 6,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 14,
                "charisma": 6
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": -2,
                "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_eagle-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_eagle-giant",
            "name": "Eagle, Giant",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "fly": 80.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 80.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": 13,
            "hit_points": 40,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 16,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 8,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": -1,
                "athletics": 3,
                "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": 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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_earth-elemental/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_earth-elemental",
            "name": "Earth Elemental",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "burrow": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.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": [],
            "armor_class": 17,
            "hit_points": 114,
            "hit_dice": "",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 20,
                "dexterity": 8,
                "constitution": 20,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 5,
                "deception": -3,
                "history": -2,
                "insight": 0,
                "intimidation": -3,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -2,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": 60.0,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_efreeti/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_efreeti",
            "name": "Efreeti",
            "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/elemental/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 223,
            "hit_dice": "",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 22,
                "dexterity": 12,
                "constitution": 24,
                "intelligence": 24,
                "wisdom": 22,
                "charisma": 24
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 7,
                "intelligence": 7,
                "wisdom": 6,
                "charisma": 7
            },
            "saving_throws": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 7,
                "intelligence": 7,
                "wisdom": 6,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 1,
                "constitution": 7,
                "intelligence": 7,
                "wisdom": 6,
                "charisma": 7
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 6,
                "arcana": 7,
                "athletics": 6,
                "deception": 7,
                "history": 7,
                "insight": 6,
                "intimidation": 7,
                "investigation": 7,
                "medicine": 6,
                "nature": 7,
                "perception": 6,
                "performance": 7,
                "persuasion": 7,
                "religion": 7,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 6
            },
            "passive_perception": 16,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_elephant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_elephant",
            "name": "Elephant",
            "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/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 105,
            "hit_dice": "",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 20,
                "dexterity": 8,
                "constitution": 16,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 3,
                "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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_elk/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_elk",
            "name": "Elk",
            "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": 10,
            "hit_points": 15,
            "hit_dice": "",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 14,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 2,
                "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_elk-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_elk-giant",
            "name": "Elk, Giant",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?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": [
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 60,
            "hit_dice": "",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 18,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 6,
                "wisdom": 14,
                "charisma": 10
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 0
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": 4,
                "deception": 0,
                "history": -2,
                "insight": 2,
                "intimidation": 0,
                "investigation": -2,
                "medicine": 2,
                "nature": -2,
                "perception": 2,
                "performance": 0,
                "persuasion": 0,
                "religion": -2,
                "sleight_of_hand": 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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_erinyes/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_erinyes",
            "name": "Erinyes",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "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": 147,
            "hit_dice": "",
            "challenge_rating_decimal": "12.000",
            "challenge_rating_text": "12",
            "experience_points": 8400,
            "ability_scores": {
                "strength": 18,
                "dexterity": 24,
                "constitution": 26,
                "intelligence": 14,
                "wisdom": 22,
                "charisma": 26
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 7,
                "constitution": 8,
                "intelligence": 2,
                "wisdom": 6,
                "charisma": 8
            },
            "saving_throws": {
                "strength": 4,
                "dexterity": 7,
                "constitution": 8,
                "intelligence": 2,
                "wisdom": 6,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 7,
                "constitution": 8,
                "intelligence": 2,
                "wisdom": 6,
                "charisma": 8
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 7,
                "animal_handling": 6,
                "arcana": 2,
                "athletics": 4,
                "deception": 8,
                "history": 2,
                "insight": 6,
                "intimidation": 8,
                "investigation": 2,
                "medicine": 6,
                "nature": 2,
                "perception": 6,
                "performance": 8,
                "persuasion": 8,
                "religion": 2,
                "sleight_of_hand": 7,
                "stealth": 7,
                "survival": 6
            },
            "passive_perception": 16,
            "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": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_ettercap/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_ettercap",
            "name": "Ettercap",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?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/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 54,
            "hit_dice": "",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 10,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 4,
                "wisdom": 16,
                "charisma": 8
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 3,
                "charisma": -1
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 3,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -3,
                "wisdom": 3,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 3,
                "arcana": -3,
                "athletics": 0,
                "deception": -1,
                "history": -3,
                "insight": 3,
                "intimidation": -1,
                "investigation": -3,
                "medicine": 3,
                "nature": -3,
                "perception": 3,
                "performance": -1,
                "persuasion": -1,
                "religion": -3,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "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_ettin/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_ettin",
            "name": "Ettin",
            "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/giant/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api"
            ],
            "armor_class": 12,
            "hit_points": 95,
            "hit_dice": "",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 20,
                "dexterity": 8,
                "constitution": 16,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 8
            },
            "modifiers": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 5,
                "deception": -1,
                "history": -2,
                "insight": 0,
                "intimidation": -1,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": -1,
                "persuasion": -1,
                "religion": -2,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "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_feral-hunter/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_feral-hunter",
            "name": "Feral Hunter",
            "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/fey/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 83,
            "hit_dice": "",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 10,
                "dexterity": 16,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 12
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 1
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 1
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 0,
                "deception": 1,
                "history": 0,
                "insight": 2,
                "intimidation": 1,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": 1,
                "persuasion": 1,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?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_fire-elemental/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_fire-elemental",
            "name": "Fire Elemental",
            "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/elemental/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 13,
            "hit_points": 110,
            "hit_dice": "",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 10,
                "dexterity": 16,
                "constitution": 16,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 0,
                "deception": -2,
                "history": -2,
                "insight": 0,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 0
            },
            "passive_perception": 10,
            "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_fire-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_fire-giant",
            "name": "Fire Giant",
            "size": "https://api-beta.open5e.com/v2/sizes/huge/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 175,
            "hit_dice": "",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 24,
                "dexterity": 16,
                "constitution": 30,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 26
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 3,
                "constitution": 10,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 8
            },
            "saving_throws": {
                "strength": 7,
                "dexterity": 3,
                "constitution": 10,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 3,
                "constitution": 10,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": 8
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 7,
                "deception": 8,
                "history": 0,
                "insight": 2,
                "intimidation": 8,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": 8,
                "persuasion": 8,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "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_flesh-golem/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_flesh-golem",
            "name": "Flesh Golem",
            "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/construct/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 9,
            "hit_points": 129,
            "hit_dice": "",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 18,
                "dexterity": 8,
                "constitution": 18,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": -1,
                "constitution": 4,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 4,
                "deception": -3,
                "history": -2,
                "insight": 0,
                "intimidation": -3,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -2,
                "sleight_of_hand": -1,
                "stealth": -1,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?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_flinderbeast/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_flinderbeast",
            "name": "Flinderbeast",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "climb": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 38,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 12,
                "dexterity": 18,
                "constitution": 10,
                "intelligence": 6,
                "wisdom": 12,
                "charisma": 16
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws": {
                "strength": 1,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 3
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 1,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "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": 4,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?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_flying-sword/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_flying-sword",
            "name": "Flying Sword",
            "size": "https://api-beta.open5e.com/v2/sizes/small/?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/construct/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 16,
            "hit_points": 11,
            "hit_dice": "",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 12,
                "dexterity": 16,
                "constitution": 10,
                "intelligence": 1,
                "wisdom": 4,
                "charisma": 1
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -5
            },
            "saving_throws": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -5
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -5,
                "wisdom": -3,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": -3,
                "arcana": -5,
                "athletics": 1,
                "deception": -5,
                "history": -5,
                "insight": -3,
                "intimidation": -5,
                "investigation": -5,
                "medicine": -3,
                "nature": -5,
                "perception": -3,
                "performance": -5,
                "persuasion": -5,
                "religion": -5,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": -3
            },
            "passive_perception": 7,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            ],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_frog/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_frog",
            "name": "Frog",
            "size": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "swim": 20.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "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": 1,
                "dexterity": 10,
                "constitution": 8,
                "intelligence": 1,
                "wisdom": 8,
                "charisma": 2
            },
            "modifiers": {
                "strength": -5,
                "dexterity": 0,
                "constitution": -1,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -4
            },
            "saving_throws": {
                "strength": -5,
                "dexterity": 0,
                "constitution": -1,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -4
            },
            "saving_throws_all": {
                "strength": -5,
                "dexterity": 0,
                "constitution": -1,
                "intelligence": -5,
                "wisdom": -1,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": -1,
                "arcana": -5,
                "athletics": -5,
                "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_frog-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_frog-giant",
            "name": "Frog, Giant",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 20.0,
                "unit": "feet",
                "swim": 40.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 20.0,
                "crawl": 10.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 10.0,
                "swim": 40.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 11,
            "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": 10,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 2
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 2,
                "deception": -4,
                "history": -4,
                "insight": 0,
                "intimidation": -4,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -4,
                "persuasion": -4,
                "religion": -4,
                "sleight_of_hand": 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_frog-giant-poisonous/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_frog-giant-poisonous",
            "name": "Frog, Giant Poisonous",
            "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/beast/?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": 10,
                "charisma": 2
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -4
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 3,
                "deception": -4,
                "history": -4,
                "insight": 0,
                "intimidation": -4,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -4,
                "persuasion": -4,
                "religion": -4,
                "sleight_of_hand": 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_frost-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_frost-giant",
            "name": "Frost 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/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 166,
            "hit_dice": "",
            "challenge_rating_decimal": "8.000",
            "challenge_rating_text": "8",
            "experience_points": 3900,
            "ability_scores": {
                "strength": 22,
                "dexterity": 14,
                "constitution": 26,
                "intelligence": 8,
                "wisdom": 16,
                "charisma": 18
            },
            "modifiers": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 8,
                "intelligence": -1,
                "wisdom": 3,
                "charisma": 4
            },
            "saving_throws": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 8,
                "intelligence": -1,
                "wisdom": 3,
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": 6,
                "dexterity": 2,
                "constitution": 8,
                "intelligence": -1,
                "wisdom": 3,
                "charisma": 4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": -1,
                "athletics": 6,
                "deception": 4,
                "history": -1,
                "insight": 3,
                "intimidation": 4,
                "investigation": -1,
                "medicine": 3,
                "nature": -1,
                "perception": 3,
                "performance": 4,
                "persuasion": 4,
                "religion": -1,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_gargoyle/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_gargoyle",
            "name": "Gargoyle",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 15,
            "hit_points": 52,
            "hit_dice": "",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 16,
                "dexterity": 10,
                "constitution": 20,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 5,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "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": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "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_gelatinous-cube/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_gelatinous-cube",
            "name": "Gelatinous Cube",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?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/ooze/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 6,
            "hit_points": 75,
            "hit_dice": "",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 16,
                "dexterity": 4,
                "constitution": 20,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 1
            },
            "modifiers": {
                "strength": 3,
                "dexterity": -3,
                "constitution": 5,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": -3,
                "constitution": 5,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": -3,
                "constitution": 5,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -3,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": 3,
                "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": -3,
                "stealth": -3,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "condition_immunities": [],
            "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_ghast/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_ghast",
            "name": "Ghast",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?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/undead/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 48,
            "hit_dice": "",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 16,
                "dexterity": 16,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 14,
                "charisma": 8
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": -1
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 2,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": 0,
                "athletics": 3,
                "deception": -1,
                "history": 0,
                "insight": 2,
                "intimidation": -1,
                "investigation": 0,
                "medicine": 2,
                "nature": 0,
                "perception": 2,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "sleight_of_hand": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_ghost/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_ghost",
            "name": "Ghost",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 0.0,
                "unit": "feet",
                "fly": 40.0,
                "hover": true
            },
            "speed_all": {
                "unit": "feet",
                "walk": 0.0,
                "crawl": 0.0,
                "hover": true,
                "fly": 40.0,
                "burrow": 0.0,
                "climb": 0.0,
                "swim": 0.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 68,
            "hit_dice": "",
            "challenge_rating_decimal": "4.000",
            "challenge_rating_text": "4",
            "experience_points": 1100,
            "ability_scores": {
                "strength": 6,
                "dexterity": 14,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 16,
                "charisma": 18
            },
            "modifiers": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 3,
                "charisma": 4
            },
            "saving_throws": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 3,
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": -2,
                "dexterity": 2,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": 3,
                "charisma": 4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 3,
                "arcana": 0,
                "athletics": -2,
                "deception": 4,
                "history": 0,
                "insight": 3,
                "intimidation": 4,
                "investigation": 0,
                "medicine": 3,
                "nature": 0,
                "perception": 3,
                "performance": 4,
                "persuasion": 4,
                "religion": 0,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 3
            },
            "passive_perception": 13,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_ghoul/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_ghoul",
            "name": "Ghoul",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?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/undead/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 34,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 10,
                "dexterity": 16,
                "constitution": 10,
                "intelligence": 6,
                "wisdom": 14,
                "charisma": 6
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 3,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 2,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 2,
                "arcana": -2,
                "athletics": 0,
                "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": [],
            "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_gibbering-mouther/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_gibbering-mouther",
            "name": "Gibbering Mouther",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 10.0,
                "unit": "feet",
                "swim": 10.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 10.0,
                "crawl": 5.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 5.0,
                "swim": 10.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 9,
            "hit_points": 72,
            "hit_dice": "",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 14,
                "dexterity": 8,
                "constitution": 16,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 2,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 2,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": -1,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -1,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 2,
                "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_glabrezu/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_glabrezu",
            "name": "Glabrezu",
            "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/abyssal/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 154,
            "hit_dice": "",
            "challenge_rating_decimal": "9.000",
            "challenge_rating_text": "9",
            "experience_points": 5000,
            "ability_scores": {
                "strength": 28,
                "dexterity": 14,
                "constitution": 28,
                "intelligence": 18,
                "wisdom": 24,
                "charisma": 24
            },
            "modifiers": {
                "strength": 9,
                "dexterity": 2,
                "constitution": 9,
                "intelligence": 4,
                "wisdom": 7,
                "charisma": 7
            },
            "saving_throws": {
                "strength": 9,
                "dexterity": 2,
                "constitution": 9,
                "intelligence": 4,
                "wisdom": 7,
                "charisma": 7
            },
            "saving_throws_all": {
                "strength": 9,
                "dexterity": 2,
                "constitution": 9,
                "intelligence": 4,
                "wisdom": 7,
                "charisma": 7
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 7,
                "arcana": 4,
                "athletics": 9,
                "deception": 7,
                "history": 4,
                "insight": 7,
                "intimidation": 7,
                "investigation": 4,
                "medicine": 7,
                "nature": 4,
                "perception": 7,
                "performance": 7,
                "persuasion": 7,
                "religion": 4,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 7
            },
            "passive_perception": 17,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            ],
            "nonmagical_attack_resistance": true,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_gladiator/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_gladiator",
            "name": "Gladiator",
            "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/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 108,
            "hit_dice": "",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 24,
                "dexterity": 14,
                "constitution": 22,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 14
            },
            "modifiers": {
                "strength": 7,
                "dexterity": 2,
                "constitution": 6,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {
                "strength": 7,
                "dexterity": 2,
                "constitution": 6,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 7,
                "dexterity": 2,
                "constitution": 6,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 7,
                "deception": 2,
                "history": 0,
                "insight": 1,
                "intimidation": 2,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 2,
                "persuasion": 2,
                "religion": 0,
                "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_gnoll/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_gnoll",
            "name": "Gnoll",
            "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": 15,
            "hit_points": 22,
            "hit_dice": "",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 14,
                "dexterity": 12,
                "constitution": 10,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 6
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 1,
                "constitution": 0,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 2,
                "deception": -2,
                "history": -2,
                "insight": 0,
                "intimidation": -2,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": -2,
                "persuasion": -2,
                "religion": -2,
                "sleight_of_hand": 1,
                "stealth": 1,
                "survival": 0
            },
            "passive_perception": 10,
            "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_goat/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_goat",
            "name": "Goat",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "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": 12,
                "dexterity": 10,
                "constitution": 10,
                "intelligence": 2,
                "wisdom": 10,
                "charisma": 4
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 0,
                "constitution": 0,
                "intelligence": -4,
                "wisdom": 0,
                "charisma": -3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 0,
                "arcana": -4,
                "athletics": 1,
                "deception": -3,
                "history": -4,
                "insight": 0,
                "intimidation": -3,
                "investigation": -4,
                "medicine": 0,
                "nature": -4,
                "perception": 0,
                "performance": -3,
                "persuasion": -3,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 0
            },
            "passive_perception": 10,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_goat-giant/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_goat-giant",
            "name": "Goat, Giant",
            "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": 11,
            "hit_points": 25,
            "hit_dice": "",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 16,
                "dexterity": 10,
                "constitution": 12,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 0,
                "constitution": 1,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "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": 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_goblin/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_goblin",
            "name": "Goblin",
            "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/goblin/?format=api"
            ],
            "armor_class": 15,
            "hit_points": 12,
            "hit_dice": "",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 8,
                "dexterity": 18,
                "constitution": 10,
                "intelligence": 10,
                "wisdom": 8,
                "charisma": 8
            },
            "modifiers": {
                "strength": -1,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "saving_throws": {
                "strength": -1,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": -1,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": 0,
                "wisdom": -1,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": -1,
                "arcana": 0,
                "athletics": -1,
                "deception": -1,
                "history": 0,
                "insight": -1,
                "intimidation": -1,
                "investigation": 0,
                "medicine": -1,
                "nature": 0,
                "perception": -1,
                "performance": -1,
                "persuasion": -1,
                "religion": 0,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": -1
            },
            "passive_perception": 9,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "normal_sight_range": 10560.0,
            "darkvision_range": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_goblin-captain/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_goblin-captain",
            "name": "Goblin Captain",
            "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/goblin/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 32,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 10,
                "dexterity": 18,
                "constitution": 10,
                "intelligence": 12,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws_all": {
                "strength": 0,
                "dexterity": 4,
                "constitution": 0,
                "intelligence": 1,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 1,
                "arcana": 1,
                "athletics": 0,
                "deception": 0,
                "history": 1,
                "insight": 1,
                "intimidation": 0,
                "investigation": 1,
                "medicine": 1,
                "nature": 1,
                "perception": 1,
                "performance": 0,
                "persuasion": 0,
                "religion": 1,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "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_gold-dragon-wyrmling/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_gold-dragon-wyrmling",
            "name": "Gold Dragon Wyrmling",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 68,
            "hit_dice": "",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 18,
                "dexterity": 18,
                "constitution": 20,
                "intelligence": 14,
                "wisdom": 20,
                "charisma": 18
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 5,
                "charisma": 4
            },
            "saving_throws": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 5,
                "charisma": 4
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 4,
                "constitution": 5,
                "intelligence": 2,
                "wisdom": 5,
                "charisma": 4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 4,
                "animal_handling": 5,
                "arcana": 2,
                "athletics": 4,
                "deception": 4,
                "history": 2,
                "insight": 5,
                "intimidation": 4,
                "investigation": 2,
                "medicine": 5,
                "nature": 2,
                "perception": 5,
                "performance": 4,
                "persuasion": 4,
                "religion": 2,
                "sleight_of_hand": 4,
                "stealth": 4,
                "survival": 5
            },
            "passive_perception": 15,
            "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_golmana/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_golmana",
            "name": "Golmana",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 40.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 40.0,
                "crawl": 20.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 20.0,
                "swim": 20.0
            },
            "category": "Monsters",
            "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": 118,
            "hit_dice": "",
            "challenge_rating_decimal": "7.000",
            "challenge_rating_text": "7",
            "experience_points": 2900,
            "ability_scores": {
                "strength": 18,
                "dexterity": 16,
                "constitution": 14,
                "intelligence": 8,
                "wisdom": 12,
                "charisma": 14
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 2
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 3,
                "constitution": 2,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": 2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 1,
                "arcana": -1,
                "athletics": 4,
                "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": 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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_gorgon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_gorgon",
            "name": "Gorgon",
            "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/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 18,
            "hit_points": 96,
            "hit_dice": "",
            "challenge_rating_decimal": "5.000",
            "challenge_rating_text": "5",
            "experience_points": 1800,
            "ability_scores": {
                "strength": 20,
                "dexterity": 10,
                "constitution": 18,
                "intelligence": 2,
                "wisdom": 14,
                "charisma": 6
            },
            "modifiers": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 5,
                "dexterity": 0,
                "constitution": 4,
                "intelligence": -4,
                "wisdom": 2,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 0,
                "animal_handling": 2,
                "arcana": -4,
                "athletics": 5,
                "deception": -2,
                "history": -4,
                "insight": 2,
                "intimidation": -2,
                "investigation": -4,
                "medicine": 2,
                "nature": -4,
                "perception": 2,
                "performance": -2,
                "persuasion": -2,
                "religion": -4,
                "sleight_of_hand": 0,
                "stealth": 0,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "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_gray-ooze/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_gray-ooze",
            "name": "Gray Ooze",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 15.0,
                "unit": "feet",
                "climb": 15.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 15.0,
                "crawl": 7.5,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 7.5
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 8,
            "hit_points": 29,
            "hit_dice": "",
            "challenge_rating_decimal": "0.500",
            "challenge_rating_text": "1/2",
            "experience_points": 100,
            "ability_scores": {
                "strength": 12,
                "dexterity": 6,
                "constitution": 16,
                "intelligence": 1,
                "wisdom": 6,
                "charisma": 2
            },
            "modifiers": {
                "strength": 1,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "saving_throws": {
                "strength": 1,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": -2,
                "constitution": 3,
                "intelligence": -5,
                "wisdom": -2,
                "charisma": -4
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": -2,
                "animal_handling": -2,
                "arcana": -5,
                "athletics": 1,
                "deception": -4,
                "history": -5,
                "insight": -2,
                "intimidation": -4,
                "investigation": -5,
                "medicine": -2,
                "nature": -5,
                "perception": -2,
                "performance": -4,
                "persuasion": -4,
                "religion": -5,
                "sleight_of_hand": -2,
                "stealth": -2,
                "survival": -2
            },
            "passive_perception": 8,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            ],
            "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_green-dragon-wyrmling/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_green-dragon-wyrmling",
            "name": "Green Dragon Wyrmling",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 60.0,
                "swim": 30.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 60.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 30.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 51,
            "hit_dice": "",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 14,
                "dexterity": 16,
                "constitution": 16,
                "intelligence": 18,
                "wisdom": 14,
                "charisma": 16
            },
            "modifiers": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 4,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 4,
                "wisdom": 2,
                "charisma": 3
            },
            "saving_throws_all": {
                "strength": 2,
                "dexterity": 3,
                "constitution": 3,
                "intelligence": 4,
                "wisdom": 2,
                "charisma": 3
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "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": 3,
                "stealth": 3,
                "survival": 2
            },
            "passive_perception": 12,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "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_green-hag/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_green-hag",
            "name": "Green Hag",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet"
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 0.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api"
            ],
            "armor_class": 16,
            "hit_points": 76,
            "hit_dice": "",
            "challenge_rating_decimal": "3.000",
            "challenge_rating_text": "3",
            "experience_points": 700,
            "ability_scores": {
                "strength": 18,
                "dexterity": 12,
                "constitution": 16,
                "intelligence": 12,
                "wisdom": 14,
                "charisma": 22
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 6
            },
            "saving_throws": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 6
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 1,
                "constitution": 3,
                "intelligence": 1,
                "wisdom": 2,
                "charisma": 6
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 2,
                "arcana": 1,
                "athletics": 4,
                "deception": 6,
                "history": 1,
                "insight": 2,
                "intimidation": 6,
                "investigation": 1,
                "medicine": 2,
                "nature": 1,
                "perception": 2,
                "performance": 6,
                "persuasion": 6,
                "religion": 1,
                "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_grick/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_grick",
            "name": "Grick",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?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/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 14,
            "hit_points": 57,
            "hit_dice": "",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 14,
                "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": [
                "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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_griffon/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_griffon",
            "name": "Griffon",
            "size": "https://api-beta.open5e.com/v2/sizes/large/?format=api",
            "speed": {
                "walk": 30.0,
                "unit": "feet",
                "fly": 80.0
            },
            "speed_all": {
                "unit": "feet",
                "walk": 30.0,
                "crawl": 15.0,
                "hover": false,
                "fly": 80.0,
                "burrow": 0.0,
                "climb": 15.0,
                "swim": 15.0
            },
            "category": "Monsters",
            "type": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [],
            "armor_class": 12,
            "hit_points": 63,
            "hit_dice": "",
            "challenge_rating_decimal": "2.000",
            "challenge_rating_text": "2",
            "experience_points": 450,
            "ability_scores": {
                "strength": 18,
                "dexterity": 14,
                "constitution": 16,
                "intelligence": 2,
                "wisdom": 12,
                "charisma": 8
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": -4,
                "wisdom": 1,
                "charisma": -1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "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": 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": 60.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_grimlock/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_grimlock",
            "name": "Grimlock",
            "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/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api"
            ],
            "armor_class": 11,
            "hit_points": 17,
            "hit_dice": "",
            "challenge_rating_decimal": "0.250",
            "challenge_rating_text": "1/4",
            "experience_points": 50,
            "ability_scores": {
                "strength": 16,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 8,
                "wisdom": 12,
                "charisma": 6
            },
            "modifiers": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -2
            },
            "saving_throws_all": {
                "strength": 3,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": -1,
                "wisdom": 1,
                "charisma": -2
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "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": 1,
                "stealth": 1,
                "survival": 1
            },
            "passive_perception": 11,
            "damage_immunities": [],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [
                "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            ],
            "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_guard/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_guard",
            "name": "Guard",
            "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/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "https://api-beta.open5e.com/v2/languages/druidic/?format=api",
                "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "https://api-beta.open5e.com/v2/languages/gnomish/?format=api",
                "https://api-beta.open5e.com/v2/languages/goblin/?format=api",
                "https://api-beta.open5e.com/v2/languages/halfling/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "https://api-beta.open5e.com/v2/languages/orc/?format=api",
                "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "https://api-beta.open5e.com/v2/languages/void-speech/?format=api"
            ],
            "armor_class": 14,
            "hit_points": 8,
            "hit_dice": "",
            "challenge_rating_decimal": "0.125",
            "challenge_rating_text": "1/8",
            "experience_points": 25,
            "ability_scores": {
                "strength": 12,
                "dexterity": 12,
                "constitution": 12,
                "intelligence": 10,
                "wisdom": 12,
                "charisma": 10
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 1,
                "constitution": 1,
                "intelligence": 0,
                "wisdom": 1,
                "charisma": 0
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 1,
                "animal_handling": 1,
                "arcana": 0,
                "athletics": 1,
                "deception": 0,
                "history": 0,
                "insight": 1,
                "intimidation": 0,
                "investigation": 0,
                "medicine": 1,
                "nature": 0,
                "perception": 1,
                "performance": 0,
                "persuasion": 0,
                "religion": 0,
                "sleight_of_hand": 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_guardian-naga/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_guardian-naga",
            "name": "Guardian Naga",
            "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/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "https://api-beta.open5e.com/v2/languages/infernal/?format=api"
            ],
            "armor_class": 18,
            "hit_points": 176,
            "hit_dice": "",
            "challenge_rating_decimal": "10.000",
            "challenge_rating_text": "10",
            "experience_points": 5900,
            "ability_scores": {
                "strength": 18,
                "dexterity": 26,
                "constitution": 24,
                "intelligence": 24,
                "wisdom": 26,
                "charisma": 26
            },
            "modifiers": {
                "strength": 4,
                "dexterity": 8,
                "constitution": 7,
                "intelligence": 7,
                "wisdom": 8,
                "charisma": 8
            },
            "saving_throws": {
                "strength": 4,
                "dexterity": 8,
                "constitution": 7,
                "intelligence": 7,
                "wisdom": 8,
                "charisma": 8
            },
            "saving_throws_all": {
                "strength": 4,
                "dexterity": 8,
                "constitution": 7,
                "intelligence": 7,
                "wisdom": 8,
                "charisma": 8
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 8,
                "animal_handling": 8,
                "arcana": 7,
                "athletics": 4,
                "deception": 8,
                "history": 7,
                "insight": 8,
                "intimidation": 8,
                "investigation": 7,
                "medicine": 8,
                "nature": 7,
                "perception": 8,
                "performance": 8,
                "persuasion": 8,
                "religion": 7,
                "sleight_of_hand": 8,
                "stealth": 8,
                "survival": 8
            },
            "passive_perception": 18,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api",
                "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            ],
            "nonmagical_attack_resistance": false,
            "damage_vulnerabilities": [],
            "condition_immunities": [],
            "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_gynosphinx/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_gynosphinx",
            "name": "Gynosphinx",
            "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": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 17,
            "hit_points": 204,
            "hit_dice": "",
            "challenge_rating_decimal": "11.000",
            "challenge_rating_text": "11",
            "experience_points": 7200,
            "ability_scores": {
                "strength": 26,
                "dexterity": 14,
                "constitution": 16,
                "intelligence": 26,
                "wisdom": 26,
                "charisma": 20
            },
            "modifiers": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 8,
                "wisdom": 8,
                "charisma": 5
            },
            "saving_throws": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 8,
                "wisdom": 8,
                "charisma": 5
            },
            "saving_throws_all": {
                "strength": 8,
                "dexterity": 2,
                "constitution": 3,
                "intelligence": 8,
                "wisdom": 8,
                "charisma": 5
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 2,
                "animal_handling": 8,
                "arcana": 8,
                "athletics": 8,
                "deception": 5,
                "history": 8,
                "insight": 8,
                "intimidation": 5,
                "investigation": 8,
                "medicine": 8,
                "nature": 8,
                "perception": 8,
                "performance": 5,
                "persuasion": 5,
                "religion": 8,
                "sleight_of_hand": 2,
                "stealth": 2,
                "survival": 8
            },
            "passive_perception": 18,
            "damage_immunities": [
                "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            ],
            "nonmagical_attack_immunity": false,
            "damage_resistances": [
                "https://api-beta.open5e.com/v2/damagetypes/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": null,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": 120.0,
            "actions": [],
            "creaturesets": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/creatures/bfrd_harpy/?format=api",
            "document": "https://api-beta.open5e.com/v2/documents/bfrd/?format=api",
            "key": "bfrd_harpy",
            "name": "Harpy",
            "size": "https://api-beta.open5e.com/v2/sizes/medium/?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/monstrosity/?format=api",
            "alignment": "chaotic evil",
            "languages": [
                "https://api-beta.open5e.com/v2/languages/common/?format=api"
            ],
            "armor_class": 13,
            "hit_points": 38,
            "hit_dice": "",
            "challenge_rating_decimal": "1.000",
            "challenge_rating_text": "1",
            "experience_points": 200,
            "ability_scores": {
                "strength": 12,
                "dexterity": 16,
                "constitution": 12,
                "intelligence": 6,
                "wisdom": 10,
                "charisma": 12
            },
            "modifiers": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 1
            },
            "saving_throws_all": {
                "strength": 1,
                "dexterity": 3,
                "constitution": 1,
                "intelligence": -2,
                "wisdom": 0,
                "charisma": 1
            },
            "skill_bonuses": {},
            "skill_bonuses_all": {
                "acrobatics": 3,
                "animal_handling": 0,
                "arcana": -2,
                "athletics": 1,
                "deception": 1,
                "history": -2,
                "insight": 0,
                "intimidation": 1,
                "investigation": -2,
                "medicine": 0,
                "nature": -2,
                "perception": 0,
                "performance": 1,
                "persuasion": 1,
                "religion": -2,
                "sleight_of_hand": 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": 120.0,
            "blindsight_range": null,
            "tremorsense_range": null,
            "truesight_range": null,
            "actions": [],
            "creaturesets": []
        }
    ]
}