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

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

{
    "count": 3207,
    "next": null,
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=-intelligence_save&page=64",
    "results": [
        {
            "slug": "witchalder",
            "desc": "",
            "name": "Witchalder",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d8+48",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 9,
            "constitution": 18,
            "intelligence": 9,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 2,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning",
            "damage_immunities": "",
            "condition_immunities": "charmed, poisoned",
            "senses": "passive Perception 15",
            "languages": "understands Sylvan but can't speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Slam attacks. Can replace one with Throttle."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one target, 18 (4d6+4) bludgeoning damage. Target grappled (escape DC 15) if Med or smaller creature and it doesn't have two others grappled."
                },
                {
                    "name": "Shape Wood",
                    "desc": "Alters shape of any one Med or smaller wooden object (or portion) up to 5 ft. in any dimension that it can see within 30' forming it into any shape it wants. Ex: warp boat planks so it takes on water seal wooden door to its frame (or make new door in wood wall) or twist wood weapon out of shape (or restore warped one). Warped thrown or ranged weapons and ammo are useless while warped melee weapons give disadvantage on attacks. Can't create items that usually require high craftsmanship ex: pulley. If target is worn/carried creature with it: DC 15 Dex save avoid effect on success."
                },
                {
                    "name": "Throttle",
                    "desc": "One creature grappled by witchalder: 18 (4d6+4) bludgeoning damage and can't breathe speak or cast verbal spells until grapple ends (DC 15 Str half damage remains grappled but no other Throttle effects)."
                },
                {
                    "name": "Pollen Cloud (Recharge 6)",
                    "desc": "Each creature within 15 ft. of witchalder: 22 (5d8) poison and incapacitated for 1 min (DC 15 Con half damage and isn't incapacitated). Incapacitated creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Deep Roots",
                    "desc": "Has advantage on Str and Dex saves made vs. effects that would move it vs. its will along the ground."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from diseased or dying alder tree."
                },
                {
                    "name": "Sunlight Regeneration",
                    "desc": "While in sunlight the witchalder regains 5 hp at the start of its turn if it has at least 1 hp."
                },
                {
                    "name": "Speak with Plants",
                    "desc": "Communicate with Plants as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 394,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_witchalder/"
        },
        {
            "slug": "wrackwraith",
            "desc": "",
            "name": "Wrackwraith",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "6d8+18",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 14,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, lightning, thunder; nonmagic B/P/S attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "passive Perception 13",
            "languages": "any languages it knew in life",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Ghostly Touch",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 7 (1d8+3) necrotic."
                },
                {
                    "name": "Slam (Wrack Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 10 (2d6+3) bludgeoning damage + 4 (1d8) necrotic. If target is Large or smaller grappled (escape DC 13). Until grapple ends target restrained and wrackwraith can't use its Slam or attack another. Target can't breathe or speak until grapple ends."
                },
                {
                    "name": "Animate Wrack",
                    "desc": "Animates wrack within 5 ft. of it pulling the debris into a protective covering over its ghostly body."
                },
                {
                    "name": "Deluge (Wrack Form Only)",
                    "desc": "Fills lungs of one creature it is grappling with seawater algae and tiny ocean debris harming creatures that breathe air or water: 14 (4d6) necrotic and chokes as lungs fill with water and debris (DC 13 Con half damage not choking). Choking creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Wrack Jump (Recharge 4-6)",
                    "desc": "Leaves current pile magically teleports to another within 60' of it and uses Animate Wrack."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Incorporeal Movement",
                    "desc": "Move through others/objects as difficult terrain. Takes 5 (1d10) force if it ends turn in object."
                },
                {
                    "name": "Wrack Form",
                    "desc": "While animating a pile of wrack has AC 18 and can use Slam and Deluge actions. Also loses its immunity to grappled and restrained conditions and can't fly. If it moves through a creature or object with Incorporeal Movement while animating wrack wrack falls off its ghostly body ending this. Otherwise can end this as bonus action. If it takes 15+ damage in single turn while animating wrack must make DC 13 Con save or be ejected from wrack ending this."
                }
            ],
            "spell_list": [],
            "page_no": 395,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_wrackwraith/"
        },
        {
            "slug": "wraith-oathrot",
            "desc": "",
            "name": "Wraith, Oathrot",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 52,
            "hit_dice": "8d8 +16",
            "speed": {
                "walk": 0,
                "fly": 60
            },
            "strength": 6,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, lightning, thunder; nonmagic B/P/S attacks not made w/silvered weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "the languages it knew in life",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Life Drain",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one creature,. 20 (4d8+2) necrotic. The target must make DC 13 Con save or its hp max is reduced by amount equal to damage taken. Reduction lasts until target finishes long rest. Target dies if this reduces its hp max to 0."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aura of Oathbreaking",
                    "desc": "Any creature that begins its turn within 30' of wraith: DC 13 Cha save or become cursed losing its resolve in important oaths it has taken. While cursed creature has disadvantage on Con saves to maintain concentration and can't add its proficiency bonus to ability checks and saves in which it is proficient. On success creature is immune to wraith's Aura of Oathbreaking for 24 hrs."
                },
                {
                    "name": "Incorporeal Movement",
                    "desc": "Move through others/objects as difficult terrain. Takes 5 (1d10) force if it ends turn in object."
                },
                {
                    "name": "Oathseeker",
                    "desc": "Can pinpoint the location of any cleric paladin celestial or other divine connected creature within 60' of it."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight."
                }
            ],
            "spell_list": [],
            "page_no": 396,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_wraith-oathrot/"
        },
        {
            "slug": "xecha",
            "desc": "",
            "name": "Xecha",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 133,
            "hit_dice": "14d8+70",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 17,
            "constitution": 20,
            "intelligence": 11,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 6,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid, poison",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, poisoned, prone",
            "senses": "blindsight 120' (blind beyond), passive Perception 12",
            "languages": "Abyssal, Common, Infernal, telepathy 120'",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Pseudopod attacks or three Slams."
                },
                {
                    "name": "Pseudopod (True Form Only)",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 13 (3d6+3) bludgeoning damage + 7 (2d6) acid."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 12 (2d8+3) bludgeoning damage."
                },
                {
                    "name": "Sensory Overload (Recharge 5-6)",
                    "desc": "Psychic pulse. Each creature that isn't a Construct or Undead within 20' of the xecha: 24 (7d6) psychic and blinded and deafened until end of its next turn (DC 15 Int half damage not blinded/deafened)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous ",
                    "desc": "Can move through a space as narrow as 1' wide with o squeezing. Any equipment worn/carried is left behind when it goes through a space too small for the equipment."
                },
                {
                    "name": "Assume the Dead",
                    "desc": "Enters corpse of a Small Medium or Large creature that has been dead less than 24 hrs impersonating it for 2d4 days before body decays. If xecha takes 15 damage or more on a single turn while inhabiting body it must make DC 15 Con save or be ejected from the body which falls apart and is destroyed. Its stats except size are same in each body."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Transparent",
                    "desc": "Even when in plain sight it takes a successful DC 16 Wis (Perception) check to spot a xecha that has neither moved nor attacked. A creature that tries to enter the xecha's space while unaware of it is surprised by the xecha."
                }
            ],
            "spell_list": [],
            "page_no": 397,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_xecha/"
        },
        {
            "slug": "yali",
            "desc": "",
            "name": "Yali",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 51,
            "hit_dice": "6d8+24",
            "speed": {
                "walk": 50
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60', passive Perception 16",
            "languages": "understands Common but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Tusk attack and one Claw attack."
                },
                {
                    "name": "Tusk",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 8 (1d6+5) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 7 (1d4+5) slashing damage."
                },
                {
                    "name": "Trumpeting Blast (Recharge 5-6)",
                    "desc": "Unleashes a warbling sound in a 15 ft. cone. Each creature in area: 10 (4d4) thunder and is deafened for 1 min (DC 12 Con half damage and not deafened). A deafened creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from ordinary statue."
                },
                {
                    "name": "Flinging Pounce",
                    "desc": "If it moves 20'+straight toward a Large or smaller creature and then hits it with Tusk on same turn target thrown up to 15 ft. in a random direction and knocked prone (DC 12 Str negates throw and prone). If thrown target strikes a solid surface target takes 3 (1d6) bludgeoning damage per 10 ft. it was thrown. If target is thrown at another creature creature takes same damage and knocked prone (DC 12 Dex negates both)."
                },
                {
                    "name": "Standing Leap",
                    "desc": "Long jump is up to 40' and its high jump is up to 20' with or with o a running start."
                }
            ],
            "spell_list": [],
            "page_no": 398,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_yali/"
        },
        {
            "slug": "zombie-smokeplume",
            "desc": "",
            "name": "Zombie, Smokeplume",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 68,
            "hit_dice": "8d10+24",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 8,
            "constitution": 16,
            "intelligence": 3,
            "wisdom": 6,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -2,
            "skills": {
                "perception": -2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 8",
            "languages": "[em/]",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 11 (2d6+4) bludgeoning damage + 9 (2d8) fire."
                },
                {
                    "name": "Smoke Breath (Recharge 5-6)",
                    "desc": "The zombie breathes a cloud of smoke in a 15 ft. cone. Each creature in the area: 9 (2d8) fire and 7 (2d6) poison (DC 15 Con half). Smoke remains until the start of the zombie's next turn and its area is heavily obscured."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Firesight",
                    "desc": "Can see through areas obscured by fire smoke and fog with o penalty."
                },
                {
                    "name": "Smoldering Death",
                    "desc": "When it dies its body crumbles into smoldering coals releasing a great plume of smoke that fills 15 ft. radius sphere centered on zombie's corpse and spreads around corners. Area is heavily obscured and difficult terrain. When creature enters area for first time on a turn or starts its turn there: 7 (2d6) poison (DC 14 Con half). Smoke lasts for 1 min or until a wind of moderate or greater speed (at least 10 miles per hr) disperses it."
                },
                {
                    "name": "Undead Fortitude",
                    "desc": "If damage reduces the zombie to 0 hp it must make a Con save with DC of 5+the damage taken unless the damage is radiant or from a critical hit. On a success the zombie drops to 1 hp instead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "Doesn't require air food drink or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 400,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_zombie-smokeplume/"
        },
        {
            "slug": "zombie-voidclaw",
            "desc": "",
            "name": "Zombie, Voidclaw",
            "size": "Small",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 143,
            "hit_dice": "26d6+52",
            "speed": {
                "walk": 40,
                "climb": 20
            },
            "strength": 11,
            "dexterity": 18,
            "constitution": 15,
            "intelligence": 14,
            "wisdom": 6,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -2,
            "skills": {
                "perception": -2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 8",
            "languages": "Common, Void Speech",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Void Claw or Void Bolt attacks."
                },
                {
                    "name": "Void Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 8 (1d8+4) slashing damage + 7 (2d6) necrotic. If target is creature other than Construct or Undead must make DC 15 Con save or take 3 (1d6) necrotic at start of each of its turns as wound burns with Void energy. Any creature can use action to purge energy from wound via DC 12 Int (Arcana) check. Energy also leaves the wound if target receives magical healing ending the effect."
                },
                {
                    "name": "Void Bolt",
                    "desc": "Ranged Spell Attack: +5 to hit, 120 ft., one target, 16 (4d6+2) necrotic."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Nimble Fighter",
                    "desc": "Takes Dash or Disengage action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Erratic Movement",
                    "desc": "Opportunity attacks vs. the voidclaw zombie are made with disadvantage."
                },
                {
                    "name": "Turn Resistance",
                    "desc": "Advantage: saves vs. turn undead effects."
                },
                {
                    "name": "Undead Fortitude",
                    "desc": "If damage reduces the zombie to 0 hp it must make a Con save with DC of 5+the damage taken unless the damage is radiant or from a critical hit. On a success the zombie drops to 1 hp instead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "Doesn't require air food drink or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 401,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_zombie-voidclaw/"
        }
    ]
}