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

GET /monsters/?ordering=-type&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/?ordering=-type&page=64",
    "results": [
        {
            "slug": "servant-of-yig",
            "desc": "",
            "name": "Servant of Yig",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "speed": {
                "swim": 30,
                "walk": 30
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 4,
            "perception": 5,
            "skills": {
                "perception": 5,
                "persuasion": 4,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive perception 11",
            "languages": "Abyssal, Common, Draconic, Infernal, Void Speech",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "desc": "The servant of Yig makes two attacks: one with its bite and one with its glaive.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) piercing damage plus 10 (3d6) poison damage. The target must succeed on a DC 13 Constitution saving throw or become poisoned. While poisoned this way, the target is incapacitated and takes 7 (2d6) poison damage at the start of each of its turns. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d10+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 10 ft., one creature. Hit: 7 (1d10 + 2) slashing damage.",
                    "name": "Glaive"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d8+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 6 (1d8 + 2) bludgeoning damage, and the target is grappled (escape DC 14). Until this grapple ends, the creature is restrained, and the Servant of Yig can't constrict another target.",
                    "name": "Constrict"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The Servant of Yig has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The Servant of Yig's innate spellcasting ability is Charisma (spell save DC 12). The servant can innately cast the following spells, requiring no material components:\n3/day each: charm person, fear\n1/day: confusion",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 325,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_servant-of-yig/"
        },
        {
            "slug": "sooze",
            "desc": "",
            "name": "Sooze",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "shoth",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 49,
            "hit_dice": "11d8",
            "speed": {
                "climb": 10,
                "walk": 30
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., passive Perception 14",
            "languages": "all, telepathy 100 ft.",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage and 2 (1d4) acid damage.",
                    "name": "Oozing Slam"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d8+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) slashing damage, or 7 (1d10 + 2) slashing damage if used with two hands.",
                    "name": "Longsword (Warrior Only)"
                },
                {
                    "desc": "A shoth who has less than half its maximum hp can merge with any other shoth creature within 10 feet, adding its remaining hp to that creature's. The hp gained this way can exceed the normal maximum of that creature. A shoth can accept one such merger every 24 hours.",
                    "name": "Merge"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The sooze, including its equipment, can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Amorphous"
                },
                {
                    "desc": "Choose either the Laborer or Warrior trait. \n* Laborer. The sooze is strong and tireless. It gains immunity to exhaustion and can Dash as a bonus action 3 times each day. \n* Warrior. The sooze is trained and equipped as a warrior. Its Armor Class increases by 2. The sooze has advantage on attack rolls against a creature if at least one of its allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Multiple Roles"
                }
            ],
            "spell_list": [],
            "page_no": 287,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_sooze/"
        },
        {
            "slug": "whisperer-in-darkness",
            "desc": "",
            "name": "Whisperer in Darkness",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 142,
            "hit_dice": "15d8+75",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 19,
            "constitution": 21,
            "intelligence": 25,
            "wisdom": 18,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 8,
            "perception": 9,
            "skills": {
                "arcana": 17,
                "deception": 13,
                "medicine": 9,
                "perception": 9,
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks not made with silver",
            "damage_immunities": "psychic, poison",
            "condition_immunities": "frightened, charmed, poisoned",
            "senses": "truesight 120 ft., passive Perception 19",
            "languages": "all, telepathy 60 ft.",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "desc": "The whisperer in the darkness makes two Grasp of the Void attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 12,
                    "damage_dice": "6d6",
                    "desc": "Melee Spell Attack: +12 to hit, reach 5 ft., one target. Hit: 21 (6d6) force damage, and the target must succeed on a DC 18 Constitution saving throw or be stunned 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.",
                    "name": "Grasp of the Void"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The whisperer is a highly advanced being that often carries pieces of powerful wands of fireballs shaped like staves with peculiar triggers, eyes of the eagle shaped as a pair of cylinders, or a helm of telepathy in the form of a glowing metal disc adhered to the side of the creature's head.",
                    "name": "Disquieting Technology"
                },
                {
                    "desc": "The whisperer has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The whisperer's innate spellcasting ability is Intelligence (spell save DC 20). The whisperer can innately cast the following spells, requiring no material components:\nAt will: alter self, detect magic, detect thoughts, disguise self, fear, identify, invisibility (self only), misty step, sleep, suggestion\n3/day each: confusion, dimension door, disintegrate, dream, modify memory, plane shift, teleport\n1/day each: feeblemind, meteor swarm, mind blank, weird",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 378,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_whisperer-in-darkness/"
        },
        {
            "slug": "xenabsorber",
            "desc": "",
            "name": "Xenabsorber",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 65,
            "hit_dice": "10d8+20",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 12,
            "constitution": 15,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "deception": 4,
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The xenabsorber makes two melee attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d10+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (1d10 + 3) bludgeoning damage.",
                    "name": "Slam"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The xenabsorber has advantage on Charisma (Deception) checks to pass itself off as the type of creature it is impersonating as long as it has at least 1 trait from that creature.",
                    "name": "Disguise"
                },
                {
                    "desc": "As a bonus action, a xenabsorber can take on 1 nonmagical physical trait, attack, or reaction of a beast or humanoid with a challenge rating equal to or less than its own that it has seen within the last week (see Trait Mimicry sidebar). It can have up to 5 such traits at a time, no more than two of which can be attacks. Each trait lasts until the xenabsorber replaces it with another trait as a bonus action. If the xenabsorber goes a week without exposure to a single beast or humanoid, it loses all of its traits and reverts back to its true, blue crystalline form.",
                    "name": "Trait Mimicry"
                }
            ],
            "spell_list": [],
            "page_no": 387,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_xenabsorber/"
        },
        {
            "slug": "yann-an-oed",
            "desc": "",
            "name": "Yann-An-Oed",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 47,
            "hit_dice": "5d12+15",
            "speed": {
                "swim": 40,
                "walk": 30
            },
            "strength": 15,
            "dexterity": 11,
            "constitution": 17,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., passive Perception 14",
            "languages": "Aquan, telepathy 120 ft.",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d8+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 11 (2d8 + 2) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 15 ft., one target. Hit: 7 (2d4 + 2) bludgeoning damage. If the target is a Large or smaller creature, it is grappled (escape DC 12). Until this grapple ends, the target is restrained. The yann-an-oed can have only two targets grappled at a time.",
                    "name": "Tentacles"
                },
                {
                    "desc": "The yann-an-oed makes a bite attack against a Large or smaller creature it is grappling. If the attack hits, the target is also swallowed, and the grapple ends. While swallowed, the target is blinded and restrained, it has total cover against attacks and other effects outside the yann-an-oed, and it takes 7 (2d6) acid damage at the start of each of the yann-an-oed's turns. A yannan-oed can have only one creature swallowed at a time. If the yann-an-oed takes 10 damage or more on a single turn from the swallowed creature, the yann-an-oed must succeed on a DC 11 Constitution saving throw at the end of that turn or regurgitate the creature, which falls prone in a space within 10 feet of the yann-an-oed. If the yann-an-oed dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 10 feet of movement, exiting prone.",
                    "name": "Swallow"
                },
                {
                    "desc": "The yann-an-oed emits an owl-like hoot from a blowhole near the top of its head. Each creature within 120 feet that is able to hear the sound must succeed on a DC 12 Wisdom saving throw or return the hooting sound, if it can make noise. The yann-an-oed is able to unerringly track a creature that responds to its call for 1 hour, even if the creature is hidden by magic or on another plane of existence.",
                    "name": "Hoot (Recharges after a Short or Long Rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The yann-an-oed can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The yann-an-oed has advantage on Dexterity (Stealth) checks made while underwater.",
                    "name": "Underwater Camouflage"
                }
            ],
            "spell_list": [],
            "page_no": 391,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_yann-an-oed/"
        },
        {
            "slug": "ziphius",
            "desc": "",
            "name": "Ziphius",
            "size": "Gargantuan",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 135,
            "hit_dice": "10d20+30",
            "speed": {
                "swim": 60,
                "walk": 10
            },
            "strength": 19,
            "dexterity": 13,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 13,
            "charisma": 4,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "prone",
            "senses": "blindsight 120 ft., passive Perception 14",
            "languages": "Aquan, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The ziphius makes one beak attack and one claw attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "3d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (3d6 + 4) slashing damage.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage. If the target is a Large or smaller creature, it must succeed on a DC 15 Strength saving throw or be swallowed by the ziphius. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the ziphius, and it takes 14 (4d6) acid damage at the start of each of the ziphius' turns. The ziphius can have only one target swallowed at a time. \n\nIf the ziphius takes 20 damage or more on a single turn from a creature inside it, the ziphius must succeed on a DC 13 Constitution saving throw at the end of that turn or regurgitate the swallowed creature, which falls prone in a space within 10 feet of the ziphius. If the ziphius dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 20 feet of movement, exiting prone.",
                    "name": "Beak"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "3d10+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 20 (3d10 + 4) slashing damage.",
                    "name": "Dorsal Fin"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the ziphius moves at least 20 feet straight toward a target and then hits it with a dorsal fin attack on the same turn, the target takes an extra 27 (5d10) slashing damage.",
                    "name": "Charge"
                },
                {
                    "desc": "The ziphius deals double damage to objects and structures.",
                    "name": "Siege Monster"
                },
                {
                    "desc": "As a bonus action at the start of its turn, the ziphius can choose one creature within 120 feet that it can see. The ziphius' eyes glow, and the target must succeed on a DC 15 Wisdom saving throw or the ziphius creates a temporary mental bond with the target until the start of the ziphius' next turn. While bonded, the ziphius reads the creature's surface thoughts, choosing to either gain advantage on attacks against that target or cause the target to have disadvantage on attacks against the ziphius.",
                    "name": "Telepathic Foresight"
                },
                {
                    "desc": "The ziphius can breathe only underwater.",
                    "name": "Water Breathing"
                }
            ],
            "spell_list": [],
            "page_no": 392,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_ziphius/"
        },
        {
            "slug": "zoog",
            "desc": "",
            "name": "Zoog",
            "size": "Tiny",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 3,
            "hit_dice": "1d4+1",
            "speed": {
                "climb": 30,
                "walk": 30
            },
            "strength": 3,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 11,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Deep Speech, Void Speech",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 1 piercing damage.",
                    "name": "Bite"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 396,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_zoog/"
        }
    ]
}