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

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

{
    "count": 2847,
    "next": "https://api-beta.open5e.com/v1/monsters/?format=api&ordering=-spell_list&page=2",
    "previous": null,
    "results": [
        {
            "slug": "androsphinx",
            "desc": "",
            "name": "Androsphinx",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "Sphinxes",
            "alignment": "lawful neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 199,
            "hit_dice": "19d10+95",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 22,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 18,
            "charisma": 23,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 11,
            "intelligence_save": 9,
            "wisdom_save": 10,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "arcana": 9,
                "perception": 10,
                "religion": 15
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "charmed, frightened",
            "senses": "truesight 120 ft., passive Perception 20",
            "languages": "Common, Sphinx",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sphinx makes two claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) slashing damage.",
                    "attack_bonus": 12,
                    "damage_dice": "2d10",
                    "damage_bonus": 6
                },
                {
                    "name": "Roar (3/Day)",
                    "desc": "The sphinx emits a magical roar. Each time it roars before finishing a long rest, the roar is louder and the effect is different, as detailed below. Each creature within 500 feet of the sphinx and able to hear the roar must make a saving throw.\n**First Roar.** Each creature that fails a DC 18 Wisdom saving throw is frightened for 1 minute. A frightened creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n**Second Roar.** Each creature that fails a DC 18 Wisdom saving throw is deafened and frightened for 1 minute. A frightened creature is paralyzed and can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n**Third Roar.** Each creature makes a DC 18 Constitution saving throw. On a failed save, a creature takes 44 (8d10) thunder damage and is knocked prone. On a successful save, the creature takes half as much damage and isn't knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The sphinx 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 sphinx regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Claw Attack",
                    "desc": "The sphinx makes one claw attack."
                },
                {
                    "name": "Teleport (Costs 2 Actions)",
                    "desc": "The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Cast a Spell (Costs 3 Actions)",
                    "desc": "The sphinx casts a spell from its list of prepared spells, using a spell slot as normal."
                }
            ],
            "special_abilities": [
                {
                    "name": "Inscrutable",
                    "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. Wisdom (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The sphinx's weapon attacks are magical."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The sphinx is a 12th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 18, +10 to hit with spell attacks). It requires no material components to cast its spells. The sphinx has the following cleric spells prepared:\n\n* Cantrips (at will): sacred flame, spare the dying, thaumaturgy\n* 1st level (4 slots): command, detect evil and good, detect magic\n* 2nd level (3 slots): lesser restoration, zone of truth\n* 3rd level (3 slots): dispel magic, tongues\n* 4th level (3 slots): banishment, freedom of movement\n* 5th level (2 slots): flame strike, greater restoration\n* 6th level (1 slot): heroes' feast"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/spare-the-dying/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-evil-and-good/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/zone-of-truth/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/tongues/?format=api",
                "https://api-beta.open5e.com/v2/spells/banishment/?format=api",
                "https://api-beta.open5e.com/v2/spells/freedom-of-movement/?format=api",
                "https://api-beta.open5e.com/v2/spells/flame-strike/?format=api",
                "https://api-beta.open5e.com/v2/spells/greater-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/heroes-feast/?format=api"
            ],
            "page_no": 347,
            "environments": [
                "Desert",
                "Ruins"
            ],
            "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"
        },
        {
            "slug": "archmage",
            "desc": "**Archmages** are powerful (and usually quite old) spellcasters dedicated to the study of the arcane arts. Benevolent ones counsel kings and queens, while evil ones rule as tyrants and pursue lichdom. Those who are neither good nor evil sequester themselves in remote towers to practice their magic without interruption.\nAn archmage typically has one or more apprentice mages, and an archmage's abode has numerous magical wards and guardians to discourage interlopers.",
            "name": "Archmage",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 12,
            "armor_desc": "15 with _mage armor_",
            "hit_points": 99,
            "hit_dice": "18d8+18",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 20,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 9,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 13,
                "history": 13
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "damage from spells; non magical bludgeoning, piercing, and slashing (from stoneskin)",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "any six languages",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The archmage has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The archmage is an 18th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 17, +9 to hit with spell attacks). The archmage can cast disguise self and invisibility at will and has the following wizard spells prepared:\n\n* Cantrips (at will): fire bolt, light, mage hand, prestidigitation, shocking grasp\n* 1st level (4 slots): detect magic, identify, mage armor*, magic missile\n* 2nd level (3 slots): detect thoughts, mirror image, misty step\n* 3rd level (3 slots): counterspell,fly, lightning bolt\n* 4th level (3 slots): banishment, fire shield, stoneskin*\n* 5th level (3 slots): cone of cold, scrying, wall of force\n* 6th level (1 slot): globe of invulnerability\n* 7th level (1 slot): teleport\n* 8th level (1 slot): mind blank*\n* 9th level (1 slot): time stop\n* The archmage casts these spells on itself before combat."
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/spare-the-dying/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-evil-and-good/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/zone-of-truth/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/tongues/?format=api",
                "https://api-beta.open5e.com/v2/spells/banishment/?format=api",
                "https://api-beta.open5e.com/v2/spells/freedom-of-movement/?format=api",
                "https://api-beta.open5e.com/v2/spells/flame-strike/?format=api",
                "https://api-beta.open5e.com/v2/spells/greater-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/heroes-feast/?format=api"
            ],
            "page_no": 395,
            "environments": [
                "Settlement",
                "Forest",
                "Laboratory",
                "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"
        },
        {
            "slug": "djinni",
            "desc": "",
            "name": "Djinni",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": "Genies",
            "alignment": "chaotic good",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 161,
            "hit_dice": "14d10+84",
            "speed": {
                "walk": 30,
                "fly": 90
            },
            "strength": 21,
            "dexterity": 15,
            "constitution": 22,
            "intelligence": 15,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning, thunder",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "Auran",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The djinni makes three scimitar attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage plus 3 (1d6) lightning or thunder damage (djinni's choice).",
                    "attack_bonus": 9,
                    "damage_dice": "2d6+1d6",
                    "damage_bonus": 5
                },
                {
                    "name": "Create Whirlwind",
                    "desc": "A 5-foot-radius, 30-foot-tall cylinder of swirling air magically forms on a point the djinni can see within 120 feet of it. The whirlwind lasts as long as the djinni maintains concentration (as if concentrating on a spell). Any creature but the djinni that enters the whirlwind must succeed on a DC 18 Strength saving throw or be restrained by it. The djinni can move the whirlwind up to 60 feet as an action, and creatures restrained by the whirlwind move with it. The whirlwind ends if the djinni loses sight of it.\nA creature can use its action to free a creature restrained by the whirlwind, including itself, by succeeding on a DC 18 Strength check. If the check succeeds, the creature is no longer restrained and moves to the nearest space outside the whirlwind."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Elemental Demise",
                    "desc": "If the djinni dies, its body disintegrates into a warm breeze, leaving behind only equipment the djinni was wearing or carrying."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The djinni's innate spellcasting ability is Charisma (spell save DC 17, +9 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nAt will: detect evil and good, detect magic, thunderwave\n3/day each: create food and water (can create wine instead of water), tongues, wind walk\n1/day each: conjure elemental (air elemental only), creation, gaseous form, invisibility, major image, plane shift"
                },
                {
                    "name": "Variant: Genie Powers",
                    "desc": "Genies have a variety of magical capabilities, including spells. A few have even greater powers that allow them to alter their appearance or the nature of reality.\n\n**Disguises.** Some genies can veil themselves in illusion to pass as other similarly shaped creatures. Such genies can innately cast the disguise self spell at will, often with a longer duration than is normal for that spell. Mightier genies can cast the true polymorph spell one to three times per day, possibly with a longer duration than normal. Such genies can change only their own shape, but a rare few can use the spell on other creatures and objects as well.\n**Wishes.** The genie power to grant wishes is legendary among mortals. Only the most potent genies, such as those among the nobility, can do so. A particular genie that has this power can grant one to three wishes to a creature that isn't a genie. Once a genie has granted its limit of wishes, it can't grant wishes again for some amount of time (usually 1 year). and cosmic law dictates that the same genie can expend its limit of wishes on a specific creature only once in that creature's existence.\nTo be granted a wish, a creature within 60 feet of the genie states a desired effect to it. The genie can then cast the wish spell on the creature's behalf to bring about the effect. Depending on the genie's nature, the genie might try to pervert the intent of the wish by exploiting the wish's poor wording. The perversion of the wording is usually crafted to be to the genie's benefit."
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/detect-evil-and-good/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/create-food-and-water/?format=api",
                "https://api-beta.open5e.com/v2/spells/tongues/?format=api",
                "https://api-beta.open5e.com/v2/spells/wind-walk/?format=api",
                "https://api-beta.open5e.com/v2/spells/conjure-elemental/?format=api",
                "https://api-beta.open5e.com/v2/spells/creation/?format=api",
                "https://api-beta.open5e.com/v2/spells/gaseous-form/?format=api",
                "https://api-beta.open5e.com/v2/spells/invisibility/?format=api",
                "https://api-beta.open5e.com/v2/spells/major-image/?format=api",
                "https://api-beta.open5e.com/v2/spells/plane-shift/?format=api"
            ],
            "page_no": 310,
            "environments": [
                "Desert",
                "Plane Of Air",
                "Coastal"
            ],
            "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"
        },
        {
            "slug": "waverider",
            "desc": "The waveriders know firsthand the dangers of the open ocean, and dedicate their lives to protecting seafarers from storms, pirates, and sea monsters. Though they are not warriors, they are accomplished healers and aquatic empaths, using their powers to seek out and rescue survivors of marine disasters, sometimes returning critically wounded survivors to the tribe of elemental wardens itself. The isolationists among the water wardens condemn this practice, fearing that the refugees threaten their way of life. The waveriders take their peers’ scorn in stride, for they would rather be righteous than popular.\nA waverider turns to violence only as a last resort, and prefer to fight in fishform than with their fishing harpoon, using hit-and-run tactics as a shark or their octopus form’s natural camouflage to harry opponents. When patrolling the open seas, waveriders skim across the water on personal waveboards with folding sails, similar in function to the _skysails_ of the wind wardens.",
            "name": "Waverider",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "neutral good",
            "armor_class": 14,
            "armor_desc": "hide armor of cold resistance",
            "hit_points": 77,
            "hit_dice": "14d8+14",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "Common, Druidic, Primordial (Aquan)",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Harpoon",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft., range 20/60 ft., one target. Hit: 5 (1d6 + 2) piercing damage. Attacks with this weapon while underwater are not made with disadvantage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fishform",
                    "desc": "As a bonus action, the waverider can transform into a **hunter shark** or **giant octopus**. While in this form, the waverider cannot cast spells, but can expend a spell slot as a bonus action to regain 1d8 hit points per level of the spell slot expended. When the waverider is reduced to 0 hit points, falls unconscious, or dies in this form, it reverts to its humanoid form. It can remain in fishform for up to 3 hours, and can enter fishform twice, regaining expended uses after completing a short or long rest."
                },
                {
                    "name": "Healing Tides",
                    "desc": "Whenever the waverider casts a spell of 1st level or higher that affects a nonhostile creature, that creature regains 3 hit points (in addition to any healing the spell may provide)."
                },
                {
                    "name": "Marine Empathy",
                    "desc": "The waverider can speak with and understand aquatic plants and animals."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The waverider is a 7th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, poison spray, resistance\n* 1st level (4 slots): cure wounds, create or destroy water, healing word\n* 2nd level (3 slots): animal messenger, enhance ability, lesser restoration\n* 3rd level (3 slots): conjure animals (aquatic beasts only), water walk, water breathing\n* 4th level (1 slots): control water"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/druidcraft/?format=api",
                "https://api-beta.open5e.com/v2/spells/poison-spray/?format=api",
                "https://api-beta.open5e.com/v2/spells/resistance/?format=api",
                "https://api-beta.open5e.com/v2/spells/cure-wounds/?format=api",
                "https://api-beta.open5e.com/v2/spells/create-or-destroy-water/?format=api",
                "https://api-beta.open5e.com/v2/spells/healing-word/?format=api",
                "https://api-beta.open5e.com/v2/spells/animal-messenger/?format=api",
                "https://api-beta.open5e.com/v2/spells/enhance-ability/?format=api",
                "https://api-beta.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/conjure-animals/?format=api",
                "https://api-beta.open5e.com/v2/spells/water-walk/?format=api",
                "https://api-beta.open5e.com/v2/spells/water-breathing/?format=api",
                "https://api-beta.open5e.com/v2/spells/control-water/?format=api"
            ],
            "page_no": 129,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/"
        },
        {
            "slug": "spirit-naga",
            "desc": "",
            "name": "Spirit Naga",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "Nagas",
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d10+20",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 16,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 6,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Abyssal, Common",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one creature. Hit: 7 (1d6 + 4) piercing damage, and the target must make a DC 13 Constitution saving throw, taking 31 (7d8) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Rejuvenation",
                    "desc": "If it dies, the naga returns to life in 1d6 days and regains all its hit points. Only a wish spell can prevent this trait from functioning."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The naga is a 10th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 14, +6 to hit with spell attacks), and it needs only verbal components to cast its spells. It has the following wizard spells prepared:\n\n* Cantrips (at will): mage hand, minor illusion, ray of frost\n* 1st level (4 slots): charm person, detect magic, sleep\n* 2nd level (3 slots): detect thoughts, hold person\n* 3rd level (3 slots): lightning bolt, water breathing\n* 4th level (3 slots): blight, dimension door\n* 5th level (2 slots): dominate person"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/mage-hand/?format=api",
                "https://api-beta.open5e.com/v2/spells/minor-illusion/?format=api",
                "https://api-beta.open5e.com/v2/spells/ray-of-frost/?format=api",
                "https://api-beta.open5e.com/v2/spells/charm-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/sleep/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-thoughts/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/lightning-bolt/?format=api",
                "https://api-beta.open5e.com/v2/spells/water-breathing/?format=api",
                "https://api-beta.open5e.com/v2/spells/blight/?format=api",
                "https://api-beta.open5e.com/v2/spells/dimension-door/?format=api",
                "https://api-beta.open5e.com/v2/spells/dominate-person/?format=api"
            ],
            "page_no": 335,
            "environments": [
                "Temple",
                "Desert",
                "Underdark",
                "Astral Plane",
                "Mountains",
                "Forest",
                "Ruin",
                "Jungle",
                "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"
        },
        {
            "slug": "storm-giant",
            "desc": "",
            "name": "Storm Giant",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": "Giants",
            "alignment": "chaotic good",
            "armor_class": 16,
            "armor_desc": "scale mail",
            "hit_points": 230,
            "hit_dice": "20d12+100",
            "speed": {
                "walk": 50,
                "swim": 50
            },
            "strength": 29,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": 14,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 9,
            "perception": 9,
            "skills": {
                "arcana": 8,
                "athletics": 14,
                "history": 8,
                "perception": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "lightning, thunder",
            "condition_immunities": "",
            "senses": "passive Perception 19",
            "languages": "Common, Giant",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two greatsword attacks."
                },
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 30 (6d6 + 9) slashing damage.",
                    "attack_bonus": 14,
                    "damage_dice": "6d6",
                    "damage_bonus": 9
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +14 to hit, range 60/240 ft., one target. Hit: 35 (4d12 + 9) bludgeoning damage.",
                    "attack_bonus": 14,
                    "damage_dice": "4d12",
                    "damage_bonus": 9
                },
                {
                    "name": "Lightning Strike (Recharge 5-6)",
                    "desc": "The giant hurls a magical lightning bolt at a point it can see within 500 feet of it. Each creature within 10 feet of that point must make a DC 17 Dexterity saving throw, taking 54 (12d8) lightning damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 0,
                    "damage_dice": "12d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The giant can breathe air and water."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The giant's innate spellcasting ability is Charisma (spell save DC 17). It can innately cast the following spells, requiring no material components:\n\nAt will: detect magic, feather fall, levitate, light\n3/day each: control weather, water breathing"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/feather-fall/?format=api",
                "https://api-beta.open5e.com/v2/spells/levitate/?format=api",
                "https://api-beta.open5e.com/v2/spells/light/?format=api",
                "https://api-beta.open5e.com/v2/spells/control-weather/?format=api",
                "https://api-beta.open5e.com/v2/spells/water-breathing/?format=api"
            ],
            "page_no": 313,
            "environments": [
                "Plane Of Air",
                "Mountains",
                "Coastal",
                "Plane Of Water",
                "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"
        },
        {
            "slug": "waverider",
            "desc": "The waveriders know firsthand the dangers of the open ocean, and dedicate their lives to protecting seafarers from storms, pirates, and sea monsters. Though they are not warriors, they are accomplished healers and aquatic empaths, using their powers to seek out and rescue survivors of marine disasters, sometimes returning critically wounded survivors to the tribe of elemental wardens itself. The isolationists among the water wardens condemn this practice, fearing that the refugees threaten their way of life. The waveriders take their peers’ scorn in stride, for they would rather be righteous than popular.\nA waverider turns to violence only as a last resort, and prefer to fight in fishform than with their fishing harpoon, using hit-and-run tactics as a shark or their octopus form’s natural camouflage to harry opponents. When patrolling the open seas, waveriders skim across the water on personal waveboards with folding sails, similar in function to the _skysails_ of the wind wardens.",
            "name": "Waverider",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "neutral good",
            "armor_class": 14,
            "armor_desc": "hide armor of cold resistance",
            "hit_points": 77,
            "hit_dice": "14d8+14",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "Common, Druidic, Primordial (Aquan)",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Harpoon",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft., range 20/60 ft., one target. Hit: 5 (1d6 + 2) piercing damage. Attacks with this weapon while underwater are not made with disadvantage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fishform",
                    "desc": "As a bonus action, the waverider can transform into a **hunter shark** or **giant octopus**. While in this form, the waverider cannot cast spells, but can expend a spell slot as a bonus action to regain 1d8 hit points per level of the spell slot expended. When the waverider is reduced to 0 hit points, falls unconscious, or dies in this form, it reverts to its humanoid form. It can remain in fishform for up to 3 hours, and can enter fishform twice, regaining expended uses after completing a short or long rest."
                },
                {
                    "name": "Healing Tides",
                    "desc": "Whenever the waverider casts a spell of 1st level or higher that affects a nonhostile creature, that creature regains 3 hit points (in addition to any healing the spell may provide)."
                },
                {
                    "name": "Marine Empathy",
                    "desc": "The waverider can speak with and understand aquatic plants and animals."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The waverider is a 7th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, poison spray, resistance\n* 1st level (4 slots): cure wounds, create or destroy water, healing word\n* 2nd level (3 slots): animal messenger, enhance ability, lesser restoration\n* 3rd level (3 slots): conjure animals (aquatic beasts only), water walk, water breathing\n* 4th level (1 slots): control water"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/druidcraft/?format=api",
                "https://api-beta.open5e.com/v2/spells/poison-spray/?format=api",
                "https://api-beta.open5e.com/v2/spells/resistance/?format=api",
                "https://api-beta.open5e.com/v2/spells/cure-wounds/?format=api",
                "https://api-beta.open5e.com/v2/spells/create-or-destroy-water/?format=api",
                "https://api-beta.open5e.com/v2/spells/healing-word/?format=api",
                "https://api-beta.open5e.com/v2/spells/animal-messenger/?format=api",
                "https://api-beta.open5e.com/v2/spells/enhance-ability/?format=api",
                "https://api-beta.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/conjure-animals/?format=api",
                "https://api-beta.open5e.com/v2/spells/water-walk/?format=api",
                "https://api-beta.open5e.com/v2/spells/water-breathing/?format=api",
                "https://api-beta.open5e.com/v2/spells/control-water/?format=api"
            ],
            "page_no": 129,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/"
        },
        {
            "slug": "efreeti",
            "desc": "",
            "name": "Efreeti",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": "Genies",
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 200,
            "hit_dice": "16d10+112",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 22,
            "dexterity": 12,
            "constitution": 24,
            "intelligence": 16,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 7,
            "wisdom_save": 6,
            "charisma_save": 7,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 12",
            "languages": "Ignan",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The efreeti makes two scimitar attacks or uses its Hurl Flame twice."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage plus 7 (2d6) fire damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d6+2d6",
                    "damage_bonus": 6
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one target. Hit: 17 (5d6) fire damage.",
                    "attack_bonus": 7,
                    "damage_dice": "5d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Elemental Demise",
                    "desc": "If the efreeti dies, its body disintegrates in a flash of fire and puff of smoke, leaving behind only equipment the djinni was wearing or carrying."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The efreeti's innate spell casting ability is Charisma (spell save DC 15, +7 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nAt will: detect magic\n3/day each: enlarge/reduce, tongues\n1/day each: conjure elemental (fire elemental only), gaseous form, invisibility, major image, plane shift, wall of fire"
                },
                {
                    "name": "Variant: Genie Powers",
                    "desc": "Genies have a variety of magical capabilities, including spells. A few have even greater powers that allow them to alter their appearance or the nature of reality.\n\n**Disguises.** Some genies can veil themselves in illusion to pass as other similarly shaped creatures. Such genies can innately cast the disguise self spell at will, often with a longer duration than is normal for that spell. Mightier genies can cast the true polymorph spell one to three times per day, possibly with a longer duration than normal. Such genies can change only their own shape, but a rare few can use the spell on other creatures and objects as well.\n**Wishes.** The genie power to grant wishes is legendary among mortals. Only the most potent genies, such as those among the nobility, can do so. A particular genie that has this power can grant one to three wishes to a creature that isn't a genie. Once a genie has granted its limit of wishes, it can't grant wishes again for some amount of time (usually 1 year). and cosmic law dictates that the same genie can expend its limit of wishes on a specific creature only once in that creature's existence.\nTo be granted a wish, a creature within 60 feet of the genie states a desired effect to it. The genie can then cast the wish spell on the creature's behalf to bring about the effect. Depending on the genie's nature, the genie might try to pervert the intent of the wish by exploiting the wish's poor wording. The perversion of the wording is usually crafted to be to the genie's benefit."
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/enlargereduce/?format=api",
                "https://api-beta.open5e.com/v2/spells/tongues/?format=api",
                "https://api-beta.open5e.com/v2/spells/conjure-elemental/?format=api",
                "https://api-beta.open5e.com/v2/spells/gaseous-form/?format=api",
                "https://api-beta.open5e.com/v2/spells/invisibility/?format=api",
                "https://api-beta.open5e.com/v2/spells/major-image/?format=api",
                "https://api-beta.open5e.com/v2/spells/plane-shift/?format=api",
                "https://api-beta.open5e.com/v2/spells/wall-of-fire/?format=api"
            ],
            "page_no": 310,
            "environments": [
                "Desert",
                "Plane Of Fire",
                "Mountains"
            ],
            "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"
        },
        {
            "slug": "pit-fiend",
            "desc": "",
            "name": "Pit Fiend",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": "Devils",
            "alignment": "lawful evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 300,
            "hit_dice": "24d10+168",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 26,
            "dexterity": 14,
            "constitution": 24,
            "intelligence": 22,
            "wisdom": 18,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 13,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": null,
            "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": "truesight 120 ft., passive Perception 14",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "20",
            "cr": 20.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The pit fiend makes four attacks: one with its bite, one with its claw, one with its mace, and one with its tail."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 5 ft., one target. Hit: 22 (4d6 + 8) piercing damage. The target must succeed on a DC 21 Constitution saving throw or become poisoned. While poisoned in this way, the target can't regain hit points, and it takes 21 (6d6) poison damage at the start of each of its turns. The poisoned target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attack_bonus": 14,
                    "damage_dice": "4d6",
                    "damage_bonus": 8
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 17 (2d8 + 8) slashing damage.",
                    "attack_bonus": 14,
                    "damage_dice": "2d8",
                    "damage_bonus": 8
                },
                {
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 15 (2d6 + 8) bludgeoning damage plus 21 (6d6) fire damage.",
                    "attack_bonus": 14,
                    "damage_dice": "2d6",
                    "damage_bonus": 8
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 24 (3d10 + 8) bludgeoning damage.",
                    "attack_bonus": 14,
                    "damage_dice": "3d10",
                    "damage_bonus": 8
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fear Aura",
                    "desc": "Any creature hostile to the pit fiend that starts its turn within 20 feet of the pit fiend must make a DC 21 Wisdom saving throw, unless the pit fiend is incapacitated. On a failed save, the creature is frightened until the start of its next turn. If a creature's saving throw is successful, the creature is immune to the pit fiend's Fear Aura for the next 24 hours."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The pit fiend has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The pit fiend's weapon attacks are magical."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The pit fiend's spellcasting ability is Charisma (spell save DC 21). The pit fiend can innately cast the following spells, requiring no material components:\nAt will: detect magic, fireball\n3/day each: hold monster, wall of fire"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/fireball/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-monster/?format=api",
                "https://api-beta.open5e.com/v2/spells/wall-of-fire/?format=api"
            ],
            "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"
        },
        {
            "slug": "firetamer",
            "desc": "Firetamers are the elite elementalists of the fire elemental wardens, using their attunement to the primordial forces of the world to not just create fire, not just command it, but tame it to their will. A firetamer is nothing like the manic pyromancers; while the latter recklessly wields fire as a weapon, firetamers use their talent to protect others from fire’s destructive power—or to use that same power to destroy those who threaten their people. Firetamers are almost always accompanied by a salamander, a fire elemental, or a small herd of magma or smoke mephits.",
            "name": "Firetamer",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "neutral good",
            "armor_class": 17,
            "armor_desc": "red dragon scale mail",
            "hit_points": 92,
            "hit_dice": "16d8+20",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 18,
            "charisma": 11,
            "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": "fire",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Common, Druidic, Primordial (Ignan)",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage plus 14 (4d6) fire damage. Flamecharm (Recharges after a Short or Long Rest). The firetamer can cast dominate monster (save DC 16) on a fire elemental or other fire elemental creature. If the elemental has 150 or more hit points, it has advantage on the saving throw.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6+4d6",
                    "damage_bonus": 2
                },
                {
                    "name": "Flamecharm (Recharges after a Short or Long Rest)",
                    "desc": "The firetamer can cast _dominate monster_ (save DC 16) on a fire elemental or other fire elemental creature. If the elemental has 150 or more hit points, it has advantage on the saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flameform",
                    "desc": "As a bonus action, the firetamer can transform into a **fire elemental**. While in this form, the firetamer cannot cast spells, but can expend a spell slot as a bonus action to regain 1d8 hit points per level of the spell slot expended. When the firetamer is reduced to 0 hit points, falls unconscious, or dies in this form, it reverts to its humanoid form. It can remain in flameform for up to 5 hours, and can enter flameform twice, regaining expended uses after completing a short or long rest."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The firetamer is a 9th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 16, +8 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, mending, produce flame\n* 1st level (4 slots): cure wounds, faerie fire, longstrider, jump\n* 2nd level (3 slots): flame blade, heat metal, lesser restoration\n* 3rd level (3 slots): daylight, dispel magic, protection from energy\n* 4th level (3 slots): blight, freedom of movement, wall of fire 5th level (1 slot): conjure elemental"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/druidcraft/?format=api",
                "https://api-beta.open5e.com/v2/spells/mending/?format=api",
                "https://api-beta.open5e.com/v2/spells/produce-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/cure-wounds/?format=api",
                "https://api-beta.open5e.com/v2/spells/faerie-fire/?format=api",
                "https://api-beta.open5e.com/v2/spells/longstrider/?format=api",
                "https://api-beta.open5e.com/v2/spells/jump/?format=api",
                "https://api-beta.open5e.com/v2/spells/flame-blade/?format=api",
                "https://api-beta.open5e.com/v2/spells/heat-metal/?format=api",
                "https://api-beta.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/daylight/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/protection-from-energy/?format=api",
                "https://api-beta.open5e.com/v2/spells/blight/?format=api",
                "https://api-beta.open5e.com/v2/spells/freedom-of-movement/?format=api",
                "https://api-beta.open5e.com/v2/spells/wall-of-fire/?format=api",
                "https://api-beta.open5e.com/v2/spells/conjure-elemental/?format=api"
            ],
            "page_no": 128,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/"
        },
        {
            "slug": "green-hag",
            "desc": "",
            "name": "Green Hag",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "Hags",
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 82,
            "hit_dice": "11d8+33",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "arcana": 3,
                "deception": 4,
                "perception": 4,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Draconic, Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Illusory Appearance",
                    "desc": "The hag covers herself and anything she is wearing or carrying with a magical illusion that makes her look like another creature of her general size and humanoid shape. The illusion ends if the hag takes a bonus action to end it or if she dies.\nThe changes wrought by this effect fail to hold up to physical inspection. For example, the hag could appear to have smooth skin, but someone touching her would feel her rough flesh. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 Intelligence (Investigation) check to discern that the hag is disguised."
                },
                {
                    "name": "Invisible Passage",
                    "desc": "The hag magically turns invisible until she attacks or casts a spell, or until her concentration ends (as if concentrating on a spell). While invisible, she leaves no physical evidence of her passage, so she can be tracked only by magic. Any equipment she wears or carries is invisible with her."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The hag can breathe air and water."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The hag's innate spellcasting ability is Charisma (spell save DC 12). She can innately cast the following spells, requiring no material components:\n\nAt will: dancing lights, minor illusion, vicious mockery"
                },
                {
                    "name": "Mimicry",
                    "desc": "The hag can mimic animal sounds and humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 14 Wisdom (Insight) check."
                },
                {
                    "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-beta.open5e.com/v2/spells/dancing-lights/?format=api",
                "https://api-beta.open5e.com/v2/spells/minor-illusion/?format=api",
                "https://api-beta.open5e.com/v2/spells/vicious-mockery/?format=api",
                "https://api-beta.open5e.com/v2/spells/identify/?format=api",
                "https://api-beta.open5e.com/v2/spells/ray-of-sickness/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/locate-object/?format=api",
                "https://api-beta.open5e.com/v2/spells/bestow-curse/?format=api",
                "https://api-beta.open5e.com/v2/spells/counterspell/?format=api",
                "https://api-beta.open5e.com/v2/spells/lightning-bolt/?format=api",
                "https://api-beta.open5e.com/v2/spells/phantasmal-killer/?format=api",
                "https://api-beta.open5e.com/v2/spells/polymorph/?format=api",
                "https://api-beta.open5e.com/v2/spells/contact-other-plane/?format=api",
                "https://api-beta.open5e.com/v2/spells/scrying/?format=api",
                "https://api-beta.open5e.com/v2/spells/eye-bite/?format=api"
            ],
            "page_no": 319,
            "environments": [
                "Hill",
                "Forest",
                "Ruin",
                "Swamp",
                "Jungle",
                "Feywild",
                "Shadowfell",
                "Caverns",
                "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"
        },
        {
            "slug": "guardian-naga",
            "desc": "",
            "name": "Guardian Naga",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "Nagas",
            "alignment": "lawful good",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d10+45",
            "speed": {
                "walk": 40
            },
            "strength": 19,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 16,
            "wisdom": 19,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 7,
            "intelligence_save": 7,
            "wisdom_save": 8,
            "charisma_save": 8,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Celestial, Common",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one creature. Hit: 8 (1d8 + 4) piercing damage, and the target must make a DC 15 Constitution saving throw, taking 45 (10d8) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 8,
                    "damage_dice": "1d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Spit Poison",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 15/30 ft., one creature. Hit: The target must make a DC 15 Constitution saving throw, taking 45 (10d8) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 8,
                    "damage_dice": "10d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Rejuvenation",
                    "desc": "If it dies, the naga returns to life in 1d6 days and regains all its hit points. Only a wish spell can prevent this trait from functioning."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The naga is an 11th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 16, +8 to hit with spell attacks), and it needs only verbal components to cast its spells. It has the following cleric spells prepared:\n\n* Cantrips (at will): mending, sacred flame, thaumaturgy\n* 1st level (4 slots): command, cure wounds, shield of faith\n* 2nd level (3 slots): calm emotions, hold person\n* 3rd level (3 slots): bestow curse, clairvoyance\n* 4th level (3 slots): banishment, freedom of movement\n* 5th level (2 slots): flame strike, geas\n* 6th level (1 slot): true seeing"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/mending/?format=api",
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/cure-wounds/?format=api",
                "https://api-beta.open5e.com/v2/spells/shield-of-faith/?format=api",
                "https://api-beta.open5e.com/v2/spells/calm-emotions/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/bestow-curse/?format=api",
                "https://api-beta.open5e.com/v2/spells/clairvoyance/?format=api",
                "https://api-beta.open5e.com/v2/spells/banishment/?format=api",
                "https://api-beta.open5e.com/v2/spells/freedom-of-movement/?format=api",
                "https://api-beta.open5e.com/v2/spells/flame-strike/?format=api",
                "https://api-beta.open5e.com/v2/spells/geas/?format=api",
                "https://api-beta.open5e.com/v2/spells/true-seeing/?format=api"
            ],
            "page_no": 336,
            "environments": [
                "Temple",
                "Desert",
                "Astral Plane",
                "Mountains",
                "Forest",
                "Ruin",
                "Jungle",
                "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"
        },
        {
            "slug": "rakshasa",
            "desc": "",
            "name": "Rakshasa",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d8+52",
            "speed": {
                "walk": 40
            },
            "strength": 14,
            "dexterity": 17,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 10,
                "insight": 8
            },
            "damage_vulnerabilities": "piercing from magic weapons wielded by good creatures",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Infernal",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The rakshasa makes two claw attacks"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) slashing damage, and the target is cursed if it is a creature. The magical curse takes effect whenever the target takes a short or long rest, filling the target's thoughts with horrible images and dreams. The cursed target gains no benefit from finishing a short or long rest. The curse lasts until it is lifted by a remove curse spell or similar magic.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Limited Magic Immunity",
                    "desc": "The rakshasa can't be affected or detected by spells of 6th level or lower unless it wishes to be. It has advantage on saving throws against all other spells and magical effects."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The rakshasa's innate spellcasting ability is Charisma (spell save DC 18, +10 to hit with spell attacks). The rakshasa can innately cast the following spells, requiring no material components:\n\nAt will: detect thoughts, disguise self, mage hand, minor illusion\n3/day each: charm person, detect magic, invisibility, major image, suggestion\n1/day each: dominate person, fly, plane shift, true seeing"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/detect-thoughts/?format=api",
                "https://api-beta.open5e.com/v2/spells/disguise-self/?format=api",
                "https://api-beta.open5e.com/v2/spells/mage-hand/?format=api",
                "https://api-beta.open5e.com/v2/spells/minor-illusion/?format=api",
                "https://api-beta.open5e.com/v2/spells/charm-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/invisibility/?format=api",
                "https://api-beta.open5e.com/v2/spells/major-image/?format=api",
                "https://api-beta.open5e.com/v2/spells/suggestion/?format=api",
                "https://api-beta.open5e.com/v2/spells/dominate-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/fly/?format=api",
                "https://api-beta.open5e.com/v2/spells/plane-shift/?format=api",
                "https://api-beta.open5e.com/v2/spells/true-seeing/?format=api"
            ],
            "page_no": 341,
            "environments": [
                "Urban",
                "Desert",
                "Abyss",
                "Forest",
                "Grassland",
                "Jungle",
                "Hills",
                "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"
        },
        {
            "slug": "androsphinx",
            "desc": "",
            "name": "Androsphinx",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "Sphinxes",
            "alignment": "lawful neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 199,
            "hit_dice": "19d10+95",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 22,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 18,
            "charisma": 23,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 11,
            "intelligence_save": 9,
            "wisdom_save": 10,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "arcana": 9,
                "perception": 10,
                "religion": 15
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "charmed, frightened",
            "senses": "truesight 120 ft., passive Perception 20",
            "languages": "Common, Sphinx",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sphinx makes two claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) slashing damage.",
                    "attack_bonus": 12,
                    "damage_dice": "2d10",
                    "damage_bonus": 6
                },
                {
                    "name": "Roar (3/Day)",
                    "desc": "The sphinx emits a magical roar. Each time it roars before finishing a long rest, the roar is louder and the effect is different, as detailed below. Each creature within 500 feet of the sphinx and able to hear the roar must make a saving throw.\n**First Roar.** Each creature that fails a DC 18 Wisdom saving throw is frightened for 1 minute. A frightened creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n**Second Roar.** Each creature that fails a DC 18 Wisdom saving throw is deafened and frightened for 1 minute. A frightened creature is paralyzed and can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n**Third Roar.** Each creature makes a DC 18 Constitution saving throw. On a failed save, a creature takes 44 (8d10) thunder damage and is knocked prone. On a successful save, the creature takes half as much damage and isn't knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The sphinx 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 sphinx regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Claw Attack",
                    "desc": "The sphinx makes one claw attack."
                },
                {
                    "name": "Teleport (Costs 2 Actions)",
                    "desc": "The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Cast a Spell (Costs 3 Actions)",
                    "desc": "The sphinx casts a spell from its list of prepared spells, using a spell slot as normal."
                }
            ],
            "special_abilities": [
                {
                    "name": "Inscrutable",
                    "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. Wisdom (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The sphinx's weapon attacks are magical."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The sphinx is a 12th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 18, +10 to hit with spell attacks). It requires no material components to cast its spells. The sphinx has the following cleric spells prepared:\n\n* Cantrips (at will): sacred flame, spare the dying, thaumaturgy\n* 1st level (4 slots): command, detect evil and good, detect magic\n* 2nd level (3 slots): lesser restoration, zone of truth\n* 3rd level (3 slots): dispel magic, tongues\n* 4th level (3 slots): banishment, freedom of movement\n* 5th level (2 slots): flame strike, greater restoration\n* 6th level (1 slot): heroes' feast"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/spare-the-dying/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-evil-and-good/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/zone-of-truth/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/tongues/?format=api",
                "https://api-beta.open5e.com/v2/spells/banishment/?format=api",
                "https://api-beta.open5e.com/v2/spells/freedom-of-movement/?format=api",
                "https://api-beta.open5e.com/v2/spells/flame-strike/?format=api",
                "https://api-beta.open5e.com/v2/spells/greater-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/heroes-feast/?format=api"
            ],
            "page_no": 347,
            "environments": [
                "Desert",
                "Ruins"
            ],
            "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"
        },
        {
            "slug": "archmage",
            "desc": "**Archmages** are powerful (and usually quite old) spellcasters dedicated to the study of the arcane arts. Benevolent ones counsel kings and queens, while evil ones rule as tyrants and pursue lichdom. Those who are neither good nor evil sequester themselves in remote towers to practice their magic without interruption.\nAn archmage typically has one or more apprentice mages, and an archmage's abode has numerous magical wards and guardians to discourage interlopers.",
            "name": "Archmage",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 12,
            "armor_desc": "15 with _mage armor_",
            "hit_points": 99,
            "hit_dice": "18d8+18",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 20,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 9,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 13,
                "history": 13
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "damage from spells; non magical bludgeoning, piercing, and slashing (from stoneskin)",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "any six languages",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The archmage has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The archmage is an 18th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 17, +9 to hit with spell attacks). The archmage can cast disguise self and invisibility at will and has the following wizard spells prepared:\n\n* Cantrips (at will): fire bolt, light, mage hand, prestidigitation, shocking grasp\n* 1st level (4 slots): detect magic, identify, mage armor*, magic missile\n* 2nd level (3 slots): detect thoughts, mirror image, misty step\n* 3rd level (3 slots): counterspell,fly, lightning bolt\n* 4th level (3 slots): banishment, fire shield, stoneskin*\n* 5th level (3 slots): cone of cold, scrying, wall of force\n* 6th level (1 slot): globe of invulnerability\n* 7th level (1 slot): teleport\n* 8th level (1 slot): mind blank*\n* 9th level (1 slot): time stop\n* The archmage casts these spells on itself before combat."
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/spare-the-dying/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-evil-and-good/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/zone-of-truth/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/tongues/?format=api",
                "https://api-beta.open5e.com/v2/spells/banishment/?format=api",
                "https://api-beta.open5e.com/v2/spells/freedom-of-movement/?format=api",
                "https://api-beta.open5e.com/v2/spells/flame-strike/?format=api",
                "https://api-beta.open5e.com/v2/spells/greater-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/heroes-feast/?format=api"
            ],
            "page_no": 395,
            "environments": [
                "Settlement",
                "Forest",
                "Laboratory",
                "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"
        },
        {
            "slug": "djinni",
            "desc": "",
            "name": "Djinni",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": "Genies",
            "alignment": "chaotic good",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 161,
            "hit_dice": "14d10+84",
            "speed": {
                "walk": 30,
                "fly": 90
            },
            "strength": 21,
            "dexterity": 15,
            "constitution": 22,
            "intelligence": 15,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning, thunder",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "Auran",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The djinni makes three scimitar attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage plus 3 (1d6) lightning or thunder damage (djinni's choice).",
                    "attack_bonus": 9,
                    "damage_dice": "2d6+1d6",
                    "damage_bonus": 5
                },
                {
                    "name": "Create Whirlwind",
                    "desc": "A 5-foot-radius, 30-foot-tall cylinder of swirling air magically forms on a point the djinni can see within 120 feet of it. The whirlwind lasts as long as the djinni maintains concentration (as if concentrating on a spell). Any creature but the djinni that enters the whirlwind must succeed on a DC 18 Strength saving throw or be restrained by it. The djinni can move the whirlwind up to 60 feet as an action, and creatures restrained by the whirlwind move with it. The whirlwind ends if the djinni loses sight of it.\nA creature can use its action to free a creature restrained by the whirlwind, including itself, by succeeding on a DC 18 Strength check. If the check succeeds, the creature is no longer restrained and moves to the nearest space outside the whirlwind."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Elemental Demise",
                    "desc": "If the djinni dies, its body disintegrates into a warm breeze, leaving behind only equipment the djinni was wearing or carrying."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The djinni's innate spellcasting ability is Charisma (spell save DC 17, +9 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nAt will: detect evil and good, detect magic, thunderwave\n3/day each: create food and water (can create wine instead of water), tongues, wind walk\n1/day each: conjure elemental (air elemental only), creation, gaseous form, invisibility, major image, plane shift"
                },
                {
                    "name": "Variant: Genie Powers",
                    "desc": "Genies have a variety of magical capabilities, including spells. A few have even greater powers that allow them to alter their appearance or the nature of reality.\n\n**Disguises.** Some genies can veil themselves in illusion to pass as other similarly shaped creatures. Such genies can innately cast the disguise self spell at will, often with a longer duration than is normal for that spell. Mightier genies can cast the true polymorph spell one to three times per day, possibly with a longer duration than normal. Such genies can change only their own shape, but a rare few can use the spell on other creatures and objects as well.\n**Wishes.** The genie power to grant wishes is legendary among mortals. Only the most potent genies, such as those among the nobility, can do so. A particular genie that has this power can grant one to three wishes to a creature that isn't a genie. Once a genie has granted its limit of wishes, it can't grant wishes again for some amount of time (usually 1 year). and cosmic law dictates that the same genie can expend its limit of wishes on a specific creature only once in that creature's existence.\nTo be granted a wish, a creature within 60 feet of the genie states a desired effect to it. The genie can then cast the wish spell on the creature's behalf to bring about the effect. Depending on the genie's nature, the genie might try to pervert the intent of the wish by exploiting the wish's poor wording. The perversion of the wording is usually crafted to be to the genie's benefit."
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/detect-evil-and-good/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/create-food-and-water/?format=api",
                "https://api-beta.open5e.com/v2/spells/tongues/?format=api",
                "https://api-beta.open5e.com/v2/spells/wind-walk/?format=api",
                "https://api-beta.open5e.com/v2/spells/conjure-elemental/?format=api",
                "https://api-beta.open5e.com/v2/spells/creation/?format=api",
                "https://api-beta.open5e.com/v2/spells/gaseous-form/?format=api",
                "https://api-beta.open5e.com/v2/spells/invisibility/?format=api",
                "https://api-beta.open5e.com/v2/spells/major-image/?format=api",
                "https://api-beta.open5e.com/v2/spells/plane-shift/?format=api"
            ],
            "page_no": 310,
            "environments": [
                "Desert",
                "Plane Of Air",
                "Coastal"
            ],
            "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"
        },
        {
            "slug": "efreeti",
            "desc": "",
            "name": "Efreeti",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": "Genies",
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 200,
            "hit_dice": "16d10+112",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 22,
            "dexterity": 12,
            "constitution": 24,
            "intelligence": 16,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 7,
            "wisdom_save": 6,
            "charisma_save": 7,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 12",
            "languages": "Ignan",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The efreeti makes two scimitar attacks or uses its Hurl Flame twice."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage plus 7 (2d6) fire damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d6+2d6",
                    "damage_bonus": 6
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one target. Hit: 17 (5d6) fire damage.",
                    "attack_bonus": 7,
                    "damage_dice": "5d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Elemental Demise",
                    "desc": "If the efreeti dies, its body disintegrates in a flash of fire and puff of smoke, leaving behind only equipment the djinni was wearing or carrying."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The efreeti's innate spell casting ability is Charisma (spell save DC 15, +7 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nAt will: detect magic\n3/day each: enlarge/reduce, tongues\n1/day each: conjure elemental (fire elemental only), gaseous form, invisibility, major image, plane shift, wall of fire"
                },
                {
                    "name": "Variant: Genie Powers",
                    "desc": "Genies have a variety of magical capabilities, including spells. A few have even greater powers that allow them to alter their appearance or the nature of reality.\n\n**Disguises.** Some genies can veil themselves in illusion to pass as other similarly shaped creatures. Such genies can innately cast the disguise self spell at will, often with a longer duration than is normal for that spell. Mightier genies can cast the true polymorph spell one to three times per day, possibly with a longer duration than normal. Such genies can change only their own shape, but a rare few can use the spell on other creatures and objects as well.\n**Wishes.** The genie power to grant wishes is legendary among mortals. Only the most potent genies, such as those among the nobility, can do so. A particular genie that has this power can grant one to three wishes to a creature that isn't a genie. Once a genie has granted its limit of wishes, it can't grant wishes again for some amount of time (usually 1 year). and cosmic law dictates that the same genie can expend its limit of wishes on a specific creature only once in that creature's existence.\nTo be granted a wish, a creature within 60 feet of the genie states a desired effect to it. The genie can then cast the wish spell on the creature's behalf to bring about the effect. Depending on the genie's nature, the genie might try to pervert the intent of the wish by exploiting the wish's poor wording. The perversion of the wording is usually crafted to be to the genie's benefit."
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/enlargereduce/?format=api",
                "https://api-beta.open5e.com/v2/spells/tongues/?format=api",
                "https://api-beta.open5e.com/v2/spells/conjure-elemental/?format=api",
                "https://api-beta.open5e.com/v2/spells/gaseous-form/?format=api",
                "https://api-beta.open5e.com/v2/spells/invisibility/?format=api",
                "https://api-beta.open5e.com/v2/spells/major-image/?format=api",
                "https://api-beta.open5e.com/v2/spells/plane-shift/?format=api",
                "https://api-beta.open5e.com/v2/spells/wall-of-fire/?format=api"
            ],
            "page_no": 310,
            "environments": [
                "Desert",
                "Plane Of Fire",
                "Mountains"
            ],
            "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"
        },
        {
            "slug": "gynosphinx",
            "desc": "",
            "name": "Gynosphinx",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "Sphinxes",
            "alignment": "lawful neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 18,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 8,
            "skills": {
                "arcana": 12,
                "history": 12,
                "perception": 8,
                "religion": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "psychic",
            "condition_immunities": "charmed, frightened",
            "senses": "truesight 120 ft., passive Perception 18",
            "languages": "Common, Sphinx",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sphinx makes two claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.",
                    "attack_bonus": 9,
                    "damage_dice": "2d8",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The sphinx 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 sphinx regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Claw Attack",
                    "desc": "The sphinx makes one claw attack."
                },
                {
                    "name": "Teleport (Costs 2 Actions)",
                    "desc": "The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Cast a Spell (Costs 3 Actions)",
                    "desc": "The sphinx casts a spell from its list of prepared spells, using a spell slot as normal."
                }
            ],
            "special_abilities": [
                {
                    "name": "Inscrutable",
                    "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. Wisdom (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The sphinx's weapon attacks are magical."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The sphinx is a 9th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 16, +8 to hit with spell attacks). It requires no material components to cast its spells. The sphinx has the following wizard spells prepared:\n\n* Cantrips (at will): mage hand, minor illusion, prestidigitation\n* 1st level (4 slots): detect magic, identify, shield\n* 2nd level (3 slots): darkness, locate object, suggestion\n* 3rd level (3 slots): dispel magic, remove curse, tongues\n* 4th level (3 slots): banishment, greater invisibility\n* 5th level (1 slot): legend lore"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/mage-hand/?format=api",
                "https://api-beta.open5e.com/v2/spells/minor-illusion/?format=api",
                "https://api-beta.open5e.com/v2/spells/prestidigitation/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/identify/?format=api",
                "https://api-beta.open5e.com/v2/spells/shield/?format=api",
                "https://api-beta.open5e.com/v2/spells/darkness/?format=api",
                "https://api-beta.open5e.com/v2/spells/locate-object/?format=api",
                "https://api-beta.open5e.com/v2/spells/suggestion/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/remove-curse/?format=api",
                "https://api-beta.open5e.com/v2/spells/tongues/?format=api",
                "https://api-beta.open5e.com/v2/spells/banishment/?format=api",
                "https://api-beta.open5e.com/v2/spells/greater-invisibility/?format=api",
                "https://api-beta.open5e.com/v2/spells/legend-lore/?format=api"
            ],
            "page_no": 348,
            "environments": [
                "Desert",
                "Ruins"
            ],
            "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"
        },
        {
            "slug": "druid",
            "desc": "**Druids** dwell in forests and other secluded wilderness locations, where they protect the natural world from monsters and the encroachment of civilization. Some are **tribal shamans** who heal the sick, pray to animal spirits, and provide spiritual guidance.",
            "name": "Druid",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 11,
            "armor_desc": "16 with _barkskin_",
            "hit_points": 27,
            "hit_dice": "5d8+5",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 12,
            "constitution": 13,
            "intelligence": 12,
            "wisdom": 15,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "medicine": 4,
                "nature": 3,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Druidic plus any two languages",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Quarterstaff",
                    "desc": "Melee Weapon Attack: +2 to hit (+4 to hit with shillelagh), reach 5 ft., one target. Hit: 3 (1d6) bludgeoning damage, or 6 (1d8 + 2) bludgeoning damage with shillelagh or if wielded with two hands.",
                    "attack_bonus": 2,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spellcasting",
                    "desc": "The druid is a 4th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 12, +4 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, produce flame, shillelagh\n* 1st level (4 slots): entangle, longstrider, speak with animals, thunderwave\n* 2nd level (3 slots): animal messenger, barkskin"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/druidcraft/?format=api",
                "https://api-beta.open5e.com/v2/spells/produce-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/shillelagh/?format=api",
                "https://api-beta.open5e.com/v2/spells/entangle/?format=api",
                "https://api-beta.open5e.com/v2/spells/longstrider/?format=api",
                "https://api-beta.open5e.com/v2/spells/speak-with-animals/?format=api",
                "https://api-beta.open5e.com/v2/spells/thunderwave/?format=api",
                "https://api-beta.open5e.com/v2/spells/animal-messenger/?format=api",
                "https://api-beta.open5e.com/v2/spells/barkskin/?format=api"
            ],
            "page_no": 398,
            "environments": [
                "Hill",
                "Desert",
                "Underdark",
                "Mountains",
                "Coastal",
                "Tundra",
                "Grassland",
                "Swamp",
                "Mountain",
                "Forest",
                "Arctic",
                "Jungle",
                "Hills"
            ],
            "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"
        },
        {
            "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-beta.open5e.com/v2/spells/mage-hand/?format=api",
                "https://api-beta.open5e.com/v2/spells/prestidigitation/?format=api",
                "https://api-beta.open5e.com/v2/spells/ray-of-frost/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/magic-missile/?format=api",
                "https://api-beta.open5e.com/v2/spells/shield/?format=api",
                "https://api-beta.open5e.com/v2/spells/thunderwave/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-thoughts/?format=api",
                "https://api-beta.open5e.com/v2/spells/invisibility/?format=api",
                "https://api-beta.open5e.com/v2/spells/acid-arrow/?format=api",
                "https://api-beta.open5e.com/v2/spells/mirror-image/?format=api",
                "https://api-beta.open5e.com/v2/spells/animate-dead/?format=api",
                "https://api-beta.open5e.com/v2/spells/counterspell/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/fireball/?format=api",
                "https://api-beta.open5e.com/v2/spells/blight/?format=api",
                "https://api-beta.open5e.com/v2/spells/dimension-door/?format=api",
                "https://api-beta.open5e.com/v2/spells/cloudkill/?format=api",
                "https://api-beta.open5e.com/v2/spells/scrying/?format=api",
                "https://api-beta.open5e.com/v2/spells/disintegrate/?format=api",
                "https://api-beta.open5e.com/v2/spells/globe-of-invulnerability/?format=api",
                "https://api-beta.open5e.com/v2/spells/finger-of-death/?format=api",
                "https://api-beta.open5e.com/v2/spells/plane-shift/?format=api",
                "https://api-beta.open5e.com/v2/spells/dominate-monster/?format=api",
                "https://api-beta.open5e.com/v2/spells/power-word-stun/?format=api",
                "https://api-beta.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"
        },
        {
            "slug": "stoneguard",
            "desc": "The elemental wardens of earth are a stoic people, slow to change socially, and more likely to fight defensive battles and outlast enemies than wage offensive wars. The stoneguard are the perfect embodiment of this ideal; their druidic training has been augmented by ancient combat techniques, allowing them to hold fast against a tide of enemies. They craft arms and armor from the granite around them, and their magical stonecraft rivals that of the dwarves.",
            "name": "Stoneguard",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "lawful neutral",
            "armor_class": 15,
            "armor_desc": "granite half plate",
            "hit_points": 152,
            "hit_dice": "16d8+80",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "petrified",
            "senses": "tremorsense 30 ft., passive Perception 12",
            "languages": "Common, Druidic, Primordial (Terran)",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The stoneguard makes three granite maul attacks."
                },
                {
                    "name": "Granite Maul",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage. If the attack hits, the stoneguard may also immediately cast _thunderwave_ as a bonus action. This casting uses a spell slot, but no material components.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Sentinel",
                    "desc": "When a creature within 5 feet of the stoneguard attacks a target other than the stoneguard, it can make a single attack roll against the attacker."
                },
                {
                    "name": "Skin to Stone",
                    "desc": "When the stoneguard is attacked, it may gain resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks until the end of the attacker’s turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spellcasting",
                    "desc": "The stoneguard is a 3rd-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, resistance\n* 1st level (4 slots): goodberry, speak with animals, thunderwave\n* 2nd level (2 slots): hold person, spike growth"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/druidcraft/?format=api",
                "https://api-beta.open5e.com/v2/spells/resistance/?format=api",
                "https://api-beta.open5e.com/v2/spells/goodberry/?format=api",
                "https://api-beta.open5e.com/v2/spells/speak-with-animals/?format=api",
                "https://api-beta.open5e.com/v2/spells/thunderwave/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/spike-growth/?format=api"
            ],
            "page_no": 128,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/"
        },
        {
            "slug": "acolyte",
            "desc": "**Acolytes** are junior members of a clergy, usually answerable to a priest. They perform a variety of functions in a temple and are granted minor spellcasting power by their deities.",
            "name": "Acolyte",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 10,
            "armor_desc": null,
            "hit_points": 9,
            "hit_dice": "2d8",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 10,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "medicine": 4,
                "religion": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "any one language (usually Common)",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Club",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 2 (1d4) bludgeoning damage.",
                    "attack_bonus": 2,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spellcasting",
                    "desc": "The acolyte is a 1st-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 12, +4 to hit with spell attacks). The acolyte has following cleric spells prepared:\n\n* Cantrips (at will): light, sacred flame, thaumaturgy\n* 1st level (3 slots): bless, cure wounds, sanctuary"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/light/?format=api",
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/bless/?format=api",
                "https://api-beta.open5e.com/v2/spells/cure-wounds/?format=api",
                "https://api-beta.open5e.com/v2/spells/sanctuary/?format=api"
            ],
            "page_no": 395,
            "environments": [
                "Temple",
                "Desert",
                "Urban",
                "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"
        },
        {
            "slug": "androsphinx",
            "desc": "",
            "name": "Androsphinx",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "Sphinxes",
            "alignment": "lawful neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 199,
            "hit_dice": "19d10+95",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 22,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 18,
            "charisma": 23,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 11,
            "intelligence_save": 9,
            "wisdom_save": 10,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "arcana": 9,
                "perception": 10,
                "religion": 15
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "charmed, frightened",
            "senses": "truesight 120 ft., passive Perception 20",
            "languages": "Common, Sphinx",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sphinx makes two claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) slashing damage.",
                    "attack_bonus": 12,
                    "damage_dice": "2d10",
                    "damage_bonus": 6
                },
                {
                    "name": "Roar (3/Day)",
                    "desc": "The sphinx emits a magical roar. Each time it roars before finishing a long rest, the roar is louder and the effect is different, as detailed below. Each creature within 500 feet of the sphinx and able to hear the roar must make a saving throw.\n**First Roar.** Each creature that fails a DC 18 Wisdom saving throw is frightened for 1 minute. A frightened creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n**Second Roar.** Each creature that fails a DC 18 Wisdom saving throw is deafened and frightened for 1 minute. A frightened creature is paralyzed and can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n**Third Roar.** Each creature makes a DC 18 Constitution saving throw. On a failed save, a creature takes 44 (8d10) thunder damage and is knocked prone. On a successful save, the creature takes half as much damage and isn't knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The sphinx 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 sphinx regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Claw Attack",
                    "desc": "The sphinx makes one claw attack."
                },
                {
                    "name": "Teleport (Costs 2 Actions)",
                    "desc": "The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Cast a Spell (Costs 3 Actions)",
                    "desc": "The sphinx casts a spell from its list of prepared spells, using a spell slot as normal."
                }
            ],
            "special_abilities": [
                {
                    "name": "Inscrutable",
                    "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. Wisdom (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The sphinx's weapon attacks are magical."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The sphinx is a 12th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 18, +10 to hit with spell attacks). It requires no material components to cast its spells. The sphinx has the following cleric spells prepared:\n\n* Cantrips (at will): sacred flame, spare the dying, thaumaturgy\n* 1st level (4 slots): command, detect evil and good, detect magic\n* 2nd level (3 slots): lesser restoration, zone of truth\n* 3rd level (3 slots): dispel magic, tongues\n* 4th level (3 slots): banishment, freedom of movement\n* 5th level (2 slots): flame strike, greater restoration\n* 6th level (1 slot): heroes' feast"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/spare-the-dying/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-evil-and-good/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/zone-of-truth/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/tongues/?format=api",
                "https://api-beta.open5e.com/v2/spells/banishment/?format=api",
                "https://api-beta.open5e.com/v2/spells/freedom-of-movement/?format=api",
                "https://api-beta.open5e.com/v2/spells/flame-strike/?format=api",
                "https://api-beta.open5e.com/v2/spells/greater-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/heroes-feast/?format=api"
            ],
            "page_no": 347,
            "environments": [
                "Desert",
                "Ruins"
            ],
            "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"
        },
        {
            "slug": "archmage",
            "desc": "**Archmages** are powerful (and usually quite old) spellcasters dedicated to the study of the arcane arts. Benevolent ones counsel kings and queens, while evil ones rule as tyrants and pursue lichdom. Those who are neither good nor evil sequester themselves in remote towers to practice their magic without interruption.\nAn archmage typically has one or more apprentice mages, and an archmage's abode has numerous magical wards and guardians to discourage interlopers.",
            "name": "Archmage",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 12,
            "armor_desc": "15 with _mage armor_",
            "hit_points": 99,
            "hit_dice": "18d8+18",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 20,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 9,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 13,
                "history": 13
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "damage from spells; non magical bludgeoning, piercing, and slashing (from stoneskin)",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "any six languages",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The archmage has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The archmage is an 18th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 17, +9 to hit with spell attacks). The archmage can cast disguise self and invisibility at will and has the following wizard spells prepared:\n\n* Cantrips (at will): fire bolt, light, mage hand, prestidigitation, shocking grasp\n* 1st level (4 slots): detect magic, identify, mage armor*, magic missile\n* 2nd level (3 slots): detect thoughts, mirror image, misty step\n* 3rd level (3 slots): counterspell,fly, lightning bolt\n* 4th level (3 slots): banishment, fire shield, stoneskin*\n* 5th level (3 slots): cone of cold, scrying, wall of force\n* 6th level (1 slot): globe of invulnerability\n* 7th level (1 slot): teleport\n* 8th level (1 slot): mind blank*\n* 9th level (1 slot): time stop\n* The archmage casts these spells on itself before combat."
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/spare-the-dying/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-evil-and-good/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/zone-of-truth/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/tongues/?format=api",
                "https://api-beta.open5e.com/v2/spells/banishment/?format=api",
                "https://api-beta.open5e.com/v2/spells/freedom-of-movement/?format=api",
                "https://api-beta.open5e.com/v2/spells/flame-strike/?format=api",
                "https://api-beta.open5e.com/v2/spells/greater-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/heroes-feast/?format=api"
            ],
            "page_no": 395,
            "environments": [
                "Settlement",
                "Forest",
                "Laboratory",
                "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"
        },
        {
            "slug": "cult-fanatic",
            "desc": "**Fanatics** are often part of a cult's leadership, using their charisma and dogma to influence and prey on those of weak will. Most are interested in personal power above all else.",
            "name": "Cult Fanatic",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any non-good alignment",
            "armor_class": 13,
            "armor_desc": "leather armor",
            "hit_points": 22,
            "hit_dice": "6d8+6",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 13,
            "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,
                "persuasion": 4,
                "religion": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "any one language (usually Common)",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The fanatic makes two melee attacks."
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one creature. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Dark Devotion",
                    "desc": "The fanatic has advantage on saving throws against being charmed or frightened."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The fanatic is a 4th-level spellcaster. Its spell casting ability is Wisdom (spell save DC 11, +3 to hit with spell attacks). The fanatic has the following cleric spells prepared:\n\nCantrips (at will): light, sacred flame, thaumaturgy\n* 1st level (4 slots): command, inflict wounds, shield of faith\n* 2nd level (3 slots): hold person, spiritual weapon"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/light/?format=api",
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/inflict-wounds/?format=api",
                "https://api-beta.open5e.com/v2/spells/shield-of-faith/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/spiritual-weapon/?format=api"
            ],
            "page_no": 398,
            "environments": [
                "Temple",
                "Desert",
                "Urban",
                "Sewer",
                "Forest",
                "Ruin",
                "Jungle",
                "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"
        },
        {
            "slug": "guardian-naga",
            "desc": "",
            "name": "Guardian Naga",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "Nagas",
            "alignment": "lawful good",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d10+45",
            "speed": {
                "walk": 40
            },
            "strength": 19,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 16,
            "wisdom": 19,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 7,
            "intelligence_save": 7,
            "wisdom_save": 8,
            "charisma_save": 8,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Celestial, Common",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one creature. Hit: 8 (1d8 + 4) piercing damage, and the target must make a DC 15 Constitution saving throw, taking 45 (10d8) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 8,
                    "damage_dice": "1d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Spit Poison",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 15/30 ft., one creature. Hit: The target must make a DC 15 Constitution saving throw, taking 45 (10d8) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 8,
                    "damage_dice": "10d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Rejuvenation",
                    "desc": "If it dies, the naga returns to life in 1d6 days and regains all its hit points. Only a wish spell can prevent this trait from functioning."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The naga is an 11th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 16, +8 to hit with spell attacks), and it needs only verbal components to cast its spells. It has the following cleric spells prepared:\n\n* Cantrips (at will): mending, sacred flame, thaumaturgy\n* 1st level (4 slots): command, cure wounds, shield of faith\n* 2nd level (3 slots): calm emotions, hold person\n* 3rd level (3 slots): bestow curse, clairvoyance\n* 4th level (3 slots): banishment, freedom of movement\n* 5th level (2 slots): flame strike, geas\n* 6th level (1 slot): true seeing"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/mending/?format=api",
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/cure-wounds/?format=api",
                "https://api-beta.open5e.com/v2/spells/shield-of-faith/?format=api",
                "https://api-beta.open5e.com/v2/spells/calm-emotions/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/bestow-curse/?format=api",
                "https://api-beta.open5e.com/v2/spells/clairvoyance/?format=api",
                "https://api-beta.open5e.com/v2/spells/banishment/?format=api",
                "https://api-beta.open5e.com/v2/spells/freedom-of-movement/?format=api",
                "https://api-beta.open5e.com/v2/spells/flame-strike/?format=api",
                "https://api-beta.open5e.com/v2/spells/geas/?format=api",
                "https://api-beta.open5e.com/v2/spells/true-seeing/?format=api"
            ],
            "page_no": 336,
            "environments": [
                "Temple",
                "Desert",
                "Astral Plane",
                "Mountains",
                "Forest",
                "Ruin",
                "Jungle",
                "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"
        },
        {
            "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-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/guiding-bolt/?format=api",
                "https://api-beta.open5e.com/v2/spells/shield-of-faith/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/silence/?format=api",
                "https://api-beta.open5e.com/v2/spells/spiritual-weapon/?format=api",
                "https://api-beta.open5e.com/v2/spells/animate-dead/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/divination/?format=api",
                "https://api-beta.open5e.com/v2/spells/guardian-of-faith/?format=api",
                "https://api-beta.open5e.com/v2/spells/contagion/?format=api",
                "https://api-beta.open5e.com/v2/spells/insect-plague/?format=api",
                "https://api-beta.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"
        },
        {
            "slug": "priest",
            "desc": "**Priests** bring the teachings of their gods to the common folk. They are the spiritual leaders of temples and shrines and often hold positions of influence in their communities. Evil priests might work openly under a tyrant, or they might be the leaders of religious sects hidden in the shadows of good society, overseeing depraved rites. \nA priest typically has one or more acolytes to help with religious ceremonies and other sacred duties.",
            "name": "Priest",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 13,
            "armor_desc": "chain shirt",
            "hit_points": 27,
            "hit_dice": "5d8+5",
            "speed": {
                "walk": 25
            },
            "strength": 10,
            "dexterity": 10,
            "constitution": 12,
            "intelligence": 13,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "medicine": 7,
                "persuasion": 3,
                "religion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "any two languages",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 3 (1d6) bludgeoning damage.",
                    "attack_bonus": 2,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Divine Eminence",
                    "desc": "As a bonus action, the priest can expend a spell slot to cause its melee weapon attacks to magically deal an extra 10 (3d6) radiant damage to a target on a hit. This benefit lasts until the end of the turn. If the priest expends a spell slot of 2nd level or higher, the extra damage increases by 1d6 for each level above 1st.",
                    "attack_bonus": 0,
                    "damage_dice": "3d6"
                },
                {
                    "name": "Spellcasting",
                    "desc": "The priest is a 5th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 13, +5 to hit with spell attacks). The priest has the following cleric spells prepared:\n\n* Cantrips (at will): light, sacred flame, thaumaturgy\n* 1st level (4 slots): cure wounds, guiding bolt, sanctuary\n* 2nd level (3 slots): lesser restoration, spiritual weapon\n* 3rd level (2 slots): dispel magic, spirit guardians"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/light/?format=api",
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/cure-wounds/?format=api",
                "https://api-beta.open5e.com/v2/spells/guiding-bolt/?format=api",
                "https://api-beta.open5e.com/v2/spells/sanctuary/?format=api",
                "https://api-beta.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/spiritual-weapon/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/spirit-guardians/?format=api"
            ],
            "page_no": 401,
            "environments": [
                "Temple",
                "Desert",
                "Urban",
                "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"
        },
        {
            "slug": "cloud-giant",
            "desc": "",
            "name": "Cloud Giant",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": "Giants",
            "alignment": "neutral good (50%) or neutral evil (50%)",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 200,
            "hit_dice": "16d12+96",
            "speed": {
                "walk": 40
            },
            "strength": 27,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 7,
            "perception": 7,
            "skills": {
                "insight": 7,
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 17",
            "languages": "Common, Giant",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two morningstar attacks."
                },
                {
                    "name": "Morningstar",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 21 (3d8 + 8) piercing damage.",
                    "attack_bonus": 12,
                    "damage_dice": "3d8",
                    "damage_bonus": 8
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +12 to hit, range 60/240 ft., one target. Hit: 30 (4d10 + 8) bludgeoning damage.",
                    "attack_bonus": 12,
                    "damage_dice": "4d10",
                    "damage_bonus": 8
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The giant has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The giant's innate spellcasting ability is Charisma. It can innately cast the following spells, requiring no material components:\n\nAt will: detect magic, fog cloud, light\n3/day each: feather fall, fly, misty step, telekinesis\n1/day each: control weather, gaseous form"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/fog-cloud/?format=api",
                "https://api-beta.open5e.com/v2/spells/light/?format=api",
                "https://api-beta.open5e.com/v2/spells/feather-fall/?format=api",
                "https://api-beta.open5e.com/v2/spells/fly/?format=api",
                "https://api-beta.open5e.com/v2/spells/misty-step/?format=api",
                "https://api-beta.open5e.com/v2/spells/telekinesis/?format=api",
                "https://api-beta.open5e.com/v2/spells/control-weather/?format=api",
                "https://api-beta.open5e.com/v2/spells/gaseous-form/?format=api"
            ],
            "page_no": 312,
            "environments": [
                "Plane Of Air",
                "Mountains",
                "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"
        },
        {
            "slug": "gynosphinx",
            "desc": "",
            "name": "Gynosphinx",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "Sphinxes",
            "alignment": "lawful neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 18,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 8,
            "skills": {
                "arcana": 12,
                "history": 12,
                "perception": 8,
                "religion": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "psychic",
            "condition_immunities": "charmed, frightened",
            "senses": "truesight 120 ft., passive Perception 18",
            "languages": "Common, Sphinx",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sphinx makes two claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.",
                    "attack_bonus": 9,
                    "damage_dice": "2d8",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The sphinx 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 sphinx regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Claw Attack",
                    "desc": "The sphinx makes one claw attack."
                },
                {
                    "name": "Teleport (Costs 2 Actions)",
                    "desc": "The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Cast a Spell (Costs 3 Actions)",
                    "desc": "The sphinx casts a spell from its list of prepared spells, using a spell slot as normal."
                }
            ],
            "special_abilities": [
                {
                    "name": "Inscrutable",
                    "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. Wisdom (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The sphinx's weapon attacks are magical."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The sphinx is a 9th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 16, +8 to hit with spell attacks). It requires no material components to cast its spells. The sphinx has the following wizard spells prepared:\n\n* Cantrips (at will): mage hand, minor illusion, prestidigitation\n* 1st level (4 slots): detect magic, identify, shield\n* 2nd level (3 slots): darkness, locate object, suggestion\n* 3rd level (3 slots): dispel magic, remove curse, tongues\n* 4th level (3 slots): banishment, greater invisibility\n* 5th level (1 slot): legend lore"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/mage-hand/?format=api",
                "https://api-beta.open5e.com/v2/spells/minor-illusion/?format=api",
                "https://api-beta.open5e.com/v2/spells/prestidigitation/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/identify/?format=api",
                "https://api-beta.open5e.com/v2/spells/shield/?format=api",
                "https://api-beta.open5e.com/v2/spells/darkness/?format=api",
                "https://api-beta.open5e.com/v2/spells/locate-object/?format=api",
                "https://api-beta.open5e.com/v2/spells/suggestion/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/remove-curse/?format=api",
                "https://api-beta.open5e.com/v2/spells/tongues/?format=api",
                "https://api-beta.open5e.com/v2/spells/banishment/?format=api",
                "https://api-beta.open5e.com/v2/spells/greater-invisibility/?format=api",
                "https://api-beta.open5e.com/v2/spells/legend-lore/?format=api"
            ],
            "page_no": 348,
            "environments": [
                "Desert",
                "Ruins"
            ],
            "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"
        },
        {
            "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-beta.open5e.com/v2/spells/disguise-self/?format=api",
                "https://api-beta.open5e.com/v2/spells/major-image/?format=api",
                "https://api-beta.open5e.com/v2/spells/charm-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/mirror-image/?format=api",
                "https://api-beta.open5e.com/v2/spells/scrying/?format=api",
                "https://api-beta.open5e.com/v2/spells/suggestion/?format=api",
                "https://api-beta.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"
        },
        {
            "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-beta.open5e.com/v2/spells/fire-bolt/?format=api",
                "https://api-beta.open5e.com/v2/spells/light/?format=api",
                "https://api-beta.open5e.com/v2/spells/mage-hand/?format=api",
                "https://api-beta.open5e.com/v2/spells/prestidigitation/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/mage-armor/?format=api",
                "https://api-beta.open5e.com/v2/spells/magic-missile/?format=api",
                "https://api-beta.open5e.com/v2/spells/shield/?format=api",
                "https://api-beta.open5e.com/v2/spells/misty-step/?format=api",
                "https://api-beta.open5e.com/v2/spells/suggestion/?format=api",
                "https://api-beta.open5e.com/v2/spells/counterspell/?format=api",
                "https://api-beta.open5e.com/v2/spells/fireball/?format=api",
                "https://api-beta.open5e.com/v2/spells/fly/?format=api",
                "https://api-beta.open5e.com/v2/spells/greater-invisibility/?format=api",
                "https://api-beta.open5e.com/v2/spells/ice-storm/?format=api",
                "https://api-beta.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"
        },
        {
            "slug": "rakshasa",
            "desc": "",
            "name": "Rakshasa",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d8+52",
            "speed": {
                "walk": 40
            },
            "strength": 14,
            "dexterity": 17,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 10,
                "insight": 8
            },
            "damage_vulnerabilities": "piercing from magic weapons wielded by good creatures",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Infernal",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The rakshasa makes two claw attacks"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) slashing damage, and the target is cursed if it is a creature. The magical curse takes effect whenever the target takes a short or long rest, filling the target's thoughts with horrible images and dreams. The cursed target gains no benefit from finishing a short or long rest. The curse lasts until it is lifted by a remove curse spell or similar magic.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Limited Magic Immunity",
                    "desc": "The rakshasa can't be affected or detected by spells of 6th level or lower unless it wishes to be. It has advantage on saving throws against all other spells and magical effects."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The rakshasa's innate spellcasting ability is Charisma (spell save DC 18, +10 to hit with spell attacks). The rakshasa can innately cast the following spells, requiring no material components:\n\nAt will: detect thoughts, disguise self, mage hand, minor illusion\n3/day each: charm person, detect magic, invisibility, major image, suggestion\n1/day each: dominate person, fly, plane shift, true seeing"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/detect-thoughts/?format=api",
                "https://api-beta.open5e.com/v2/spells/disguise-self/?format=api",
                "https://api-beta.open5e.com/v2/spells/mage-hand/?format=api",
                "https://api-beta.open5e.com/v2/spells/minor-illusion/?format=api",
                "https://api-beta.open5e.com/v2/spells/charm-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/invisibility/?format=api",
                "https://api-beta.open5e.com/v2/spells/major-image/?format=api",
                "https://api-beta.open5e.com/v2/spells/suggestion/?format=api",
                "https://api-beta.open5e.com/v2/spells/dominate-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/fly/?format=api",
                "https://api-beta.open5e.com/v2/spells/plane-shift/?format=api",
                "https://api-beta.open5e.com/v2/spells/true-seeing/?format=api"
            ],
            "page_no": 341,
            "environments": [
                "Urban",
                "Desert",
                "Abyss",
                "Forest",
                "Grassland",
                "Jungle",
                "Hills",
                "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"
        },
        {
            "slug": "cult-fanatic",
            "desc": "**Fanatics** are often part of a cult's leadership, using their charisma and dogma to influence and prey on those of weak will. Most are interested in personal power above all else.",
            "name": "Cult Fanatic",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any non-good alignment",
            "armor_class": 13,
            "armor_desc": "leather armor",
            "hit_points": 22,
            "hit_dice": "6d8+6",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 13,
            "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,
                "persuasion": 4,
                "religion": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "any one language (usually Common)",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The fanatic makes two melee attacks."
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one creature. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Dark Devotion",
                    "desc": "The fanatic has advantage on saving throws against being charmed or frightened."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The fanatic is a 4th-level spellcaster. Its spell casting ability is Wisdom (spell save DC 11, +3 to hit with spell attacks). The fanatic has the following cleric spells prepared:\n\nCantrips (at will): light, sacred flame, thaumaturgy\n* 1st level (4 slots): command, inflict wounds, shield of faith\n* 2nd level (3 slots): hold person, spiritual weapon"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/light/?format=api",
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/inflict-wounds/?format=api",
                "https://api-beta.open5e.com/v2/spells/shield-of-faith/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/spiritual-weapon/?format=api"
            ],
            "page_no": 398,
            "environments": [
                "Temple",
                "Desert",
                "Urban",
                "Sewer",
                "Forest",
                "Ruin",
                "Jungle",
                "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"
        },
        {
            "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-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/guiding-bolt/?format=api",
                "https://api-beta.open5e.com/v2/spells/shield-of-faith/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/silence/?format=api",
                "https://api-beta.open5e.com/v2/spells/spiritual-weapon/?format=api",
                "https://api-beta.open5e.com/v2/spells/animate-dead/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/divination/?format=api",
                "https://api-beta.open5e.com/v2/spells/guardian-of-faith/?format=api",
                "https://api-beta.open5e.com/v2/spells/contagion/?format=api",
                "https://api-beta.open5e.com/v2/spells/insect-plague/?format=api",
                "https://api-beta.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"
        },
        {
            "slug": "priest",
            "desc": "**Priests** bring the teachings of their gods to the common folk. They are the spiritual leaders of temples and shrines and often hold positions of influence in their communities. Evil priests might work openly under a tyrant, or they might be the leaders of religious sects hidden in the shadows of good society, overseeing depraved rites. \nA priest typically has one or more acolytes to help with religious ceremonies and other sacred duties.",
            "name": "Priest",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 13,
            "armor_desc": "chain shirt",
            "hit_points": 27,
            "hit_dice": "5d8+5",
            "speed": {
                "walk": 25
            },
            "strength": 10,
            "dexterity": 10,
            "constitution": 12,
            "intelligence": 13,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "medicine": 7,
                "persuasion": 3,
                "religion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "any two languages",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 3 (1d6) bludgeoning damage.",
                    "attack_bonus": 2,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Divine Eminence",
                    "desc": "As a bonus action, the priest can expend a spell slot to cause its melee weapon attacks to magically deal an extra 10 (3d6) radiant damage to a target on a hit. This benefit lasts until the end of the turn. If the priest expends a spell slot of 2nd level or higher, the extra damage increases by 1d6 for each level above 1st.",
                    "attack_bonus": 0,
                    "damage_dice": "3d6"
                },
                {
                    "name": "Spellcasting",
                    "desc": "The priest is a 5th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 13, +5 to hit with spell attacks). The priest has the following cleric spells prepared:\n\n* Cantrips (at will): light, sacred flame, thaumaturgy\n* 1st level (4 slots): cure wounds, guiding bolt, sanctuary\n* 2nd level (3 slots): lesser restoration, spiritual weapon\n* 3rd level (2 slots): dispel magic, spirit guardians"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/light/?format=api",
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/cure-wounds/?format=api",
                "https://api-beta.open5e.com/v2/spells/guiding-bolt/?format=api",
                "https://api-beta.open5e.com/v2/spells/sanctuary/?format=api",
                "https://api-beta.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/spiritual-weapon/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/spirit-guardians/?format=api"
            ],
            "page_no": 401,
            "environments": [
                "Temple",
                "Desert",
                "Urban",
                "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"
        },
        {
            "slug": "priest",
            "desc": "**Priests** bring the teachings of their gods to the common folk. They are the spiritual leaders of temples and shrines and often hold positions of influence in their communities. Evil priests might work openly under a tyrant, or they might be the leaders of religious sects hidden in the shadows of good society, overseeing depraved rites. \nA priest typically has one or more acolytes to help with religious ceremonies and other sacred duties.",
            "name": "Priest",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 13,
            "armor_desc": "chain shirt",
            "hit_points": 27,
            "hit_dice": "5d8+5",
            "speed": {
                "walk": 25
            },
            "strength": 10,
            "dexterity": 10,
            "constitution": 12,
            "intelligence": 13,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "medicine": 7,
                "persuasion": 3,
                "religion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "any two languages",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 3 (1d6) bludgeoning damage.",
                    "attack_bonus": 2,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Divine Eminence",
                    "desc": "As a bonus action, the priest can expend a spell slot to cause its melee weapon attacks to magically deal an extra 10 (3d6) radiant damage to a target on a hit. This benefit lasts until the end of the turn. If the priest expends a spell slot of 2nd level or higher, the extra damage increases by 1d6 for each level above 1st.",
                    "attack_bonus": 0,
                    "damage_dice": "3d6"
                },
                {
                    "name": "Spellcasting",
                    "desc": "The priest is a 5th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 13, +5 to hit with spell attacks). The priest has the following cleric spells prepared:\n\n* Cantrips (at will): light, sacred flame, thaumaturgy\n* 1st level (4 slots): cure wounds, guiding bolt, sanctuary\n* 2nd level (3 slots): lesser restoration, spiritual weapon\n* 3rd level (2 slots): dispel magic, spirit guardians"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/light/?format=api",
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/cure-wounds/?format=api",
                "https://api-beta.open5e.com/v2/spells/guiding-bolt/?format=api",
                "https://api-beta.open5e.com/v2/spells/sanctuary/?format=api",
                "https://api-beta.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/spiritual-weapon/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/spirit-guardians/?format=api"
            ],
            "page_no": 401,
            "environments": [
                "Temple",
                "Desert",
                "Urban",
                "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"
        },
        {
            "slug": "stoneguard",
            "desc": "The elemental wardens of earth are a stoic people, slow to change socially, and more likely to fight defensive battles and outlast enemies than wage offensive wars. The stoneguard are the perfect embodiment of this ideal; their druidic training has been augmented by ancient combat techniques, allowing them to hold fast against a tide of enemies. They craft arms and armor from the granite around them, and their magical stonecraft rivals that of the dwarves.",
            "name": "Stoneguard",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "lawful neutral",
            "armor_class": 15,
            "armor_desc": "granite half plate",
            "hit_points": 152,
            "hit_dice": "16d8+80",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "petrified",
            "senses": "tremorsense 30 ft., passive Perception 12",
            "languages": "Common, Druidic, Primordial (Terran)",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The stoneguard makes three granite maul attacks."
                },
                {
                    "name": "Granite Maul",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage. If the attack hits, the stoneguard may also immediately cast _thunderwave_ as a bonus action. This casting uses a spell slot, but no material components.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Sentinel",
                    "desc": "When a creature within 5 feet of the stoneguard attacks a target other than the stoneguard, it can make a single attack roll against the attacker."
                },
                {
                    "name": "Skin to Stone",
                    "desc": "When the stoneguard is attacked, it may gain resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks until the end of the attacker’s turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spellcasting",
                    "desc": "The stoneguard is a 3rd-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, resistance\n* 1st level (4 slots): goodberry, speak with animals, thunderwave\n* 2nd level (2 slots): hold person, spike growth"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/druidcraft/?format=api",
                "https://api-beta.open5e.com/v2/spells/resistance/?format=api",
                "https://api-beta.open5e.com/v2/spells/goodberry/?format=api",
                "https://api-beta.open5e.com/v2/spells/speak-with-animals/?format=api",
                "https://api-beta.open5e.com/v2/spells/thunderwave/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/spike-growth/?format=api"
            ],
            "page_no": 128,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/"
        },
        {
            "slug": "druid",
            "desc": "**Druids** dwell in forests and other secluded wilderness locations, where they protect the natural world from monsters and the encroachment of civilization. Some are **tribal shamans** who heal the sick, pray to animal spirits, and provide spiritual guidance.",
            "name": "Druid",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 11,
            "armor_desc": "16 with _barkskin_",
            "hit_points": 27,
            "hit_dice": "5d8+5",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 12,
            "constitution": 13,
            "intelligence": 12,
            "wisdom": 15,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "medicine": 4,
                "nature": 3,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Druidic plus any two languages",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Quarterstaff",
                    "desc": "Melee Weapon Attack: +2 to hit (+4 to hit with shillelagh), reach 5 ft., one target. Hit: 3 (1d6) bludgeoning damage, or 6 (1d8 + 2) bludgeoning damage with shillelagh or if wielded with two hands.",
                    "attack_bonus": 2,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spellcasting",
                    "desc": "The druid is a 4th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 12, +4 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, produce flame, shillelagh\n* 1st level (4 slots): entangle, longstrider, speak with animals, thunderwave\n* 2nd level (3 slots): animal messenger, barkskin"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/druidcraft/?format=api",
                "https://api-beta.open5e.com/v2/spells/produce-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/shillelagh/?format=api",
                "https://api-beta.open5e.com/v2/spells/entangle/?format=api",
                "https://api-beta.open5e.com/v2/spells/longstrider/?format=api",
                "https://api-beta.open5e.com/v2/spells/speak-with-animals/?format=api",
                "https://api-beta.open5e.com/v2/spells/thunderwave/?format=api",
                "https://api-beta.open5e.com/v2/spells/animal-messenger/?format=api",
                "https://api-beta.open5e.com/v2/spells/barkskin/?format=api"
            ],
            "page_no": 398,
            "environments": [
                "Hill",
                "Desert",
                "Underdark",
                "Mountains",
                "Coastal",
                "Tundra",
                "Grassland",
                "Swamp",
                "Mountain",
                "Forest",
                "Arctic",
                "Jungle",
                "Hills"
            ],
            "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"
        },
        {
            "slug": "stoneguard",
            "desc": "The elemental wardens of earth are a stoic people, slow to change socially, and more likely to fight defensive battles and outlast enemies than wage offensive wars. The stoneguard are the perfect embodiment of this ideal; their druidic training has been augmented by ancient combat techniques, allowing them to hold fast against a tide of enemies. They craft arms and armor from the granite around them, and their magical stonecraft rivals that of the dwarves.",
            "name": "Stoneguard",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "lawful neutral",
            "armor_class": 15,
            "armor_desc": "granite half plate",
            "hit_points": 152,
            "hit_dice": "16d8+80",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "petrified",
            "senses": "tremorsense 30 ft., passive Perception 12",
            "languages": "Common, Druidic, Primordial (Terran)",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The stoneguard makes three granite maul attacks."
                },
                {
                    "name": "Granite Maul",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage. If the attack hits, the stoneguard may also immediately cast _thunderwave_ as a bonus action. This casting uses a spell slot, but no material components.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Sentinel",
                    "desc": "When a creature within 5 feet of the stoneguard attacks a target other than the stoneguard, it can make a single attack roll against the attacker."
                },
                {
                    "name": "Skin to Stone",
                    "desc": "When the stoneguard is attacked, it may gain resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks until the end of the attacker’s turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spellcasting",
                    "desc": "The stoneguard is a 3rd-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, resistance\n* 1st level (4 slots): goodberry, speak with animals, thunderwave\n* 2nd level (2 slots): hold person, spike growth"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/druidcraft/?format=api",
                "https://api-beta.open5e.com/v2/spells/resistance/?format=api",
                "https://api-beta.open5e.com/v2/spells/goodberry/?format=api",
                "https://api-beta.open5e.com/v2/spells/speak-with-animals/?format=api",
                "https://api-beta.open5e.com/v2/spells/thunderwave/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/spike-growth/?format=api"
            ],
            "page_no": 128,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/"
        },
        {
            "slug": "androsphinx",
            "desc": "",
            "name": "Androsphinx",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "Sphinxes",
            "alignment": "lawful neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 199,
            "hit_dice": "19d10+95",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 22,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 18,
            "charisma": 23,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 11,
            "intelligence_save": 9,
            "wisdom_save": 10,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "arcana": 9,
                "perception": 10,
                "religion": 15
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "charmed, frightened",
            "senses": "truesight 120 ft., passive Perception 20",
            "languages": "Common, Sphinx",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sphinx makes two claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) slashing damage.",
                    "attack_bonus": 12,
                    "damage_dice": "2d10",
                    "damage_bonus": 6
                },
                {
                    "name": "Roar (3/Day)",
                    "desc": "The sphinx emits a magical roar. Each time it roars before finishing a long rest, the roar is louder and the effect is different, as detailed below. Each creature within 500 feet of the sphinx and able to hear the roar must make a saving throw.\n**First Roar.** Each creature that fails a DC 18 Wisdom saving throw is frightened for 1 minute. A frightened creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n**Second Roar.** Each creature that fails a DC 18 Wisdom saving throw is deafened and frightened for 1 minute. A frightened creature is paralyzed and can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n**Third Roar.** Each creature makes a DC 18 Constitution saving throw. On a failed save, a creature takes 44 (8d10) thunder damage and is knocked prone. On a successful save, the creature takes half as much damage and isn't knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The sphinx 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 sphinx regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Claw Attack",
                    "desc": "The sphinx makes one claw attack."
                },
                {
                    "name": "Teleport (Costs 2 Actions)",
                    "desc": "The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Cast a Spell (Costs 3 Actions)",
                    "desc": "The sphinx casts a spell from its list of prepared spells, using a spell slot as normal."
                }
            ],
            "special_abilities": [
                {
                    "name": "Inscrutable",
                    "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. Wisdom (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The sphinx's weapon attacks are magical."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The sphinx is a 12th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 18, +10 to hit with spell attacks). It requires no material components to cast its spells. The sphinx has the following cleric spells prepared:\n\n* Cantrips (at will): sacred flame, spare the dying, thaumaturgy\n* 1st level (4 slots): command, detect evil and good, detect magic\n* 2nd level (3 slots): lesser restoration, zone of truth\n* 3rd level (3 slots): dispel magic, tongues\n* 4th level (3 slots): banishment, freedom of movement\n* 5th level (2 slots): flame strike, greater restoration\n* 6th level (1 slot): heroes' feast"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/spare-the-dying/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-evil-and-good/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/zone-of-truth/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/tongues/?format=api",
                "https://api-beta.open5e.com/v2/spells/banishment/?format=api",
                "https://api-beta.open5e.com/v2/spells/freedom-of-movement/?format=api",
                "https://api-beta.open5e.com/v2/spells/flame-strike/?format=api",
                "https://api-beta.open5e.com/v2/spells/greater-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/heroes-feast/?format=api"
            ],
            "page_no": 347,
            "environments": [
                "Desert",
                "Ruins"
            ],
            "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"
        },
        {
            "slug": "archmage",
            "desc": "**Archmages** are powerful (and usually quite old) spellcasters dedicated to the study of the arcane arts. Benevolent ones counsel kings and queens, while evil ones rule as tyrants and pursue lichdom. Those who are neither good nor evil sequester themselves in remote towers to practice their magic without interruption.\nAn archmage typically has one or more apprentice mages, and an archmage's abode has numerous magical wards and guardians to discourage interlopers.",
            "name": "Archmage",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 12,
            "armor_desc": "15 with _mage armor_",
            "hit_points": 99,
            "hit_dice": "18d8+18",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 20,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 9,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 13,
                "history": 13
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "damage from spells; non magical bludgeoning, piercing, and slashing (from stoneskin)",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "any six languages",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The archmage has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The archmage is an 18th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 17, +9 to hit with spell attacks). The archmage can cast disguise self and invisibility at will and has the following wizard spells prepared:\n\n* Cantrips (at will): fire bolt, light, mage hand, prestidigitation, shocking grasp\n* 1st level (4 slots): detect magic, identify, mage armor*, magic missile\n* 2nd level (3 slots): detect thoughts, mirror image, misty step\n* 3rd level (3 slots): counterspell,fly, lightning bolt\n* 4th level (3 slots): banishment, fire shield, stoneskin*\n* 5th level (3 slots): cone of cold, scrying, wall of force\n* 6th level (1 slot): globe of invulnerability\n* 7th level (1 slot): teleport\n* 8th level (1 slot): mind blank*\n* 9th level (1 slot): time stop\n* The archmage casts these spells on itself before combat."
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/spare-the-dying/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-evil-and-good/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/zone-of-truth/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/tongues/?format=api",
                "https://api-beta.open5e.com/v2/spells/banishment/?format=api",
                "https://api-beta.open5e.com/v2/spells/freedom-of-movement/?format=api",
                "https://api-beta.open5e.com/v2/spells/flame-strike/?format=api",
                "https://api-beta.open5e.com/v2/spells/greater-restoration/?format=api",
                "https://api-beta.open5e.com/v2/spells/heroes-feast/?format=api"
            ],
            "page_no": 395,
            "environments": [
                "Settlement",
                "Forest",
                "Laboratory",
                "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"
        },
        {
            "slug": "dust-mephit",
            "desc": "",
            "name": "Dust Mephit",
            "size": "Small",
            "type": "Elemental",
            "subtype": "",
            "group": "Mephits",
            "alignment": "neutral evil",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 17,
            "hit_dice": "5d6",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 5,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 9,
            "wisdom": 11,
            "charisma": 10,
            "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": "fire",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Auran, Terran",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) slashing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                },
                {
                    "name": "Blinding Breath (Recharge 6)",
                    "desc": "The mephit exhales a 15-foot cone of blinding dust. Each creature in that area must succeed on a DC 10 Dexterity saving throw or be blinded 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."
                },
                {
                    "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 dust. Each creature within 5 ft. of it must then succeed on a DC 10 Constitution saving throw or be blinded for 1 minute. A blinded creature can repeat the saving throw on each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Innate Spellcasting (1/Day)",
                    "desc": "The mephit can innately cast _sleep_, requiring no material components. Its innate spellcasting ability is Charisma."
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/sleep/?format=api"
            ],
            "page_no": 330,
            "environments": [
                "Desert",
                "Plane Of Air",
                "Plane Of Earth",
                "Mountains"
            ],
            "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"
        },
        {
            "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-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/magic-missile/?format=api",
                "https://api-beta.open5e.com/v2/spells/plane-shift/?format=api",
                "https://api-beta.open5e.com/v2/spells/ray-of-enfeeblement/?format=api",
                "https://api-beta.open5e.com/v2/spells/sleep/?format=api",
                "https://api-beta.open5e.com/v2/spells/identify/?format=api",
                "https://api-beta.open5e.com/v2/spells/ray-of-sickness/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/locate-object/?format=api",
                "https://api-beta.open5e.com/v2/spells/bestow-curse/?format=api",
                "https://api-beta.open5e.com/v2/spells/counterspell/?format=api",
                "https://api-beta.open5e.com/v2/spells/lightning-bolt/?format=api",
                "https://api-beta.open5e.com/v2/spells/phantasmal-killer/?format=api",
                "https://api-beta.open5e.com/v2/spells/polymorph/?format=api",
                "https://api-beta.open5e.com/v2/spells/contact-other-plane/?format=api",
                "https://api-beta.open5e.com/v2/spells/scrying/?format=api",
                "https://api-beta.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"
        },
        {
            "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-beta.open5e.com/v2/spells/darkness/?format=api",
                "https://api-beta.open5e.com/v2/spells/invisibility/?format=api",
                "https://api-beta.open5e.com/v2/spells/charm-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/cone-of-cold/?format=api",
                "https://api-beta.open5e.com/v2/spells/gaseous-form/?format=api",
                "https://api-beta.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"
        },
        {
            "slug": "spirit-naga",
            "desc": "",
            "name": "Spirit Naga",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "Nagas",
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d10+20",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 16,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 6,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Abyssal, Common",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one creature. Hit: 7 (1d6 + 4) piercing damage, and the target must make a DC 13 Constitution saving throw, taking 31 (7d8) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Rejuvenation",
                    "desc": "If it dies, the naga returns to life in 1d6 days and regains all its hit points. Only a wish spell can prevent this trait from functioning."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The naga is a 10th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 14, +6 to hit with spell attacks), and it needs only verbal components to cast its spells. It has the following wizard spells prepared:\n\n* Cantrips (at will): mage hand, minor illusion, ray of frost\n* 1st level (4 slots): charm person, detect magic, sleep\n* 2nd level (3 slots): detect thoughts, hold person\n* 3rd level (3 slots): lightning bolt, water breathing\n* 4th level (3 slots): blight, dimension door\n* 5th level (2 slots): dominate person"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/mage-hand/?format=api",
                "https://api-beta.open5e.com/v2/spells/minor-illusion/?format=api",
                "https://api-beta.open5e.com/v2/spells/ray-of-frost/?format=api",
                "https://api-beta.open5e.com/v2/spells/charm-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/sleep/?format=api",
                "https://api-beta.open5e.com/v2/spells/detect-thoughts/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/lightning-bolt/?format=api",
                "https://api-beta.open5e.com/v2/spells/water-breathing/?format=api",
                "https://api-beta.open5e.com/v2/spells/blight/?format=api",
                "https://api-beta.open5e.com/v2/spells/dimension-door/?format=api",
                "https://api-beta.open5e.com/v2/spells/dominate-person/?format=api"
            ],
            "page_no": 335,
            "environments": [
                "Temple",
                "Desert",
                "Underdark",
                "Astral Plane",
                "Mountains",
                "Forest",
                "Ruin",
                "Jungle",
                "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"
        },
        {
            "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-beta.open5e.com/v2/spells/sacred-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/thaumaturgy/?format=api",
                "https://api-beta.open5e.com/v2/spells/command/?format=api",
                "https://api-beta.open5e.com/v2/spells/guiding-bolt/?format=api",
                "https://api-beta.open5e.com/v2/spells/shield-of-faith/?format=api",
                "https://api-beta.open5e.com/v2/spells/hold-person/?format=api",
                "https://api-beta.open5e.com/v2/spells/silence/?format=api",
                "https://api-beta.open5e.com/v2/spells/spiritual-weapon/?format=api",
                "https://api-beta.open5e.com/v2/spells/animate-dead/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api-beta.open5e.com/v2/spells/divination/?format=api",
                "https://api-beta.open5e.com/v2/spells/guardian-of-faith/?format=api",
                "https://api-beta.open5e.com/v2/spells/contagion/?format=api",
                "https://api-beta.open5e.com/v2/spells/insect-plague/?format=api",
                "https://api-beta.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"
        },
        {
            "slug": "druid",
            "desc": "**Druids** dwell in forests and other secluded wilderness locations, where they protect the natural world from monsters and the encroachment of civilization. Some are **tribal shamans** who heal the sick, pray to animal spirits, and provide spiritual guidance.",
            "name": "Druid",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 11,
            "armor_desc": "16 with _barkskin_",
            "hit_points": 27,
            "hit_dice": "5d8+5",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 12,
            "constitution": 13,
            "intelligence": 12,
            "wisdom": 15,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "medicine": 4,
                "nature": 3,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Druidic plus any two languages",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Quarterstaff",
                    "desc": "Melee Weapon Attack: +2 to hit (+4 to hit with shillelagh), reach 5 ft., one target. Hit: 3 (1d6) bludgeoning damage, or 6 (1d8 + 2) bludgeoning damage with shillelagh or if wielded with two hands.",
                    "attack_bonus": 2,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spellcasting",
                    "desc": "The druid is a 4th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 12, +4 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, produce flame, shillelagh\n* 1st level (4 slots): entangle, longstrider, speak with animals, thunderwave\n* 2nd level (3 slots): animal messenger, barkskin"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/druidcraft/?format=api",
                "https://api-beta.open5e.com/v2/spells/produce-flame/?format=api",
                "https://api-beta.open5e.com/v2/spells/shillelagh/?format=api",
                "https://api-beta.open5e.com/v2/spells/entangle/?format=api",
                "https://api-beta.open5e.com/v2/spells/longstrider/?format=api",
                "https://api-beta.open5e.com/v2/spells/speak-with-animals/?format=api",
                "https://api-beta.open5e.com/v2/spells/thunderwave/?format=api",
                "https://api-beta.open5e.com/v2/spells/animal-messenger/?format=api",
                "https://api-beta.open5e.com/v2/spells/barkskin/?format=api"
            ],
            "page_no": 398,
            "environments": [
                "Hill",
                "Desert",
                "Underdark",
                "Mountains",
                "Coastal",
                "Tundra",
                "Grassland",
                "Swamp",
                "Mountain",
                "Forest",
                "Arctic",
                "Jungle",
                "Hills"
            ],
            "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"
        },
        {
            "slug": "dryad",
            "desc": "",
            "name": "Dryad",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 11,
            "armor_desc": "16 with _barkskin_",
            "hit_points": 22,
            "hit_dice": "5d8",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 12,
            "constitution": 11,
            "intelligence": 14,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Elvish, Sylvan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Club",
                    "desc": "Melee Weapon Attack: +2 to hit (+6 to hit with shillelagh), reach 5 ft., one target. Hit: 2 (1d4) bludgeoning damage, or 8 (1d8 + 4) bludgeoning damage with shillelagh.",
                    "attack_bonus": 2,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Fey Charm",
                    "desc": "The dryad targets one humanoid or beast that she can see within 30 feet of her. If the target can see the dryad, it must succeed on a DC 14 Wisdom saving throw or be magically charmed. The charmed creature regards the dryad as a trusted friend to be heeded and protected. Although the target isn't under the dryad's control, it takes the dryad's requests or actions in the most favorable way it can.\nEach time the dryad or its allies do anything harmful to the target, it can repeat the saving throw, ending the effect on itself on a success. Otherwise, the effect lasts 24 hours or until the dryad dies, is on a different plane of existence from the target, or ends the effect as a bonus action. If a target's saving throw is successful, the target is immune to the dryad's Fey Charm for the next 24 hours.\nThe dryad can have no more than one humanoid and up to three beasts charmed at a time."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dryad's innate spellcasting ability is Charisma (spell save DC 14). The dryad can innately cast the following spells, requiring no material components:\n\nAt will: druidcraft\n3/day each: entangle, goodberry\n1/day each: barkskin, pass without trace, shillelagh"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The dryad has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Speak with Beasts and Plants",
                    "desc": "The dryad can communicate with beasts and plants as if they shared a language."
                },
                {
                    "name": "Tree Stride",
                    "desc": "Once on her turn, the dryad can use 10 ft. of her movement to step magically into one living tree within her reach and emerge from a second living tree within 60 ft. of the first tree, appearing in an unoccupied space within 5 ft. of the second tree. Both trees must be large or bigger."
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/druidcraft/?format=api",
                "https://api-beta.open5e.com/v2/spells/entangle/?format=api",
                "https://api-beta.open5e.com/v2/spells/goodberry/?format=api",
                "https://api-beta.open5e.com/v2/spells/barkskin/?format=api",
                "https://api-beta.open5e.com/v2/spells/pass-without-trace/?format=api",
                "https://api-beta.open5e.com/v2/spells/shillelagh/?format=api"
            ],
            "page_no": 304,
            "environments": [
                "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"
        },
        {
            "slug": "skydancer",
            "desc": "Air elemental warden children learn to fly before they learn to walk, accompanying their parents through the snow-fattened clouds on _skysails_ (see pg. 45). While all air wardens love the sensation of flight, few hone their skills as rigorously as the skydancers. These graceful masters of the wind are at once artists, performers, and warriors; they are beloved heroes of their people, both defending them in times of danger and bringing them happiness in times of peace.",
            "name": "Skydancer",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 63,
            "hit_dice": "14d8",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": 7,
            "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 16",
            "languages": "Common, Druidic, Primordial (Auran)",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The skydancer makes two skysail staff attacks."
                },
                {
                    "name": "Skysail Staff",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage. If the skydancer makes this attack while flying, the target must make a DC 14 Dexterity saving throw, taking 21 (6d6) lightning damage on a failure or half as much damage on a success.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Slow Fall",
                    "desc": "When the skydancer takes falling damage, it may reduce the damage by half."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Evasion",
                    "desc": "If the skydancer is subjected to an effect that allows it to make a Dexterity saving throw to take only half damage, the skydancer instead takes no damage if it succeeds on the saving throw, and only half damage if it fails."
                },
                {
                    "name": "Flyby",
                    "desc": "The skydancer doesn’t provoke opportunity attacks when it flies out of an enemy’s reach."
                },
                {
                    "name": "Skysail",
                    "desc": "The skydancer flies with a special weapon called a _skysail_ (see pg. 45). While the _skysail’s_ wings are extended, the skydancer can cast _levitate_ at will, and can spend an action to cast _fly_ on itself (no concentration required) for up to 1 minute once per day. This use of _fly_ instantly replenishes when in an area of powerful air elemental magic."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The skydancer is a 3rd-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): guidance, shillelagh\n* 1st level (4 slots): fog cloud, entangle, jump\n* 2nd level (2 slots): gust of wind, skywrite"
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/guidance/?format=api",
                "https://api-beta.open5e.com/v2/spells/shillelagh/?format=api",
                "https://api-beta.open5e.com/v2/spells/fog-cloud/?format=api",
                "https://api-beta.open5e.com/v2/spells/entangle/?format=api",
                "https://api-beta.open5e.com/v2/spells/jump/?format=api",
                "https://api-beta.open5e.com/v2/spells/gust-of-wind/?format=api"
            ],
            "page_no": 129,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/"
        }
    ]
}