list: API endpoint for returning a list of monsters.
retrieve: API endpoint for returning a particular monster.

GET /monsters/?format=api&ordering=document__slug&page=62
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=document__slug&page=63",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=document__slug&page=61",
    "results": [
        {
            "slug": "hobgoblin",
            "desc": "",
            "name": "Hobgoblin",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "goblinoid",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 18,
            "armor_desc": "chain mail, shield",
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Goblin",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 5 (1d8 + 1) slashing damage, or 6 (1d10 + 1) slashing damage if used with two hands.",
                    "attack_bonus": 3,
                    "damage_dice": "1d8",
                    "damage_bonus": 1
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 150/600 ft., one target. Hit: 5 (1d8 + 1) piercing damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d8",
                    "damage_bonus": 1
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Martial Advantage",
                    "desc": "Once per turn, the hobgoblin can deal an extra 7 (2d6) damage to a creature it hits with a weapon attack if that creature is within 5 ft. of an ally of the hobgoblin that isn't incapacitated.",
                    "attack_bonus": 0,
                    "damage_dice": "2d6"
                }
            ],
            "spell_list": [],
            "page_no": 322,
            "environments": [
                "Hill",
                "Desert",
                "Underdark",
                "Mountains",
                "Grassland",
                "Forest",
                "Hills",
                "Caverns"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_hobgoblin/"
        },
        {
            "slug": "homunculus",
            "desc": "",
            "name": "Homunculus",
            "size": "Tiny",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 5,
            "hit_dice": "2d4",
            "speed": {
                "walk": 20,
                "fly": 40
            },
            "strength": 4,
            "dexterity": 15,
            "constitution": 11,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 1 piercing damage, and the target must succeed on a DC 10 Constitution saving throw or be poisoned for 1 minute. If the saving throw fails by 5 or more, the target is instead poisoned for 5 (1d10) minutes and unconscious while poisoned in this way.",
                    "attack_bonus": 4,
                    "damage_bonus": 1
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Telepathic Bond",
                    "desc": "While the homunculus is on the same plane of existence as its master, it can magically convey what it senses to its master, and the two can communicate telepathically."
                }
            ],
            "spell_list": [],
            "page_no": 322,
            "environments": [
                "Laboratory"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_homunculus/"
        },
        {
            "slug": "horned-devil",
            "desc": "",
            "name": "Horned Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 178,
            "hit_dice": "17d10+85",
            "speed": {
                "walk": 20,
                "fly": 60
            },
            "strength": 22,
            "dexterity": 17,
            "constitution": 21,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 17,
            "strength_save": 10,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 7,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes three melee attacks: two with its fork and one with its tail. It can use Hurl Flame in place of any melee attack."
                },
                {
                    "name": "Fork",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 15 (2d8 + 6) piercing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d8",
                    "damage_bonus": 6
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 10 (1d8 + 6) piercing damage. If the target is a creature other than an undead or a construct, it must succeed on a DC 17 Constitution saving throw or lose 10 (3d6) hit points at the start of each of its turns due to an infernal wound. Each time the devil hits the wounded target with this attack, the damage dealt by the wound increases by 10 (3d6). Any creature can take an action to stanch the wound with a successful DC 12 Wisdom (Medicine) check. The wound also closes if the target receives magical healing.",
                    "attack_bonus": 10,
                    "damage_dice": "1d8",
                    "damage_bonus": 6
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +7 to hit, range 150 ft., one target. Hit: 14 (4d6) fire damage. If the target is a flammable object that isn't being worn or carried, it also catches fire.",
                    "attack_bonus": 7,
                    "damage_dice": "4d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 276,
            "environments": [
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_horned-devil/"
        },
        {
            "slug": "hunter-shark",
            "desc": "Smaller than a giant shark but larger and fiercer than a reef shark, a **hunter shark** haunts deep waters. It usually hunts alone, but multiple hunter sharks might feed in the same area. A fully grown hunter shark is 15 to 20 feet long.",
            "name": "Hunter Shark",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "6d10+12",
            "speed": {
                "swim": 40
            },
            "strength": 18,
            "dexterity": 13,
            "constitution": 15,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 30 ft., passive Perception 12",
            "languages": "",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blood Frenzy",
                    "desc": "The shark has advantage on melee attack rolls against any creature that doesn't have all its hit points."
                },
                {
                    "name": "Water Breathing",
                    "desc": "The shark can breathe only underwater."
                }
            ],
            "spell_list": [],
            "page_no": 382,
            "environments": [
                "Underwater",
                "Water"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_hunter-shark/"
        },
        {
            "slug": "hydra",
            "desc": "",
            "name": "Hydra",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 172,
            "hit_dice": "15d12+75",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hydra makes as many bite attacks as it has heads."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 10 (1d10 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d10",
                    "damage_bonus": 5
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The hydra can hold its breath for 1 hour."
                },
                {
                    "name": "Multiple Heads",
                    "desc": "The hydra has five heads. While it has more than one head, the hydra has advantage on saving throws against being blinded, charmed, deafened, frightened, stunned, and knocked unconscious.\nWhenever the hydra takes 25 or more damage in a single turn, one of its heads dies. If all its heads die, the hydra dies.\nAt the end of its turn, it grows two heads for each of its heads that died since its last turn, unless it has taken fire damage since its last turn. The hydra regains 10 hit points for each head regrown in this way."
                },
                {
                    "name": "Reactive Heads",
                    "desc": "For each head the hydra has beyond one, it gets an extra reaction that can be used only for opportunity attacks."
                },
                {
                    "name": "Wakeful",
                    "desc": "While the hydra sleeps, at least one of its heads is awake."
                }
            ],
            "spell_list": [],
            "page_no": 323,
            "environments": [
                "Swamp",
                "Caverns",
                "Plane Of Water",
                "Water"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_hydra/"
        },
        {
            "slug": "hyena",
            "desc": "",
            "name": "Hyena",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 5,
            "hit_dice": "1d8+1",
            "speed": {
                "walk": 50
            },
            "strength": 11,
            "dexterity": 13,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 3 (1d6) piercing damage.",
                    "attack_bonus": 2,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Pack Tactics",
                    "desc": "The hyena has advantage on an attack roll against a creature if at least one of the hyena's allies is within 5 ft. of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 382,
            "environments": [
                "Hill",
                "Desert",
                "Shadowfell",
                "Grassland",
                "Ruin",
                "Forest"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_hyena/"
        },
        {
            "slug": "ice-devil",
            "desc": "",
            "name": "Ice Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 180,
            "hit_dice": "19d10+76",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 18,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 12",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes three attacks: one with its bite, one with its claws, and one with its tail."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) piercing damage plus 10 (3d6) cold damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d6+3d6",
                    "damage_bonus": 5
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 10 (2d4 + 5) slashing damage plus 10 (3d6) cold damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d4+3d6",
                    "damage_bonus": 5
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage plus 10 (3d6) cold damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d6+3d6",
                    "damage_bonus": 5
                },
                {
                    "name": "Wall of Ice",
                    "desc": "The devil magically forms an opaque wall of ice on a solid surface it can see within 60 feet of it. The wall is 1 foot thick and up to 30 feet long and 10 feet high, or it's a hemispherical dome up to 20 feet in diameter.\nWhen the wall appears, each creature in its space is pushed out of it by the shortest route. The creature chooses which side of the wall to end up on, unless the creature is incapacitated. The creature then makes a DC 17 Dexterity saving throw, taking 35 (10d6) cold damage on a failed save, or half as much damage on a successful one.\nThe wall lasts for 1 minute or until the devil is incapacitated or dies. The wall can be damaged and breached; each 10-foot section has AC 5, 30 hit points, vulnerability to fire damage, and immunity to acid, cold, necrotic, poison, and psychic damage. If a section is destroyed, it leaves behind a sheet of frigid air in the space the wall occupied. Whenever a creature finishes moving through the frigid air on a turn, willingly or otherwise, the creature must make a DC 17 Constitution saving throw, taking 17 (5d6) cold damage on a failed save, or half as much damage on a successful one. The frigid air dissipates when the rest of the wall vanishes."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 277,
            "environments": [
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_ice-devil/"
        },
        {
            "slug": "ice-mephit",
            "desc": "",
            "name": "Ice Mephit",
            "size": "Small",
            "type": "Elemental",
            "subtype": "",
            "group": "Mephits",
            "alignment": "neutral evil",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 21,
            "hit_dice": "6d6",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 7,
            "dexterity": 13,
            "constitution": 10,
            "intelligence": 9,
            "wisdom": 11,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2,
                "stealth": 3
            },
            "damage_vulnerabilities": "bludgeoning, fire",
            "damage_resistances": "",
            "damage_immunities": "cold, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Aquan, Auran",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one creature. Hit: 3 (1d4 + 1) slashing damage plus 2 (1d4) cold damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4",
                    "damage_bonus": 1
                },
                {
                    "name": "Frost Breath (Recharge 6)",
                    "desc": "The mephit exhales a 15-foot cone of cold air. Each creature in that area must succeed on a DC 10 Dexterity saving throw, taking 5 (2d4) cold damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Variant: Summon Mephits (1/Day)",
                    "desc": "The mephit has a 25 percent chance of summoning 1d4 mephits of its kind. A summoned mephit appears in an unoccupied space within 60 feet of its summoner, acts as an ally of its summoner, and can't summon other mephits. It remains for 1 minute, until it or its summoner dies, or until its summoner dismisses it as an action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Death Burst",
                    "desc": "When the mephit dies, it explodes in a burst of jagged ice. Each creature within 5 ft. of it must make a DC 10 Dexterity saving throw, taking 4 (1d8) slashing damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 0,
                    "damage_dice": "1d8"
                },
                {
                    "name": "False Appearance",
                    "desc": "While the mephit remains motionless, it is indistinguishable from an ordinary shard of ice."
                },
                {
                    "name": "Innate Spellcasting (1/Day)",
                    "desc": "The mephit can innately cast _fog cloud_, requiring no material components. Its innate spellcasting ability is Charisma."
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/fog-cloud/?format=api"
            ],
            "page_no": 331,
            "environments": [
                "Plane Of Air",
                "Mountains",
                "Tundra",
                "Plane Of Water",
                "Arctic"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_ice-mephit/"
        },
        {
            "slug": "imp",
            "desc": "",
            "name": "Imp",
            "size": "Tiny",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 10,
            "hit_dice": "3d4+3",
            "speed": {
                "walk": 20,
                "fly": 40
            },
            "strength": 6,
            "dexterity": 17,
            "constitution": 13,
            "intelligence": 11,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 4,
                "insight": 3,
                "persuasion": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical/nonsilver weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "Infernal, Common",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Sting (Bite in Beast Form)",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage, and the target must make on a DC 11 Constitution saving throw, taking 10 (3d6) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4",
                    "damage_bonus": 3
                },
                {
                    "name": "Invisibility",
                    "desc": "The imp magically turns invisible until it attacks, or until its concentration ends (as if concentrating on a spell). Any equipment the imp wears or carries is invisible with it."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shapechanger",
                    "desc": "The imp can use its action to polymorph into a beast form that resembles a rat (speed 20 ft.), a raven (20 ft., fly 60 ft.), or a spider (20 ft., climb 20 ft.), or back into its true form. Its statistics are the same in each form, except for the speed changes noted. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the imp's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The imp has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Variant: Familiar",
                    "desc": "The imp can serve another creature as a familiar, forming a telepathic bond with its willing master. While the two are bonded, the master can sense what the imp senses as long as they are within 1 mile of each other. While the imp is within 10 feet of its master, the master shares the imp's Magic Resistance trait. At any time and for any reason, the imp can end its service as a familiar, ending the telepathic bond."
                }
            ],
            "spell_list": [],
            "page_no": 277,
            "environments": [
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_imp/"
        },
        {
            "slug": "invisible-stalker",
            "desc": "",
            "name": "Invisible Stalker",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 104,
            "hit_dice": "16d8+32",
            "speed": {
                "hover": true,
                "walk": 50,
                "fly": 50
            },
            "strength": 16,
            "dexterity": 19,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 8,
            "skills": {
                "perception": 8,
                "stealth": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 18",
            "languages": "Auran, understands Common but doesn't speak it",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The stalker makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6",
                    "damage_bonus": 3
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Invisibility",
                    "desc": "The stalker is invisible."
                },
                {
                    "name": "Faultless Tracker",
                    "desc": "The stalker is given a quarry by its summoner. The stalker knows the direction and distance to its quarry as long as the two of them are on the same plane of existence. The stalker also knows the location of its summoner."
                }
            ],
            "spell_list": [],
            "page_no": 323,
            "environments": [
                "Temple",
                "Urban",
                "Plane Of Air",
                "Swamp",
                "Settlement",
                "Grassland",
                "Laboratory"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_invisible-stalker/"
        },
        {
            "slug": "iron-golem",
            "desc": "",
            "name": "Iron Golem",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": "Golems",
            "alignment": "unaligned",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 210,
            "hit_dice": "20d10+100",
            "speed": {
                "walk": 30
            },
            "strength": 24,
            "dexterity": 9,
            "constitution": 20,
            "intelligence": 3,
            "wisdom": 11,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire, poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The golem makes two melee attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 20 (3d8 + 7) bludgeoning damage.",
                    "attack_bonus": 13,
                    "damage_dice": "3d8",
                    "damage_bonus": 7
                },
                {
                    "name": "Sword",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 23 (3d10 + 7) slashing damage.",
                    "attack_bonus": 13,
                    "damage_dice": "3d10",
                    "damage_bonus": 7
                },
                {
                    "name": "Poison Breath (Recharge 5-6)",
                    "desc": "The golem exhales poisonous gas in a 15-foot cone. Each creature in that area must make a DC 19 Constitution saving throw, taking 45 (10d8) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 0,
                    "damage_dice": "10d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fire Absorption",
                    "desc": "Whenever the golem is subjected to fire damage, it takes no damage and instead regains a number of hit points equal to the fire damage dealt."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The golem is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The golem has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The golem's weapon attacks are magical."
                }
            ],
            "spell_list": [],
            "page_no": 317,
            "environments": [
                "Any"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_iron-golem/"
        },
        {
            "slug": "jackal",
            "desc": "",
            "name": "Jackal",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 3,
            "hit_dice": "1d6",
            "speed": {
                "walk": 40
            },
            "strength": 8,
            "dexterity": 15,
            "constitution": 11,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +1 to hit, reach 5 ft., one target. Hit: 1 (1d4 - 1) piercing damage.",
                    "attack_bonus": 1,
                    "damage_dice": "1d4",
                    "damage_bonus": -1
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The jackal has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The jackal has advantage on an attack roll against a creature if at least one of the jackal's allies is within 5 ft. of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 382,
            "environments": [
                "Desert",
                "Shadowfell",
                "Grassland",
                "Ruin"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_jackal/"
        },
        {
            "slug": "killer-whale",
            "desc": "",
            "name": "Killer Whale",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 90,
            "hit_dice": "12d12+12",
            "speed": {
                "swim": 60
            },
            "strength": 19,
            "dexterity": 10,
            "constitution": 13,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 120 ft., passive Perception 13",
            "languages": "",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 21 (5d6 + 4) piercing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Echolocation",
                    "desc": "The whale can't use its blindsight while deafened."
                },
                {
                    "name": "Hold Breath",
                    "desc": "The whale can hold its breath for 30 minutes"
                },
                {
                    "name": "Keen Hearing",
                    "desc": "The whale has advantage on Wisdom (Perception) checks that rely on hearing."
                }
            ],
            "spell_list": [],
            "page_no": 383,
            "environments": [
                "Underwater",
                "Water"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_killer-whale/"
        },
        {
            "slug": "knight",
            "desc": "**Knights** are warriors who pledge service to rulers, religious orders, and noble causes. A knight's alignment determines the extent to which a pledge is honored. Whether undertaking a quest or patrolling a realm, a knight often travels with an entourage that includes squires and hirelings who are commoners.",
            "name": "Knight",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 18,
            "armor_desc": "plate",
            "hit_points": 52,
            "hit_dice": "8d8+16",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 11,
            "constitution": 14,
            "intelligence": 11,
            "wisdom": 11,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "any one language (usually Common)",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The knight makes two melee attacks."
                },
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6",
                    "damage_bonus": 3
                },
                {
                    "name": "Heavy Crossbow",
                    "desc": "Ranged Weapon Attack: +2 to hit, range 100/400 ft., one target. Hit: 5 (1d10) piercing damage.",
                    "attack_bonus": 2,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Leadership (Recharges after a Short or Long Rest)",
                    "desc": "For 1 minute, the knight can utter a special command or warning whenever a nonhostile creature that it can see within 30 ft. of it makes an attack roll or a saving throw. The creature can add a d4 to its roll provided it can hear and understand the knight. A creature can benefit from only one Leadership die at a time. This effect ends if the knight is incapacitated."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Parry",
                    "desc": "The knight adds 2 to its AC against one melee attack that would hit it. To do so, the knight must see the attacker and be wielding a melee weapon."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Brave",
                    "desc": "The knight has advantage on saving throws against being frightened."
                }
            ],
            "spell_list": [],
            "page_no": 400,
            "environments": [
                "Temple",
                "Urban",
                "Hills",
                "Mountains",
                "Grassland",
                "Settlement"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_knight/"
        },
        {
            "slug": "kobold",
            "desc": "",
            "name": "Kobold",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 5,
            "hit_dice": "2d6-2",
            "speed": {
                "walk": 30
            },
            "strength": 7,
            "dexterity": 15,
            "constitution": 9,
            "intelligence": 8,
            "wisdom": 7,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 8",
            "languages": "Common, Draconic",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                },
                {
                    "name": "Sling",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The kobold has advantage on an attack roll against a creature if at least one of the kobold's allies is within 5 ft. of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 324,
            "environments": [
                "Hill",
                "Underdark",
                "Mountains",
                "Coastal",
                "Tundra",
                "Grassland",
                "Ruin",
                "Swamp",
                "Mountain",
                "Desert",
                "Settlement",
                "Urban",
                "Forest",
                "Arctic",
                "Jungle",
                "Hills",
                "Caverns",
                "Plane Of Earth"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_kobold/"
        },
        {
            "slug": "kraken",
            "desc": "",
            "name": "Kraken",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "titan",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 472,
            "hit_dice": "27d20+189",
            "speed": {
                "walk": 20,
                "swim": 60
            },
            "strength": 30,
            "dexterity": 11,
            "constitution": 25,
            "intelligence": 22,
            "wisdom": 18,
            "charisma": 20,
            "strength_save": 17,
            "dexterity_save": 7,
            "constitution_save": 14,
            "intelligence_save": 13,
            "wisdom_save": 11,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "frightened, paralyzed",
            "senses": "truesight 120 ft., passive Perception 14",
            "languages": "understands Abyssal, Celestial, Infernal, and Primordial but can't speak, telepathy 120 ft.",
            "challenge_rating": "23",
            "cr": 23.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The kraken makes three tentacle attacks, each of which it can replace with one use of Fling."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 23 (3d8 + 10) piercing damage. If the target is a Large or smaller creature grappled by the kraken, that creature is swallowed, and the grapple ends. While swallowed, the creature is blinded and restrained, it has total cover against attacks and other effects outside the kraken, and it takes 42 (12d6) acid damage at the start of each of the kraken's turns. If the kraken takes 50 damage or more on a single turn from a creature inside it, the kraken must succeed on a DC 25 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the kraken. If the kraken dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 15 feet of movement, exiting prone.",
                    "attack_bonus": 7,
                    "damage_dice": "3d8",
                    "damage_bonus": 10
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 30 ft., one target. Hit: 20 (3d6 + 10) bludgeoning damage, and the target is grappled (escape DC 18). Until this grapple ends, the target is restrained. The kraken has ten tentacles, each of which can grapple one target.",
                    "attack_bonus": 7,
                    "damage_dice": "3d6",
                    "damage_bonus": 10
                },
                {
                    "name": "Fling",
                    "desc": "One Large or smaller object held or creature grappled by the kraken is thrown up to 60 feet in a random direction and knocked prone. If a thrown target strikes a solid surface, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 18 Dexterity saving throw or take the same damage and be knocked prone."
                },
                {
                    "name": "Lightning Storm",
                    "desc": "The kraken magically creates three bolts of lightning, each of which can strike a target the kraken can see within 120 feet of it. A target must make a DC 23 Dexterity saving throw, taking 22 (4d10) lightning damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 0,
                    "damage_dice": "4d10"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The kraken can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The kraken regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Tentacle Attack or Fling",
                    "desc": "The kraken makes one tentacle attack or uses its Fling."
                },
                {
                    "name": "Lightning Storm (Costs 2 Actions)",
                    "desc": "The kraken uses Lightning Storm."
                },
                {
                    "name": "Ink Cloud (Costs 3 Actions)",
                    "desc": "While underwater, the kraken expels an ink cloud in a 60-foot radius. The cloud spreads around corners, and that area is heavily obscured to creatures other than the kraken. Each creature other than the kraken that ends its turn there must succeed on a DC 23 Constitution saving throw, taking 16 (3d10) poison damage on a failed save, or half as much damage on a successful one. A strong current disperses the cloud, which otherwise disappears at the end of the kraken's next turn."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The kraken can breathe air and water."
                },
                {
                    "name": "Freedom of Movement",
                    "desc": "The kraken ignores difficult terrain, and magical effects can't reduce its speed or cause it to be restrained. It can spend 5 feet of movement to escape from nonmagical restraints or being grappled."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The kraken deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 324,
            "environments": [
                "Underwater",
                "Plane Of Water",
                "Water"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_kraken/"
        },
        {
            "slug": "lamia",
            "desc": "",
            "name": "Lamia",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 97,
            "hit_dice": "13d10+26",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 13,
            "constitution": 15,
            "intelligence": 14,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 7,
                "insight": 4,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Abyssal, Common",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The lamia makes two attacks: one with its claws and one with its dagger or Intoxicating Touch."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d10",
                    "damage_bonus": 3
                },
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4",
                    "damage_bonus": 3
                },
                {
                    "name": "Intoxicating Touch",
                    "desc": "Melee Spell Attack: +5 to hit, reach 5 ft., one creature. Hit: The target is magically cursed for 1 hour. Until the curse ends, the target has disadvantage on Wisdom saving throws and all ability checks."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The lamia's innate spellcasting ability is Charisma (spell save DC 13). It can innately cast the following spells, requiring no material components.\n\nAt will: disguise self (any humanoid form), major image\n3/day each: charm person, mirror image, scrying, suggestion\n1/day: geas"
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/disguise-self/?format=api",
                "https://api.open5e.com/v2/spells/major-image/?format=api",
                "https://api.open5e.com/v2/spells/charm-person/?format=api",
                "https://api.open5e.com/v2/spells/mirror-image/?format=api",
                "https://api.open5e.com/v2/spells/scrying/?format=api",
                "https://api.open5e.com/v2/spells/suggestion/?format=api",
                "https://api.open5e.com/v2/spells/geas/?format=api"
            ],
            "page_no": 325,
            "environments": [
                "Desert",
                "Grassland",
                "Hills",
                "Abyss"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_lamia/"
        },
        {
            "slug": "lemure",
            "desc": "",
            "name": "Lemure",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 7,
            "armor_desc": null,
            "hit_points": 13,
            "hit_dice": "3d8",
            "speed": {
                "walk": 15
            },
            "strength": 10,
            "dexterity": 5,
            "constitution": 11,
            "intelligence": 1,
            "wisdom": 11,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "fire, poison",
            "condition_immunities": "charmed, frightened, poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "understands infernal but can't speak",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Fist",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 2 (1d4) bludgeoning damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the lemure's darkvision."
                },
                {
                    "name": "Hellish Rejuvenation",
                    "desc": "A lemure that dies in the Nine Hells comes back to life with all its hit points in 1d10 days unless it is killed by a good-aligned creature with a bless spell cast on that creature or its remains are sprinkled with holy water."
                }
            ],
            "spell_list": [],
            "page_no": 278,
            "environments": [
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_lemure/"
        },
        {
            "slug": "lich",
            "desc": "",
            "name": "Lich",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "any evil alignment",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 135,
            "hit_dice": "18d8+54",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 20,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": 12,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "arcana": 19,
                "history": 12,
                "insight": 9,
                "perception": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, lightning, necrotic",
            "damage_immunities": "poison; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "truesight 120 ft., passive Perception 19",
            "languages": "Common plus up to five other languages",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Paralyzing Touch",
                    "desc": "Melee Spell Attack: +12 to hit, reach 5 ft., one creature. Hit: 10 (3d6) cold damage. The target must succeed on a DC 18 Constitution saving throw or be paralyzed for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attack_bonus": 12,
                    "damage_dice": "3d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The lich can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The lich regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Cantrip",
                    "desc": "The lich casts a cantrip."
                },
                {
                    "name": "Paralyzing Touch (Costs 2 Actions)",
                    "desc": "The lich uses its Paralyzing Touch."
                },
                {
                    "name": "Frightening Gaze (Costs 2 Actions)",
                    "desc": "The lich fixes its gaze on one creature it can see within 10 feet of it. The target must succeed on a DC 18 Wisdom saving throw against this magic or become frightened for 1 minute. The frightened target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a target's saving throw is successful or the effect ends for it, the target is immune to the lich's gaze for the next 24 hours."
                },
                {
                    "name": "Disrupt Life (Costs 3 Actions)",
                    "desc": "Each non-undead creature within 20 feet of the lich must make a DC 18 Constitution saving throw against this magic, taking 21 (6d6) necrotic damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 0,
                    "damage_dice": "6d6"
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the lich fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "If it has a phylactery, a destroyed lich gains a new body in 1d10 days, regaining all its hit points and becoming active again. The new body appears within 5 feet of the phylactery."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The lich is an 18th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 20, +12 to hit with spell attacks). The lich has the following wizard spells prepared:\n\n* Cantrips (at will): mage hand, prestidigitation, ray of frost\n* 1st level (4 slots): detect magic, magic missile, shield, thunderwave\n* 2nd level (3 slots): detect thoughts, invisibility, acid arrow, mirror image\n* 3rd level (3 slots): animate dead, counterspell, dispel magic, fireball\n* 4th level (3 slots): blight, dimension door\n* 5th level (3 slots): cloudkill, scrying\n* 6th level (1 slot): disintegrate, globe of invulnerability\n* 7th level (1 slot): finger of death, plane shift\n* 8th level (1 slot): dominate monster, power word stun\n* 9th level (1 slot): power word kill"
                },
                {
                    "name": "Turn Resistance",
                    "desc": "The lich has advantage on saving throws against any effect that turns undead."
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/mage-hand/?format=api",
                "https://api.open5e.com/v2/spells/prestidigitation/?format=api",
                "https://api.open5e.com/v2/spells/ray-of-frost/?format=api",
                "https://api.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api.open5e.com/v2/spells/magic-missile/?format=api",
                "https://api.open5e.com/v2/spells/shield/?format=api",
                "https://api.open5e.com/v2/spells/thunderwave/?format=api",
                "https://api.open5e.com/v2/spells/detect-thoughts/?format=api",
                "https://api.open5e.com/v2/spells/invisibility/?format=api",
                "https://api.open5e.com/v2/spells/acid-arrow/?format=api",
                "https://api.open5e.com/v2/spells/mirror-image/?format=api",
                "https://api.open5e.com/v2/spells/animate-dead/?format=api",
                "https://api.open5e.com/v2/spells/counterspell/?format=api",
                "https://api.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api.open5e.com/v2/spells/fireball/?format=api",
                "https://api.open5e.com/v2/spells/blight/?format=api",
                "https://api.open5e.com/v2/spells/dimension-door/?format=api",
                "https://api.open5e.com/v2/spells/cloudkill/?format=api",
                "https://api.open5e.com/v2/spells/scrying/?format=api",
                "https://api.open5e.com/v2/spells/disintegrate/?format=api",
                "https://api.open5e.com/v2/spells/globe-of-invulnerability/?format=api",
                "https://api.open5e.com/v2/spells/finger-of-death/?format=api",
                "https://api.open5e.com/v2/spells/plane-shift/?format=api",
                "https://api.open5e.com/v2/spells/dominate-monster/?format=api",
                "https://api.open5e.com/v2/spells/power-word-stun/?format=api",
                "https://api.open5e.com/v2/spells/power-word-kill/?format=api"
            ],
            "page_no": 325,
            "environments": [
                "Shadowfell",
                "Ruin",
                "Laboratory",
                "Tomb"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_lich/"
        },
        {
            "slug": "lion",
            "desc": "",
            "name": "Lion",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 26,
            "hit_dice": "4d10+4",
            "speed": {
                "walk": 50
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 13,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8",
                    "damage_bonus": 3
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6",
                    "damage_bonus": 3
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The lion has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The lion has advantage on an attack roll against a creature if at least one of the lion's allies is within 5 ft. of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Pounce",
                    "desc": "If the lion moves at least 20 ft. straight toward a creature and then hits it with a claw attack on the same turn, that target must succeed on a DC 13 Strength saving throw or be knocked prone. If the target is prone, the lion can make one bite attack against it as a bonus action."
                },
                {
                    "name": "Running Leap",
                    "desc": "With a 10-foot running start, the lion can long jump up to 25 ft.."
                }
            ],
            "spell_list": [],
            "page_no": 383,
            "environments": [
                "Hill",
                "Desert",
                "Grassland",
                "Mountain",
                "Forest"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_lion/"
        },
        {
            "slug": "lizard",
            "desc": "",
            "name": "Lizard",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 10,
            "armor_desc": null,
            "hit_points": 2,
            "hit_dice": "1d4",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 2,
            "dexterity": 11,
            "constitution": 10,
            "intelligence": 1,
            "wisdom": 8,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 30 ft., passive Perception 9",
            "languages": "",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +0 to hit, reach 5 ft., one target. Hit: 1 piercing damage.",
                    "damage_bonus": 1
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 383,
            "environments": [
                "Desert",
                "Jungle",
                "Swamp",
                "Grassland",
                "Ruin"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_lizard/"
        },
        {
            "slug": "lizardfolk",
            "desc": "",
            "name": "Lizardfolk",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "lizardfolk",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "natural armor, shield",
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 15,
            "dexterity": 10,
            "constitution": 13,
            "intelligence": 7,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 4,
                "survival": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "Draconic",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The lizardfolk makes two melee attacks, each one with a different weapon."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                },
                {
                    "name": "Heavy Club",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                },
                {
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                },
                {
                    "name": "Spiked Shield",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The lizardfolk can hold its breath for 15 minutes."
                }
            ],
            "spell_list": [],
            "page_no": 326,
            "environments": [
                "Swamp",
                "Jungle",
                "Forest"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_lizardfolk/"
        },
        {
            "slug": "mage",
            "desc": "**Mages** spend their lives in the study and practice of magic. Good-aligned mages offer counsel to nobles and others in power, while evil mages dwell in isolated sites to perform unspeakable experiments without interference.",
            "name": "Mage",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 12,
            "armor_desc": "15 with _mage armor_",
            "hit_points": 40,
            "hit_dice": "9d8",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 14,
            "constitution": 11,
            "intelligence": 17,
            "wisdom": 12,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 6,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 6,
                "history": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "any four languages",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spellcasting",
                    "desc": "The mage is a 9th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 14, +6 to hit with spell attacks). The mage has the following wizard spells prepared:\n\n* Cantrips (at will): fire bolt, light, mage hand, prestidigitation\n* 1st level (4 slots): detect magic, mage armor, magic missile, shield\n* 2nd level (3 slots): misty step, suggestion\n* 3rd level (3 slots): counterspell, fireball, fly\n* 4th level (3 slots): greater invisibility, ice storm\n* 5th level (1 slot): cone of cold"
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/fire-bolt/?format=api",
                "https://api.open5e.com/v2/spells/light/?format=api",
                "https://api.open5e.com/v2/spells/mage-hand/?format=api",
                "https://api.open5e.com/v2/spells/prestidigitation/?format=api",
                "https://api.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api.open5e.com/v2/spells/mage-armor/?format=api",
                "https://api.open5e.com/v2/spells/magic-missile/?format=api",
                "https://api.open5e.com/v2/spells/shield/?format=api",
                "https://api.open5e.com/v2/spells/misty-step/?format=api",
                "https://api.open5e.com/v2/spells/suggestion/?format=api",
                "https://api.open5e.com/v2/spells/counterspell/?format=api",
                "https://api.open5e.com/v2/spells/fireball/?format=api",
                "https://api.open5e.com/v2/spells/fly/?format=api",
                "https://api.open5e.com/v2/spells/greater-invisibility/?format=api",
                "https://api.open5e.com/v2/spells/ice-storm/?format=api",
                "https://api.open5e.com/v2/spells/cone-of-cold/?format=api"
            ],
            "page_no": 400,
            "environments": [
                "Urban",
                "Desert",
                "Mountains",
                "Forest",
                "Ruin",
                "Laboratory",
                "Jungle",
                "Hills",
                "Feywild",
                "Shadowfell",
                "Swamp",
                "Settlement"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_mage/"
        },
        {
            "slug": "magma-mephit",
            "desc": "",
            "name": "Magma Mephit",
            "size": "Small",
            "type": "Elemental",
            "subtype": "",
            "group": "Mephits",
            "alignment": "neutral evil",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 22,
            "hit_dice": "5d6+5",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 8,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 7,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 3
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Ignan, Terran",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one creature. Hit: 3 (1d4 + 1) slashing damage plus 2 (1d4) fire damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4",
                    "damage_bonus": 1
                },
                {
                    "name": "Fire Breath (Recharge 6)",
                    "desc": "The mephit exhales a 15-foot cone of fire. Each creature in that area must make a DC 11 Dexterity saving throw, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Variant: Summon Mephits (1/Day)",
                    "desc": "The mephit has a 25 percent chance of summoning 1d4 mephits of its kind. A summoned mephit appears in an unoccupied space within 60 feet of its summoner, acts as an ally of its summoner, and can't summon other mephits. It remains for 1 minute, until it or its summoner dies, or until its summoner dismisses it as an action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Death Burst",
                    "desc": "When the mephit dies, it explodes in a burst of lava. Each creature within 5 ft. of it must make a DC 11 Dexterity saving throw, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 0,
                    "damage_dice": "2d6"
                },
                {
                    "name": "False Appearance",
                    "desc": "While the mephit remains motionless, it is indistinguishable from an ordinary mound of magma."
                },
                {
                    "name": "Innate Spellcasting (1/Day)",
                    "desc": "The mephit can innately cast _heat metal_ (spell save DC 10), requiring no material components. Its innate spellcasting ability is Charisma."
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/heat-metal/?format=api"
            ],
            "page_no": 331,
            "environments": [
                "Underdark",
                "Mountains",
                "Caverns",
                "Plane Of Fire",
                "Plane Of Earth"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_magma-mephit/"
        },
        {
            "slug": "magmin",
            "desc": "",
            "name": "Magmin",
            "size": "Small",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 9,
            "hit_dice": "2d6+2",
            "speed": {
                "walk": 30
            },
            "strength": 7,
            "dexterity": 15,
            "constitution": 12,
            "intelligence": 8,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Ignan",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Touch",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d6) fire damage. If the target is a creature or a flammable object, it ignites. Until a target takes an action to douse the fire, the target takes 3 (1d6) fire damage at the end of each of its turns.",
                    "attack_bonus": 4,
                    "damage_dice": "2d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Death Burst",
                    "desc": "When the magmin dies, it explodes in a burst of fire and magma. Each creature within 10 ft. of it must make a DC 11 Dexterity saving throw, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one. Flammable objects that aren't being worn or carried in that area are ignited.",
                    "attack_bonus": 0,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Ignited Illumination",
                    "desc": "As a bonus action, the magmin can set itself ablaze or extinguish its flames. While ablaze, the magmin sheds bright light in a 10-foot radius and dim light for an additional 10 ft."
                }
            ],
            "spell_list": [],
            "page_no": 329,
            "environments": [
                "Desert",
                "Mountains",
                "Caverns",
                "Plane Of Fire",
                "Laboratory"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_magmin/"
        },
        {
            "slug": "mammoth",
            "desc": "A **mammoth** is an elephantine creature with thick fur and long tusks. Stockier and fiercer than normal elephants, mammoths inhabit a wide range of climes, from subarctic to subtropical.",
            "name": "Mammoth",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "11d12+55",
            "speed": {
                "walk": 40
            },
            "strength": 24,
            "dexterity": 9,
            "constitution": 21,
            "intelligence": 3,
            "wisdom": 11,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 25 (4d8 + 7) piercing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "4d8",
                    "damage_bonus": 7
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one prone creature. Hit: 29 (4d10 + 7) bludgeoning damage.",
                    "attack_bonus": 10,
                    "damage_dice": "4d10",
                    "damage_bonus": 7
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Trampling Charge",
                    "desc": "If the mammoth moves at least 20 ft. straight toward a creature and then hits it with a gore attack on the same turn, that target must succeed on a DC 18 Strength saving throw or be knocked prone. If the target is prone, the mammoth can make one stomp attack against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 384,
            "environments": [
                "Tundra",
                "Arctic"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_mammoth/"
        },
        {
            "slug": "manticore",
            "desc": "",
            "name": "Manticore",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 68,
            "hit_dice": "8d10+24",
            "speed": {
                "walk": 30,
                "fly": 50
            },
            "strength": 17,
            "dexterity": 16,
            "constitution": 17,
            "intelligence": 7,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The manticore makes three attacks: one with its bite and two with its claws or three with its tail spikes."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8",
                    "damage_bonus": 3
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6",
                    "damage_bonus": 3
                },
                {
                    "name": "Tail Spike",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 100/200 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8",
                    "damage_bonus": 3
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Tail Spike Regrowth",
                    "desc": "The manticore has twenty-four tail spikes. Used spikes regrow when the manticore finishes a long rest."
                }
            ],
            "spell_list": [],
            "page_no": 329,
            "environments": [
                "Hill",
                "Desert",
                "Mountains",
                "Coastal",
                "Tundra",
                "Grassland",
                "Forest",
                "Arctic",
                "Jungle",
                "Hills",
                "Mountain"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_manticore/"
        },
        {
            "slug": "marilith",
            "desc": "",
            "name": "Marilith",
            "size": "Large",
            "type": "Fiend",
            "subtype": "demon",
            "group": "Demons",
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 189,
            "hit_dice": "18d10+90",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 20,
            "constitution": 20,
            "intelligence": 18,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": 9,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": 10,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 120 ft., passive Perception 13",
            "languages": "Abyssal, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The marilith can make seven attacks: six with its longswords and one with its tail."
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.",
                    "attack_bonus": 9,
                    "damage_dice": "2d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one creature. Hit: 15 (2d10 + 4) bludgeoning damage. If the target is Medium or smaller, it is grappled (escape DC 19). Until this grapple ends, the target is restrained, the marilith can automatically hit the target with its tail, and the marilith can't make tail attacks against other targets.",
                    "attack_bonus": 9,
                    "damage_dice": "2d10",
                    "damage_bonus": 4
                },
                {
                    "name": "Teleport",
                    "desc": "The marilith magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Variant: Summon Demon (1/Day)",
                    "desc": "The demon chooses what to summon and attempts a magical summoning.\nA marilith has a 50 percent chance of summoning 1d6 vrocks, 1d4 hezrous, 1d3 glabrezus, 1d2 nalfeshnees, or one marilith.\nA summoned demon appears in an unoccupied space within 60 feet of its summoner, acts as an ally of its summoner, and can't summon other demons. It remains for 1 minute, until it or its summoner dies, or until its summoner dismisses it as an action."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Parry",
                    "desc": "The marilith adds 5 to its AC against one melee attack that would hit it. To do so, the marilith must see the attacker and be wielding a melee weapon."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The marilith has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The marilith's weapon attacks are magical."
                },
                {
                    "name": "Reactive",
                    "desc": "The marilith can take one reaction on every turn in combat."
                }
            ],
            "spell_list": [],
            "page_no": 272,
            "environments": [
                "Abyss"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_marilith/"
        },
        {
            "slug": "mastiff",
            "desc": "**Mastiffs** are impressive hounds prized by humanoids for their loyalty and keen senses. Mastiffs can be trained as guard dogs, hunting dogs, and war dogs. Halflings and other Small humanoids ride them as mounts.",
            "name": "Mastiff",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 5,
            "hit_dice": "1d8+1",
            "speed": {
                "walk": 40
            },
            "strength": 13,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d6 + 1) piercing damage. If the target is a creature, it must succeed on a DC 11 Strength saving throw or be knocked prone.",
                    "attack_bonus": 3,
                    "damage_dice": "1d6",
                    "damage_bonus": 1
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The mastiff has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                }
            ],
            "spell_list": [],
            "page_no": 384,
            "environments": [
                "Hill",
                "Forest",
                "Settlement",
                "Urban"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_mastiff/"
        },
        {
            "slug": "medusa",
            "desc": "",
            "name": "Medusa",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "17d8+51",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "deception": 5,
                "insight": 4,
                "perception": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The medusa makes either three melee attacks - one with its snake hair and two with its shortsword - or two ranged attacks with its longbow."
                },
                {
                    "name": "Snake Hair",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) piercing damage plus 14 (4d6) poison damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 150/600 ft., one target. Hit: 6 (1d8 + 2) piercing damage plus 7 (2d6) poison damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Petrifying Gaze",
                    "desc": "When a creature that can see the medusa's eyes starts its turn within 30 ft. of the medusa, the medusa can force it to make a DC 14 Constitution saving throw if the medusa isn't incapacitated and can see the creature. If the saving throw fails by 5 or more, the creature is instantly petrified. Otherwise, a creature that fails the save begins to turn to stone and is restrained. The restrained creature must repeat the saving throw at the end of its next turn, becoming petrified on a failure or ending the effect on a success. The petrification lasts until the creature is freed by the greater restoration spell or other magic.\nUnless surprised, a creature can avert its eyes to avoid the saving throw at the start of its turn. If the creature does so, it can't see the medusa until the start of its next turn, when it can avert its eyes again. If the creature looks at the medusa in the meantime, it must immediately make the save.\nIf the medusa sees itself reflected on a polished surface within 30 ft. of it and in an area of bright light, the medusa is, due to its curse, affected by its own gaze."
                }
            ],
            "spell_list": [],
            "page_no": 330,
            "environments": [
                "Desert",
                "Mountains",
                "Tundra",
                "Forest",
                "Jungle",
                "Caverns",
                "Settlement",
                "Plane Of Earth"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_medusa/"
        },
        {
            "slug": "merfolk",
            "desc": "",
            "name": "Merfolk",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "merfolk",
            "group": null,
            "alignment": "neutral",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "speed": {
                "walk": 10,
                "swim": 40
            },
            "strength": 10,
            "dexterity": 13,
            "constitution": 12,
            "intelligence": 11,
            "wisdom": 11,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "Aquan, Common",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +2 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 3 (1d6) piercing damage, or 4 (1d8) piercing damage if used with two hands to make a melee attack.",
                    "attack_bonus": 2,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The merfolk can breathe air and water."
                }
            ],
            "spell_list": [],
            "page_no": 332,
            "environments": [
                "Underwater",
                "Desert",
                "Coastal",
                "Water"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_merfolk/"
        },
        {
            "slug": "merrow",
            "desc": "",
            "name": "Merrow",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "6d10+12",
            "speed": {
                "walk": 10,
                "swim": 40
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 15,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Abyssal, Aquan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The merrow makes two attacks: one with its bite and one with its claws or harpoon."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (2d4 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d4",
                    "damage_bonus": 4
                },
                {
                    "name": "Harpoon",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 11 (2d6 + 4) piercing damage. If the target is a Huge or smaller creature, it must succeed on a Strength contest against the merrow or be pulled up to 20 feet toward the merrow.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The merrow can breathe air and water."
                }
            ],
            "spell_list": [],
            "page_no": 332,
            "environments": [
                "Underwater",
                "Swamp",
                "Coastal",
                "Desert",
                "Water"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_merrow/"
        },
        {
            "slug": "mimic",
            "desc": "",
            "name": "Mimic",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "neutral",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 58,
            "hit_dice": "9d8+18",
            "speed": {
                "walk": 15
            },
            "strength": 17,
            "dexterity": 12,
            "constitution": 15,
            "intelligence": 5,
            "wisdom": 13,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid",
            "condition_immunities": "prone",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage. If the mimic is in object form, the target is subjected to its Adhesive trait.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8",
                    "damage_bonus": 3
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage plus 4 (1d8) acid damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8+1d8",
                    "damage_bonus": 3
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shapechanger",
                    "desc": "The mimic can use its action to polymorph into an object or back into its true, amorphous form. Its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Adhesive (Object Form Only)",
                    "desc": "The mimic adheres to anything that touches it. A Huge or smaller creature adhered to the mimic is also grappled by it (escape DC 13). Ability checks made to escape this grapple have disadvantage."
                },
                {
                    "name": "False Appearance (Object Form Only)",
                    "desc": "While the mimic remains motionless, it is indistinguishable from an ordinary object."
                },
                {
                    "name": "Grappler",
                    "desc": "The mimic has advantage on attack rolls against any creature grappled by it."
                }
            ],
            "spell_list": [],
            "page_no": 332,
            "environments": [
                "Underdark",
                "Desert",
                "Urban",
                "Caverns",
                "Ruin",
                "Laboratory"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_mimic/"
        },
        {
            "slug": "minotaur",
            "desc": "",
            "name": "Minotaur",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "9d10+27",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 11,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 16,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 17",
            "languages": "Abyssal",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 17 (2d12 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d12",
                    "damage_bonus": 4
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Charge",
                    "desc": "If the minotaur moves at least 10 ft. straight toward a target and then hits it with a gore attack on the same turn, the target takes an extra 9 (2d8) piercing damage. If the target is a creature, it must succeed on a DC 14 Strength saving throw or be pushed up to 10 ft. away and knocked prone.",
                    "attack_bonus": 0,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Labyrinthine Recall",
                    "desc": "The minotaur can perfectly recall any path it has traveled."
                },
                {
                    "name": "Reckless",
                    "desc": "At the start of its turn, the minotaur can gain advantage on all melee weapon attack rolls it makes during that turn, but attack rolls against it have advantage until the start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 333,
            "environments": [
                "Underdark",
                "Abyss",
                "Plane Of Earth",
                "Caverns"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_minotaur/"
        },
        {
            "slug": "minotaur-skeleton",
            "desc": "",
            "name": "Minotaur Skeleton",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": "Skeletons",
            "alignment": "lawful evil",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 67,
            "hit_dice": "9d10+18",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 11,
            "constitution": 15,
            "intelligence": 6,
            "wisdom": 8,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "bludgeoning",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "understands Abyssal but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 17 (2d12 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d12",
                    "damage_bonus": 4
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Charge",
                    "desc": "If the skeleton moves at least 10 feet straight toward a target and then hits it with a gore attack on the same turn, the target takes an extra 9 (2d8) piercing damage. If the target is a creature, it must succeed on a DC 14 Strength saving throw or be pushed up to 10 feet away and knocked prone.",
                    "attack_bonus": 0,
                    "damage_dice": "2d8"
                }
            ],
            "spell_list": [],
            "page_no": 346,
            "environments": [
                "Underdark"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_minotaur-skeleton/"
        },
        {
            "slug": "mule",
            "desc": "",
            "name": "Mule",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 10,
            "armor_desc": null,
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "speed": {
                "walk": 40
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 13,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Beast of Burden",
                    "desc": "The mule is considered to be a Large animal for the purpose of determining its carrying capacity."
                },
                {
                    "name": "Sure-Footed",
                    "desc": "The mule has advantage on Strength and Dexterity saving throws made against effects that would knock it prone."
                }
            ],
            "spell_list": [],
            "page_no": 384,
            "environments": [
                "Hill",
                "Grassland",
                "Settlement",
                "Urban"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_mule/"
        },
        {
            "slug": "mummy",
            "desc": "",
            "name": "Mummy",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "Mummies",
            "alignment": "lawful evil",
            "armor_class": 11,
            "armor_desc": "natural armor",
            "hit_points": 58,
            "hit_dice": "9d8+18",
            "speed": {
                "walk": 20
            },
            "strength": 16,
            "dexterity": 8,
            "constitution": 15,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "the languages it knew in life",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mummy can use its Dreadful Glare and makes one attack with its rotting fist."
                },
                {
                    "name": "Rotting Fist",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage plus 10 (3d6) necrotic damage. If the target is a creature, it must succeed on a DC 12 Constitution saving throw or be cursed with mummy rot. The cursed target can't regain hit points, and its hit point maximum decreases by 10 (3d6) for every 24 hours that elapse. If the curse reduces the target's hit point maximum to 0, the target dies, and its body turns to dust. The curse lasts until removed by the remove curse spell or other magic.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6",
                    "damage_bonus": 3
                },
                {
                    "name": "Dreadful Glare",
                    "desc": "The mummy targets one creature it can see within 60 ft. of it. If the target can see the mummy, it must succeed on a DC 11 Wisdom saving throw against this magic or become frightened until the end of the mummy's next turn. If the target fails the saving throw by 5 or more, it is also paralyzed for the same duration. A target that succeeds on the saving throw is immune to the Dreadful Glare of all mummies (but not mummy lords) for the next 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 333,
            "environments": [
                "Temple",
                "Desert",
                "Shadowfell",
                "Ruin",
                "Tomb"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_mummy/"
        },
        {
            "slug": "mummy-lord",
            "desc": "",
            "name": "Mummy Lord",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "Mummies",
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 97,
            "hit_dice": "13d8+39",
            "speed": {
                "walk": 20
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 11,
            "wisdom": 18,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": 5,
            "wisdom_save": 9,
            "charisma_save": 8,
            "perception": null,
            "skills": {
                "history": 5,
                "religion": 5
            },
            "damage_vulnerabilities": "bludgeoning",
            "damage_resistances": "",
            "damage_immunities": "necrotic, poison; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "the languages it knew in life",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mummy can use its Dreadful Glare and makes one attack with its rotting fist."
                },
                {
                    "name": "Rotting Fist",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 14 (3d6 + 4) bludgeoning damage plus 21 (6d6) necrotic damage. If the target is a creature, it must succeed on a DC 16 Constitution saving throw or be cursed with mummy rot. The cursed target can't regain hit points, and its hit point maximum decreases by 10 (3d6) for every 24 hours that elapse. If the curse reduces the target's hit point maximum to 0, the target dies, and its body turns to dust. The curse lasts until removed by the remove curse spell or other magic.",
                    "attack_bonus": 9,
                    "damage_dice": "3d6+6d6",
                    "damage_bonus": 4
                },
                {
                    "name": "Dreadful Glare",
                    "desc": "The mummy lord targets one creature it can see within 60 feet of it. If the target can see the mummy lord, it must succeed on a DC 16 Wisdom saving throw against this magic or become frightened until the end of the mummy's next turn. If the target fails the saving throw by 5 or more, it is also paralyzed for the same duration. A target that succeeds on the saving throw is immune to the Dreadful Glare of all mummies and mummy lords for the next 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The mummy lord can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The mummy lord regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Attack",
                    "desc": "The mummy lord makes one attack with its rotting fist or uses its Dreadful Glare."
                },
                {
                    "name": "Blinding Dust",
                    "desc": "Blinding dust and sand swirls magically around the mummy lord. Each creature within 5 feet of the mummy lord must succeed on a DC 16 Constitution saving throw or be blinded until the end of the creature's next turn."
                },
                {
                    "name": "Blasphemous Word (Costs 2 Actions)",
                    "desc": "The mummy lord utters a blasphemous word. Each non-undead creature within 10 feet of the mummy lord that can hear the magical utterance must succeed on a DC 16 Constitution saving throw or be stunned until the end of the mummy lord's next turn."
                },
                {
                    "name": "Channel Negative Energy (Costs 2 Actions)",
                    "desc": "The mummy lord magically unleashes negative energy. Creatures within 60 feet of the mummy lord, including ones behind barriers and around corners, can't regain hit points until the end of the mummy lord's next turn."
                },
                {
                    "name": "Whirlwind of Sand (Costs 2 Actions)",
                    "desc": "The mummy lord magically transforms into a whirlwind of sand, moves up to 60 feet, and reverts to its normal form. While in whirlwind form, the mummy lord is immune to all damage, and it can't be grappled, petrified, knocked prone, restrained, or stunned. Equipment worn or carried by the mummy lord remain in its possession."
                }
            ],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The mummy lord has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "A destroyed mummy lord gains a new body in 24 hours if its heart is intact, regaining all its hit points and becoming active again. The new body appears within 5 feet of the mummy lord's heart."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The mummy lord is a 10th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 17, +9 to hit with spell attacks). The mummy lord has the following cleric spells prepared:\n\n* Cantrips (at will): sacred flame, thaumaturgy\n* 1st level (4 slots): command, guiding bolt, shield of faith\n* 2nd level (3 slots): hold person, silence, spiritual weapon\n* 3rd level (3 slots): animate dead, dispel magic\n* 4th level (3 slots): divination, guardian of faith\n* 5th level (2 slots): contagion, insect plague\n* 6th level (1 slot): harm"
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api.open5e.com/v2/spells/command/?format=api",
                "https://api.open5e.com/v2/spells/guiding-bolt/?format=api",
                "https://api.open5e.com/v2/spells/shield-of-faith/?format=api",
                "https://api.open5e.com/v2/spells/hold-person/?format=api",
                "https://api.open5e.com/v2/spells/silence/?format=api",
                "https://api.open5e.com/v2/spells/spiritual-weapon/?format=api",
                "https://api.open5e.com/v2/spells/animate-dead/?format=api",
                "https://api.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api.open5e.com/v2/spells/divination/?format=api",
                "https://api.open5e.com/v2/spells/guardian-of-faith/?format=api",
                "https://api.open5e.com/v2/spells/contagion/?format=api",
                "https://api.open5e.com/v2/spells/insect-plague/?format=api",
                "https://api.open5e.com/v2/spells/harm/?format=api"
            ],
            "page_no": 334,
            "environments": [
                "Temple",
                "Desert",
                "Shadowfell",
                "Ruin",
                "Tomb"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_mummy-lord/"
        },
        {
            "slug": "nalfeshnee",
            "desc": "",
            "name": "Nalfeshnee",
            "size": "Large",
            "type": "Fiend",
            "subtype": "demon",
            "group": "Demons",
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 184,
            "hit_dice": "16d10+96",
            "speed": {
                "walk": 20,
                "fly": 30
            },
            "strength": 21,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 19,
            "wisdom": 12,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 11,
            "intelligence_save": 9,
            "wisdom_save": 6,
            "charisma_save": 7,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 120 ft., passive Perception 11",
            "languages": "Abyssal, telepathy 120 ft.",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The nalfeshnee uses Horror Nimbus if it can. It then makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 32 (5d10 + 5) piercing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "5d10",
                    "damage_bonus": 5
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 15 (3d6 + 5) slashing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "3d6",
                    "damage_bonus": 5
                },
                {
                    "name": "Horror Nimbus (Recharge 5-6)",
                    "desc": "The nalfeshnee magically emits scintillating, multicolored light. Each creature within 15 feet of the nalfeshnee that can see the light must succeed on a DC 15 Wisdom saving throw or be frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the nalfeshnee's Horror Nimbus for the next 24 hours."
                },
                {
                    "name": "Teleport",
                    "desc": "The nalfeshnee magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Variant: Summon Demon (1/Day)",
                    "desc": "The demon chooses what to summon and attempts a magical summoning.\nA nalfeshnee has a 50 percent chance of summoning 1d4 vrocks, 1d3 hezrous, 1d2 glabrezus, or one nalfeshnee.\nA summoned demon appears in an unoccupied space within 60 feet of its summoner, acts as an ally of its summoner, and can't summon other demons. It remains for 1 minute, until it or its summoner dies, or until its summoner dismisses it as an action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The nalfeshnee has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 272,
            "environments": [
                "Abyss"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_nalfeshnee/"
        },
        {
            "slug": "night-hag",
            "desc": "",
            "name": "Night Hag",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "Hags",
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "15d8+45",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 16,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "deception": 7,
                "insight": 6,
                "perception": 6,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "",
            "condition_immunities": "charmed",
            "senses": "darkvision 120 ft., passive Perception 16",
            "languages": "Abyssal, Common, Infernal, Primordial",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Claws (Hag Form Only)",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Change Shape",
                    "desc": "The hag magically polymorphs into a Small or Medium female humanoid, or back into her true form. Her statistics are the same in each form. Any equipment she is wearing or carrying isn't transformed. She reverts to her true form if she dies."
                },
                {
                    "name": "Etherealness",
                    "desc": "The hag magically enters the Ethereal Plane from the Material Plane, or vice versa. To do so, the hag must have a heartstone in her possession."
                },
                {
                    "name": "Nightmare Haunting (1/Day)",
                    "desc": "While on the Ethereal Plane, the hag magically touches a sleeping humanoid on the Material Plane. A protection from evil and good spell cast on the target prevents this contact, as does a magic circle. As long as the contact persists, the target has dreadful visions. If these visions last for at least 1 hour, the target gains no benefit from its rest, and its hit point maximum is reduced by 5 (1d10). If this effect reduces the target's hit point maximum to 0, the target dies, and if the target was evil, its soul is trapped in the hag's soul bag. The reduction to the target's hit point maximum lasts until removed by the greater restoration spell or similar magic."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The hag's innate spellcasting ability is Charisma (spell save DC 14, +6 to hit with spell attacks). She can innately cast the following spells, requiring no material components:\n\nAt will: detect magic, magic missile\n2/day each: plane shift (self only), ray of enfeeblement, sleep"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The hag has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Night Hag Items",
                    "desc": "A night hag carries two very rare magic items that she must craft for herself If either object is lost, the night hag will go to great lengths to retrieve it, as creating a new tool takes time and effort.\nHeartstone: This lustrous black gem allows a night hag to become ethereal while it is in her possession. The touch of a heartstone also cures any disease. Crafting a heartstone takes 30 days.\nSoul Bag: When an evil humanoid dies as a result of a night hag's Nightmare Haunting, the hag catches the soul in this black sack made of stitched flesh. A soul bag can hold only one evil soul at a time, and only the night hag who crafted the bag can catch a soul with it. Crafting a soul bag takes 7 days and a humanoid sacrifice (whose flesh is used to make the bag)."
                },
                {
                    "name": "Hag Coven",
                    "desc": "When hags must work together, they form covens, in spite of their selfish natures. A coven is made up of hags of any type, all of whom are equals within the group. However, each of the hags continues to desire more personal power.\nA coven consists of three hags so that any arguments between two hags can be settled by the third. If more than three hags ever come together, as might happen if two covens come into conflict, the result is usually chaos."
                },
                {
                    "name": "Shared Spellcasting (Coven Only)",
                    "desc": "While all three members of a hag coven are within 30 feet of one another, they can each cast the following spells from the wizard's spell list but must share the spell slots among themselves:\n\n* 1st level (4 slots): identify, ray of sickness\n* 2nd level (3 slots): hold person, locate object\n* 3rd level (3 slots): bestow curse, counterspell, lightning bolt\n* 4th level (3 slots): phantasmal killer, polymorph\n* 5th level (2 slots): contact other plane, scrying\n* 6th level (1 slot): eye bite\n\nFor casting these spells, each hag is a 12th-level spellcaster that uses Intelligence as her spellcasting ability. The spell save DC is 12+the hag's Intelligence modifier, and the spell attack bonus is 4+the hag's Intelligence modifier."
                },
                {
                    "name": "Hag Eye (Coven Only)",
                    "desc": "A hag coven can craft a magic item called a hag eye, which is made from a real eye coated in varnish and often fitted to a pendant or other wearable item. The hag eye is usually entrusted to a minion for safekeeping and transport. A hag in the coven can take an action to see what the hag eye sees if the hag eye is on the same plane of existence. A hag eye has AC 10, 1 hit point, and darkvision with a radius of 60 feet. If it is destroyed, each coven member takes 3d10 psychic damage and is blinded for 24 hours.\nA hag coven can have only one hag eye at a time, and creating a new one requires all three members of the coven to perform a ritual. The ritual takes 1 hour, and the hags can't perform it while blinded. During the ritual, if the hags take any action other than performing the ritual, they must start over."
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api.open5e.com/v2/spells/magic-missile/?format=api",
                "https://api.open5e.com/v2/spells/plane-shift/?format=api",
                "https://api.open5e.com/v2/spells/ray-of-enfeeblement/?format=api",
                "https://api.open5e.com/v2/spells/sleep/?format=api",
                "https://api.open5e.com/v2/spells/identify/?format=api",
                "https://api.open5e.com/v2/spells/ray-of-sickness/?format=api",
                "https://api.open5e.com/v2/spells/hold-person/?format=api",
                "https://api.open5e.com/v2/spells/locate-object/?format=api",
                "https://api.open5e.com/v2/spells/bestow-curse/?format=api",
                "https://api.open5e.com/v2/spells/counterspell/?format=api",
                "https://api.open5e.com/v2/spells/lightning-bolt/?format=api",
                "https://api.open5e.com/v2/spells/phantasmal-killer/?format=api",
                "https://api.open5e.com/v2/spells/polymorph/?format=api",
                "https://api.open5e.com/v2/spells/contact-other-plane/?format=api",
                "https://api.open5e.com/v2/spells/scrying/?format=api",
                "https://api.open5e.com/v2/spells/eye-bite/?format=api"
            ],
            "page_no": 319,
            "environments": [
                "Forest",
                "Ruin",
                "Jungle",
                "Feywild",
                "Shadowfell",
                "Caverns",
                "Swamp",
                "Settlement",
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_night-hag/"
        },
        {
            "slug": "nightmare",
            "desc": "",
            "name": "Nightmare",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 68,
            "hit_dice": "8d10+24",
            "speed": {
                "walk": 60,
                "fly": 90
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "understands Abyssal, Common, and Infernal but can't speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage plus 7 (2d6) fire damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8+2d6",
                    "damage_bonus": 4
                },
                {
                    "name": "Ethereal Stride",
                    "desc": "The nightmare and up to three willing creatures within 5 feet of it magically enter the Ethereal Plane from the Material Plane, or vice versa."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Confer Fire Resistance",
                    "desc": "The nightmare can grant resistance to fire damage to anyone riding it."
                },
                {
                    "name": "Illumination",
                    "desc": "The nightmare sheds bright light in a 10-foot radius and dim light for an additional 10 feet."
                }
            ],
            "spell_list": [],
            "page_no": 336,
            "environments": [
                "Abyss",
                "Shadowfell",
                "Hell"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_nightmare/"
        },
        {
            "slug": "noble",
            "desc": "**Nobles** wield great authority and influence as members of the upper class, possessing wealth and connections that can make them as powerful as monarchs and generals. A noble often travels in the company of guards, as well as servants who are commoners.\nThe noble's statistics can also be used to represent **courtiers** who aren't of noble birth.",
            "name": "Noble",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 15,
            "armor_desc": "breastplate",
            "hit_points": 9,
            "hit_dice": "2d8",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 12,
            "constitution": 11,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 5,
                "insight": 4,
                "persuasion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "any two languages",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 5 (1d8 + 1) piercing damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d8",
                    "damage_bonus": 1
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Parry",
                    "desc": "The noble adds 2 to its AC against one melee attack that would hit it. To do so, the noble must see the attacker and be wielding a melee weapon."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 401,
            "environments": [
                "Urban",
                "Grassland",
                "Hills",
                "Settlement"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_noble/"
        },
        {
            "slug": "ochre-jelly",
            "desc": "",
            "name": "Ochre Jelly",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": "Oozes",
            "alignment": "unaligned",
            "armor_class": 8,
            "armor_desc": null,
            "hit_points": 45,
            "hit_dice": "6d10+12",
            "speed": {
                "walk": 10,
                "climb": 10
            },
            "strength": 15,
            "dexterity": 6,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 6,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "acid",
            "damage_immunities": "lightning, slashing",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 8",
            "languages": "",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) bludgeoning damage plus 3 (1d6) acid damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d6",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Split",
                    "desc": "When a jelly that is Medium or larger is subjected to lightning or slashing damage, it splits into two new jellies if it has at least 10 hit points. Each new jelly has hit points equal to half the original jelly's, rounded down. New jellies are one size smaller than the original jelly."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The jelly can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The jelly can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "spell_list": [],
            "page_no": 338,
            "environments": [
                "Underdark",
                "Sewer",
                "Caverns",
                "Ruin",
                "Water"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_ochre-jelly/"
        },
        {
            "slug": "octopus",
            "desc": "",
            "name": "Octopus",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 3,
            "hit_dice": "1d6",
            "speed": {
                "walk": 5,
                "swim": 30
            },
            "strength": 4,
            "dexterity": 15,
            "constitution": 11,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 30 ft., passive Perception 12",
            "languages": "",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Tentacles",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 1 bludgeoning damage, and the target is grappled (escape DC 10). Until this grapple ends, the octopus can't use its tentacles on another target.",
                    "attack_bonus": 4,
                    "damage_bonus": 1
                },
                {
                    "name": "Ink Cloud (Recharges after a Short or Long Rest)",
                    "desc": "A 5-foot-radius cloud of ink extends all around the octopus if it is underwater. The area is heavily obscured for 1 minute, although a significant current can disperse the ink. After releasing the ink, the octopus can use the Dash action as a bonus action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "While out of water, the octopus can hold its breath for 30 minutes."
                },
                {
                    "name": "Underwater Camouflage",
                    "desc": "The octopus has advantage on Dexterity (Stealth) checks made while underwater."
                },
                {
                    "name": "Water Breathing",
                    "desc": "The octopus can breathe only underwater."
                }
            ],
            "spell_list": [],
            "page_no": 384,
            "environments": [
                "Water"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_octopus/"
        },
        {
            "slug": "ogre",
            "desc": "",
            "name": "Ogre",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 11,
            "armor_desc": "hide armor",
            "hit_points": 59,
            "hit_dice": "7d10+21",
            "speed": {
                "walk": 40
            },
            "strength": 19,
            "dexterity": 8,
            "constitution": 16,
            "intelligence": 5,
            "wisdom": 7,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 8",
            "languages": "Common, Giant",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 11 (2d6 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 336,
            "environments": [
                "Hill",
                "Desert",
                "Underdark",
                "Grassland",
                "Mountains",
                "Coastal",
                "Tundra",
                "Ruin",
                "Swamp",
                "Feywild",
                "Mountain",
                "Forest",
                "Arctic",
                "Jungle",
                "Hills",
                "Caverns"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_ogre/"
        },
        {
            "slug": "ogre-zombie",
            "desc": "",
            "name": "Ogre Zombie",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": "Zombies",
            "alignment": "neutral evil",
            "armor_class": 8,
            "armor_desc": null,
            "hit_points": 85,
            "hit_dice": "9d10+36",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 6,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 6,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 0,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 8",
            "languages": "understands Common and Giant but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Morningstar",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Undead Fortitude",
                    "desc": "If damage reduces the zombie to 0 hit points, it must make a Constitution saving throw with a DC of 5+the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 hit point instead."
                }
            ],
            "spell_list": [],
            "page_no": 357,
            "environments": [
                "Temple",
                "Ruin",
                "Shadowfell",
                "Tomb"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_ogre-zombie/"
        },
        {
            "slug": "oni",
            "desc": "",
            "name": "Oni",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "chain mail",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 19,
            "dexterity": 11,
            "constitution": 16,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 5,
            "perception": 4,
            "skills": {
                "arcana": 5,
                "deception": 8,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The oni makes two attacks, either with its claws or its glaive."
                },
                {
                    "name": "Claw (Oni Form Only)",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Glaive",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) slashing damage, or 9 (1d10 + 4) slashing damage in Small or Medium form.",
                    "attack_bonus": 7,
                    "damage_dice": "2d10",
                    "damage_bonus": 4
                },
                {
                    "name": "Change Shape",
                    "desc": "The oni magically polymorphs into a Small or Medium humanoid, into a Large giant, or back into its true form. Other than its size, its statistics are the same in each form. The only equipment that is transformed is its glaive, which shrinks so that it can be wielded in humanoid form. If the oni dies, it reverts to its true form, and its glaive reverts to its normal size."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The oni's innate spellcasting ability is Charisma (spell save DC 13). The oni can innately cast the following spells, requiring no material components:\n\nAt will: darkness, invisibility\n1/day each: charm person, cone of cold, gaseous form, sleep"
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The oni's weapon attacks are magical."
                },
                {
                    "name": "Regeneration",
                    "desc": "The oni regains 10 hit points at the start of its turn if it has at least 1 hit point."
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/darkness/?format=api",
                "https://api.open5e.com/v2/spells/invisibility/?format=api",
                "https://api.open5e.com/v2/spells/charm-person/?format=api",
                "https://api.open5e.com/v2/spells/cone-of-cold/?format=api",
                "https://api.open5e.com/v2/spells/gaseous-form/?format=api",
                "https://api.open5e.com/v2/spells/sleep/?format=api"
            ],
            "page_no": 336,
            "environments": [
                "Urban",
                "Forest"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_oni/"
        },
        {
            "slug": "orc",
            "desc": "",
            "name": "Orc",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "orc",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "hide armor",
            "hit_points": 15,
            "hit_dice": "2d8+6",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 7,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "intimidation": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Orc",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 9 (1d12 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d12",
                    "damage_bonus": 3
                },
                {
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6",
                    "damage_bonus": 3
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aggressive",
                    "desc": "As a bonus action, the orc can move up to its speed toward a hostile creature that it can see."
                }
            ],
            "spell_list": [],
            "page_no": 339,
            "environments": [
                "Hill",
                "Underdark",
                "Swamp",
                "Grassland",
                "Mountain",
                "Forest",
                "Arctic"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_orc/"
        },
        {
            "slug": "otyugh",
            "desc": "",
            "name": "Otyugh",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 11,
            "constitution": 19,
            "intelligence": 6,
            "wisdom": 13,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "Otyugh",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The otyugh makes three attacks: one with its bite and two with its tentacles."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage. If the target is a creature, it must succeed on a DC 15 Constitution saving throw against disease or become poisoned until the disease is cured. Every 24 hours that elapse, the target must repeat the saving throw, reducing its hit point maximum by 5 (1d10) on a failure. The disease is cured on a success. The target dies if the disease reduces its hit point maximum to 0. This reduction to the target's hit point maximum lasts until the disease is cured.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8",
                    "damage_bonus": 3
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage plus 4 (1d8) piercing damage. If the target is Medium or smaller, it is grappled (escape DC 13) and restrained until the grapple ends. The otyugh has two tentacles, each of which can grapple one target.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8",
                    "damage_bonus": 3
                },
                {
                    "name": "Tentacle Slam",
                    "desc": "The otyugh slams creatures grappled by it into each other or a solid surface. Each creature must succeed on a DC 14 Constitution saving throw or take 10 (2d6 + 3) bludgeoning damage and be stunned until the end of the otyugh's next turn. On a successful save, the target takes half the bludgeoning damage and isn't stunned."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Limited Telepathy",
                    "desc": "The otyugh can magically transmit simple messages and images to any creature within 120 ft. of it that can understand a language. This form of telepathy doesn't allow the receiving creature to telepathically respond."
                }
            ],
            "spell_list": [],
            "page_no": 339,
            "environments": [
                "Underdark",
                "Sewer",
                "Swamp",
                "Caverns",
                "Ruin",
                "Laboratory"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_otyugh/"
        },
        {
            "slug": "owl",
            "desc": "",
            "name": "Owl",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 1,
            "hit_dice": "1d4-1",
            "speed": {
                "walk": 5,
                "fly": 60
            },
            "strength": 3,
            "dexterity": 13,
            "constitution": 8,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 1 slashing damage.",
                    "attack_bonus": 3,
                    "damage_bonus": 1
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Keen Hearing and Sight",
                    "desc": "The owl has advantage on Wisdom (Perception) checks that rely on hearing or sight."
                }
            ],
            "spell_list": [],
            "page_no": 385,
            "environments": [
                "Forest",
                "Arctic"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_owl/"
        }
    ]
}