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

GET /monsters/?format=api&ordering=armor_class&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=armor_class&page=64",
    "results": [
        {
            "slug": "ancientvoiddragon-tob1-2023",
            "desc": "False",
            "name": "Ancient Void Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 22,
            "armor_desc": "natural armor",
            "hit_points": 429,
            "hit_dice": "22d20 + 198",
            "speed": {
                "walk": 80,
                "fly": 40
            },
            "strength": 28,
            "dexterity": 10,
            "constitution": 29,
            "intelligence": 18,
            "wisdom": 15,
            "charisma": 23,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 16,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 13,
            "perception": 26,
            "skills": {
                "Arcana": 18,
                "History": 18,
                "Perception": 16,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "cold",
            "condition_immunities": "charmed, frightened",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 26",
            "languages": "Common, Draconic, Void Speech",
            "challenge_rating": "24",
            "cr": 24.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon uses its Aura of Madness. It then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 15 ft., one target. Hit: 20 (2d10 + 9) piercing damage plus 14 (4d6) cold damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 10 ft., one target. Hit: 16 (2d6 + 9) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 20 ft., one target. Hit: 18 (2d8 + 9) bludgeoning damage."
                },
                {
                    "name": "Aura of Madness",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 18 Wisdom saving throw or suffer short-term madness for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Aura of Madness for the next 24 hours."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons."
                },
                {
                    "name": "Gravitic Breath",
                    "desc": "The dragon exhales localized gravity in a 90-foot cube, originating from the dragon. When a creature ends a fall in the cube, it takes 1d10 bludgeoning damage for every 10 feet it fell, to a maximum of 20d10. A creature that enters the cube for the first time on a turn or starts its turn there must make a DC 24 Dexterity saving throw. On a failure, the creature is restrained. On a success, the creature's speed is halved as long as it remains in the cube. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. The cube lasts for 1 minute."
                },
                {
                    "name": "Stellar Breath",
                    "desc": "The dragon exhales star fire in a 90-foot cone. Each creature in that area must make a DC 24 Dexterity saving throw, taking 42 (12d6) fire damage and 42 (12d6) radiant damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Void Twist",
                    "desc": "The dragon adds 7 to its AC against one attack that would hit it, as it twists reality to open a small rift in space to protect itself. To do so, the dragon must be able to see the attacker. If the attack misses by 5 or more, the dragon can choose to open a second, connected rift next to another creature it can see within 30 feet of it to direct the attack at that creature instead, using the original attack roll result against the new target's AC."
                }
            ],
            "legendary_desc": "The dragon 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 dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a Tail attack."
                },
                {
                    "name": "Void Slip (Costs 2 Actions)",
                    "desc": "The dragon twists the fabric of space around it, disappearing and reappearing in an unoccupied space it can see within 120 feet of it. Each creature within 15 feet of the dragon must succeed on a DC 21 Dexterity saving throw or take 17 (5d6) cold damage and be knocked prone."
                }
            ],
            "special_abilities": [
                {
                    "name": "Chill of the Void",
                    "desc": "Creatures with resistance to cold damage don't have resistance to the cold damage dealt by the Void dragon. A creature with immunity to cold damage is still immune to the dragon's cold damage."
                },
                {
                    "name": "Collapsing Star",
                    "desc": "When the void dragon dies, it explodes in a swath of celestial destruction. Each creature within 1,000 feet of the dragon must make a DC 21 Constitution saving throw, taking 55 (10d10) bludgeoning damage and 55 (10d10) cold damage on a failed save, or half as much damage on a successful one. Objects in the area that aren't being worn or carried take half the bludgeoning damage. A creature that fails the saving throw by 5 or more is ejected to a random location on a random plane of existence or 5d100 miles away from its current location in a random direction (GM's choice)."
                },
                {
                    "name": "Expert Void Traveler",
                    "desc": "The Void dragon doesn't require air, food, drink, sleep, or ambient pressure. While traveling in the Void, the dragon magically glides on solar winds, covering immense distances in short times."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                }
            ],
            "spell_list": [],
            "page_no": 128,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_ancient-void-dragon/"
        },
        {
            "slug": "queenofnightandmagic-tob1-2023",
            "desc": "False",
            "name": "Queen of Night and Magic",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 22,
            "armor_desc": "Regal Bearing",
            "hit_points": 225,
            "hit_dice": "30d8 + 90",
            "speed": {
                "walk": 60,
                "fly": 30
            },
            "strength": 12,
            "dexterity": 19,
            "constitution": 17,
            "intelligence": 20,
            "wisdom": 18,
            "charisma": 26,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 11,
            "charisma_save": null,
            "perception": 21,
            "skills": {
                "Arcana": 12,
                "Deception": 15,
                "Intimidation": 15,
                "Perception": 11,
                "Stealth": 11
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "fire, lightning",
            "damage_immunities": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with cold iron weapons",
            "condition_immunities": "charmed, frightened",
            "senses": "truesight 120 ft., passive Perception 21",
            "languages": "Celestial, Common, Elvish, Sylvan, Umbral, telepathy 120 ft.",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The Queen of Night and Magic makes three Rapier or Star Strike attacks. She can replace one attack with a use of Spellcasting or Unravel."
                },
                {
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage plus 14 (4d6) cold damage."
                },
                {
                    "name": "Star Strike",
                    "desc": "Ranged Spell Attack: +15 to hit, range 120 ft., one target. Hit: 17 (2d8 + 8) fire damage plus 9 (2d8) radiant damage."
                },
                {
                    "name": "Unravel",
                    "desc": "The Queen of Night and Magic ends one magical effect she can see within 60 feet of her. To do so, she must succeed on a Charisma check against a DC of 10 + the spell's level or the magical effect's DC, whichever is higher."
                },
                {
                    "name": "Shadow Rift (Recharge 5-6)",
                    "desc": "The Queen of Night and Magic creates a shadowy rift on a point she can see within 120 feet. Each creature within the 20 feet of the rift must make a DC 23 Constitution saving throw. On a failure, a creature takes 36 (8d8) cold damage and 36 (8d8) necrotic damage and is restrained by wisps of icy shadow for 1 minute. On a success, a creature takes half the damage and isn't restrained. A restrained creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The Queen of Night and Magic casts one of the following spells, using Charisma as the spellcasting ability (spell save DC 23):\nAt will: command, dancing lights, darkness, mage hand, suggestion\n3/day each: confusion, fear, greater invisibility, mirror image\n1/day each: dominate monster, plane shift, power word stun"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Hidden Step",
                    "desc": "The Queen of Night and Magic magically teleports, along with any equipment she is wearing or carrying, up to 60 feet to an unoccupied space she can see and takes the Hide action."
                }
            ],
            "reactions": [
                {
                    "name": "Sudden Fraying",
                    "desc": "When the Queen of Night and Magic is targeted by a spell or included in a spell's area and the spell doesn't have an instantaneous duration, she can use Unravel on the spell, dispelling it after it is cast. She doesn't need to see a spell to target it with this reaction, but she must be able to see at least some portion of an area or object affected by the spell."
                }
            ],
            "legendary_desc": "The Queen of Night and Magic 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 Queen of Night and Magic regains spent legendary actions at the start of her turn.",
            "legendary_actions": [
                {
                    "name": "Attack",
                    "desc": "The Queen of Night and Magic makes one Star Strike attack. She doesn't have disadvantage on this attack roll from being within 5 feet of a creature, though she can have disadvantage from other sources."
                },
                {
                    "name": "Move",
                    "desc": "The Queen of Night and Magic moves up to her walking speed or up to half of her flying speed without provoking opportunity attacks."
                },
                {
                    "name": "Cast a Spell (Costs 2 Actions)",
                    "desc": "The Queen of Night and Magic uses Spellcasting."
                },
                {
                    "name": "Swirling Stars (Costs 2 Actions)",
                    "desc": "The stars on the Queen's gown pulse with brilliant starlight. Each creature within 15 feet of her must succeed on a DC 23 Dexterity saving throw or be blinded until the end of its next turn."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the Queen of Night and Magic fails a saving throw, she can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The Queen of Night and Magic has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Regal Bearing",
                    "desc": "While the Queen of Night and Magic is wearing no armor and wielding no shield, her AC includes her Charisma modifier."
                }
            ],
            "spell_list": [],
            "page_no": 178,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_queen-of-night-and-magic/"
        },
        {
            "slug": "godslayer",
            "desc": "",
            "name": "Godslayer",
            "size": "Huge",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 24,
            "armor_desc": "natural armor",
            "hit_points": 580,
            "hit_dice": "40d12+320",
            "speed": {
                "walk": 50,
                "fly": 60,
                "swim": 60
            },
            "strength": 30,
            "dexterity": 14,
            "constitution": 27,
            "intelligence": 16,
            "wisdom": 30,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 17,
            "intelligence_save": 12,
            "wisdom_save": 19,
            "charisma_save": 11,
            "perception": 10,
            "skills": {
                "perception": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, prone",
            "senses": "truesight 120', passive Perception 29",
            "languages": "understands all, can't speak",
            "challenge_rating": "30",
            "cr": 30.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Arcane Lexicon then 3 Energy Glaives or Rune Discuses."
                },
                {
                    "name": "Energy Glaive",
                    "desc": "Melee Weapon Attack: +19 to hit, 15 ft., one target, 48 (7d10+10) force."
                },
                {
                    "name": "Rune Discus",
                    "desc": "Ranged Spell Attack: +19 to hit 80/320' one target 41 (7d8+10) force and target must make DC 25 Wis save or spells and magical effects are suppressed on target and target can't cast spells for 1 min. Target can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Hunting Step",
                    "desc": "Magically teleports with items worn/carried up to 120' to unoccupied space within 15 ft. of a Celestial Fiend divine avatar or deity it senses with Divine Sense magically shifting from Material to Ethereal or Shadow Planes or vice versa. Godslayer has advantage on next attack roll it makes vs. target before start of its next turn. Glowing glyphs appear at origin and destination when it uses this."
                }
            ],
            "reactions": [
                {
                    "name": "Parry Spell",
                    "desc": "If it succeeds on a save vs. spell of up to 8th level that targets only godslayer spell has no effect. If godslayer succeeds on the save by 5+ spell is reflected back at spellcaster using slot level spell save DC attack bonus and spellcasting ability of caster."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Arcane Word",
                    "desc": "One Lexicon glyph on target within 90' it can see."
                },
                {
                    "name": "Attack",
                    "desc": "Makes one Energy Glaive or Rune Discus attack."
                },
                {
                    "name": "Move",
                    "desc": "Up to its speed with o provoking opportunity attacks."
                },
                {
                    "name": "Rejuvenating Repair (2)",
                    "desc": "Regains 65 (10d12) hp."
                }
            ],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Divine Sense",
                    "desc": "Can pinpoint the location of Celestials Fiends divine avatars and deities within 120' of it and can sense general direction of them within 1 mile of it. This extends into Ethereal and Shadow Planes."
                },
                {
                    "name": "Divine Slayer",
                    "desc": "Its attacks affect immortal beings such as gods. Celestials Fiends divine avatars and deities don't have resistance to the damage from its attacks. If such a creature would normally have immunity to the damage from its attacks it has resistance instead. If it reduces a Celestial Fiend divine avatar or deity to 0 hp it absorbs target's divine energy preventing target from reviving or being resurrected until godslayer is destroyed."
                },
                {
                    "name": "Immutable Form",
                    "desc": "Immune: form-altering spells/effects."
                },
                {
                    "name": "Inscrutable",
                    "desc": "Immune to any effect that would sense its emotions or read its thoughts and any divination spell that it refuses. Wis (Insight) checks made to ascertain its intentions/sincerity have disadvantage."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Siege Monster",
                    "desc": "Double damage to objects/structures."
                },
                {
                    "name": "Arcane Lexicon",
                    "desc": "Glyphs on its body cast ghostly copies into the air forming into eldritch incantations. It chooses up to 3 creatures it can see within 90' of it choosing one of the following options for each. A creature can't be targeted by more than one effect at a time and godslayer can't use same option on more than one target.Death Glyph Target marked for death until start of godslayer's next turn (DC 25 Wis negates). While marked target takes extra 11 (2d10) force each time godslayer hits target with Energy Glaive.Glyph of Despair Target overwhelmed with despair for 1 min (DC 25 Cha negates). While overwhelmed with despair target has disadvantage on ability checks and attack rolls.Glyph of Pain Target overwhelmed by pain incapacitated until its next turn end (DC 25 Con negates). No effect: Undead/Constructs.Glyph of Summoning Target magically teleported to an unoccupied space within 15 ft. of godslayer (DC 25 Wis negates).Retributive Glyph Target marked with retributive glyph until the end of its next turn (DC 25 Dex negates). While marked creature takes 9 (2d8) force each time it hits a creature with weapon attack.Stupefying Glyph Target blinded and deafened until the end of its next turn (DC 25 Con negates)."
                }
            ],
            "spell_list": [],
            "page_no": 212,
            "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_godslayer/"
        },
        {
            "slug": "tarrasque_bf",
            "desc": "",
            "name": "Tarrasque",
            "size": "gargantuan",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 25,
            "armor_desc": "natural armor",
            "hit_points": 680,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "burrow": 30
            },
            "strength": 30,
            "dexterity": 16,
            "constitution": 30,
            "intelligence": 20,
            "wisdom": 28,
            "charisma": 28,
            "strength_save": 10,
            "dexterity_save": 3,
            "constitution_save": 10,
            "intelligence_save": 5,
            "wisdom_save": 9,
            "charisma_save": 9,
            "perception": 19,
            "skills": {},
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "Monstrosity Resilience",
            "damage_immunities": "fire,poison; bludgeoning,piercing,and slashing damage from nonmagical attacks,charmed,frightened,paralyzed,poisoned",
            "condition_immunities": "",
            "senses": "keensense 120 ft.",
            "languages": "-",
            "challenge_rating": "30",
            "cr": 30.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tarrasque uses its Frightful Presence. It then makes one Bite attack, four Claw attacks, and one Spiked Tail attack, or it makes five Acid Spit attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +19 to hit, reach 10 ft., one target. _Hit:_ 36 (4d12+10) piercing damage. If the target is a creature, it must succeed on a DC 27 DEX save or be swallowed by the tarrasque. A swallowed creature is blinded and restrained, it has total cover against attacks and other effect outside of the tarrasque, and it takes 42 (12d6) acid damage at the start of each of the tarrasque's turns. If the tarrasque takes 60 damage or more on a single turn from a creature inside it, the tarrasque must succeed on a DC 20 CON save at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the tarrasque. If the tarrasque dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 20 feet of movement, exiting prone."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +19 to hit, reach 15 ft., one target. _Hit:_ 28 (4d8+10) slashing damage."
                },
                {
                    "name": "Spiked Tail",
                    "desc": "_Melee Weapon Attack:_ +19 to hit, reach 20 ft., one target. _Hit:_ 20 (3d6+10) bludgeoning damage and 13 (3d8) piercing damage. If the target is a creature, it must succeed on a DC 27 STR save or be knocked prone."
                },
                {
                    "name": "Acid Spit",
                    "desc": "_Ranged Weapon Attack:_ +12 to hit, range 100/400 ft., one target. _Hit:_ 36 (6d10+3) acid damage."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the tarrasque's choice within 120 feet of it and aware of it must succeed on a DC 27 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the tarrasque's Frightful Presence for the next 24 hours."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": "The tarrasque 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 tarrasque regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The tarrasque automatically detects every creature and trap within 60 feet of it, pinpointing the current location of each."
                },
                {
                    "name": "Move",
                    "desc": "The tarrasque moves up to its speed without provoking opportunity attacks."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The tarrasque makes one Tail attack."
                },
                {
                    "name": "Tail Swipe (Costs 2 Actions)",
                    "desc": "The tarrasque whips its spiked tail in a wide arc, flailing it in a 30-foot cone. Each creature in that area must make a DC 27 DEX save. On a failure, a creature takes 45 (10d8) piercing damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the tarrasque fails a save, it can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The tarrasque has advantage on saves against spells and other magical effects."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The tarrasque is resistant to exhaustion."
                },
                {
                    "name": "Reflective Hide",
                    "desc": "Any time the tarrasque is targeted by a magic missile spell, a line spell, or a spell that requires a ranged attack roll, roll a d6. On a 1 to 5, the tarrasque is unaffected. On a 6, the tarrasque is unaffected, and the effect is reflected back at the caster as though it originated from the tarrasque, turning the caster into the target."
                },
                {
                    "name": "Siege Behemoth",
                    "desc": "The tarrasque deals triple damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_tarrasque/"
        },
        {
            "slug": "zaratan",
            "desc": "_One of the rocks suddenly lurches, and rises out of the water. A great eye glides open in the side of what seemed to be a boulder, and a massive, beaklike mouth gapes in the surf._  \n**Island Reefs.** The zaratan is an impossibly huge sea turtle so large that entire ecosystems develop and grow on its stony, mountainous shell. Drifting on warm ocean currents or settled on shoals, they are often mistaken for small tropical islands. The creature’s head is at least 100 feet in diameter, with a ridge in the center like a tall hill. Its head resembles a massive boulder, and its 200-foot long flippers are mistaken for reefs.  \n**Ageless Slumber.** Zaratans spend their millennia-long lives in slumber. They drift on the surface of the ocean, their mouths slightly open, and reflexively swallow larger creatures that explore the “cave.” They spend centuries at a time asleep. A zaratan may know secrets long lost to the world, if only it can be awakened and bargained with.  \n**Deep Divers.** Waking a zaratan is a dangerous proposition, as their usual response to any injury severe enough to waken them is to dive to the crushing black depths. Some zaratan commune with oceanic races in this time, such as deep ones, sahuagin, or aboleth.",
            "name": "Zaratan",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "titan",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 25,
            "armor_desc": "natural armor",
            "hit_points": 507,
            "hit_dice": "26d20+234",
            "speed": {
                "walk": 10,
                "swim": 50
            },
            "strength": 30,
            "dexterity": 3,
            "constitution": 28,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 8,
            "wisdom_save": 8,
            "charisma_save": 8,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, lightning, thunder; bludgeoning, piercing, slashing",
            "damage_immunities": "cold, poison",
            "condition_immunities": "frightened, paralyzed, poisoned",
            "senses": "blindsight 120 ft., passive Perception 10",
            "languages": "Aquan",
            "challenge_rating": "26",
            "cr": 26.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The zaratan makes one bite attack and two flipper attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 10 ft., one target. Hit: 26 (3d10 + 10) piercing damage and the target is grappled (escape DC 20). Until the grapple ends, the target is restrained and the zaratan can't bite another target.",
                    "attack_bonus": 18,
                    "damage_dice": "3d10"
                },
                {
                    "name": "Flipper",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 15 ft., one target. Hit: 19 (2d8 + 10) bludgeoning damage and the target must succeed on a DC 26 Strength saving throw or be pushed 10 feet away from the zaratan.",
                    "attack_bonus": 18,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Swallow",
                    "desc": "The zaratan makes one bite attack against a Huge or smaller creature it is grappling. If the attack hits, the target takes 26 (3d10 + 10) piercing damage, is swallowed, and the grapple ends. A swallowed creature is blinded and restrained, but has total cover against attacks and effects outside the zaratan. A swallowed creature takes 28 (8d6) acid damage at the start of each of the zaratan's turns. The zaratan can have any number of creatures swallowed at once. If the zaratan takes 40 damage or more on a single turn from a creature inside it, the zaratan must succeed on a DC 20 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the zaratan. If the zaratan dies, swallowed creatures are no longer restrained and can escape by using 30 feet of movement, exiting prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The zaratan 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 zaratan regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Move",
                    "desc": "The zaratan moves up to half its speed."
                },
                {
                    "name": "Swipe",
                    "desc": "The zaratan makes one flipper attack."
                },
                {
                    "name": "Consume (2 actions)",
                    "desc": "The zaratan makes one bite attack or uses Swallow."
                }
            ],
            "special_abilities": [
                {
                    "name": "Fortified Shell",
                    "desc": "The zaratan ignores any attack against its shell that doesn't do 30 points of damage or more. Attacking the zaratan's head or flippers bypasses this trait."
                },
                {
                    "name": "Endless Breath",
                    "desc": "The zaratan breathes air, but it can hold its breath for years."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the zaratan remains motionless on the surface of the ocean (except for drifting) it is indistinguishable from a small island."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The zaratan does double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 414,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_zaratan/"
        },
        {
            "slug": "tarrasque",
            "desc": "",
            "name": "Tarrasque",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "titan",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 25,
            "armor_desc": "natural armor",
            "hit_points": 676,
            "hit_dice": "33d20+330",
            "speed": {
                "walk": 40
            },
            "strength": 30,
            "dexterity": 11,
            "constitution": 30,
            "intelligence": 3,
            "wisdom": 11,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 5,
            "wisdom_save": 9,
            "charisma_save": 9,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire, poison; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "charmed, frightened, paralyzed, poisoned",
            "senses": "blindsight 120 ft., passive Perception 10",
            "languages": "",
            "challenge_rating": "30",
            "cr": 30.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tarrasque can use its Frightful Presence. It then makes five attacks: one with its bite, two with its claws, one with its horns, and one with its tail. It can use its Swallow instead of its bite."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +19 to hit, reach 10 ft., one target. Hit: 36 (4d12 + 10) piercing damage. If the target is a creature, it is grappled (escape DC 20). Until this grapple ends, the target is restrained, and the tarrasque can't bite another target.",
                    "attack_bonus": 19,
                    "damage_dice": "4d12",
                    "damage_bonus": 10
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +19 to hit, reach 15 ft., one target. Hit: 28 (4d8 + 10) slashing damage.",
                    "attack_bonus": 19,
                    "damage_dice": "4d8",
                    "damage_bonus": 10
                },
                {
                    "name": "Horns",
                    "desc": "Melee Weapon Attack: +19 to hit, reach 10 ft., one target. Hit: 32 (4d10 + 10) piercing damage.",
                    "attack_bonus": 19,
                    "damage_dice": "4d10",
                    "damage_bonus": 10
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +19 to hit, reach 20 ft., one target. Hit: 24 (4d6 + 10) bludgeoning damage. If the target is a creature, it must succeed on a DC 20 Strength saving throw or be knocked prone.",
                    "attack_bonus": 19,
                    "damage_dice": "4d6",
                    "damage_bonus": 10
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the tarrasque's choice within 120 feet of it and aware of it must succeed on a DC 17 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, with disadvantage if the tarrasque is within line of sight, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the tarrasque's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Swallow",
                    "desc": "The tarrasque makes one bite attack against a Large or smaller creature it is grappling. If the attack hits, the target takes the bite's damage, the target is swallowed, and the grapple ends. While swallowed, the creature is blinded and restrained, it has total cover against attacks and other effects outside the tarrasque, and it takes 56 (16d6) acid damage at the start of each of the tarrasque's turns.\nIf the tarrasque takes 60 damage or more on a single turn from a creature inside it, the tarrasque must succeed on a DC 20 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the tarrasque. If the tarrasque dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 30 feet of movement, exiting prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The tarrasque 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 tarrasque regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Attack",
                    "desc": "The tarrasque makes one claw attack or tail attack."
                },
                {
                    "name": "Move",
                    "desc": "The tarrasque moves up to half its speed."
                },
                {
                    "name": "Chomp (Costs 2 Actions)",
                    "desc": "The tarrasque makes one bite attack or uses its Swallow."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the tarrasque fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The tarrasque has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Reflective Carapace",
                    "desc": "Any time the tarrasque is targeted by a magic missile spell, a line spell, or a spell that requires a ranged attack roll, roll a d6. On a 1 to 5, the tarrasque is unaffected. On a 6, the tarrasque is unaffected, and the effect is reflected back at the caster as though it originated from the tarrasque, turning the caster into the target."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The tarrasque deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 350,
            "environments": [
                "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",
            "v2_converted_path": "/v2/creatures/srd_tarrasque/"
        },
        {
            "slug": "tarrasque-a5e",
            "desc": "",
            "name": "Tarrasque",
            "size": "Titanic",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 25,
            "armor_desc": "",
            "hit_points": 1230,
            "hit_dice": "60d20+600",
            "speed": {
                "walk": 60,
                "burrow": 30
            },
            "strength": 30,
            "dexterity": 12,
            "constitution": 30,
            "intelligence": 4,
            "wisdom": 14,
            "charisma": 14,
            "strength_save": 19,
            "dexterity_save": 10,
            "constitution_save": 19,
            "intelligence_save": 6,
            "wisdom_save": 11,
            "charisma_save": 11,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire, poison; damage from nonmagical weapons",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, poisoned",
            "senses": "blindsight 120 ft., tremorsense 60 ft., passive Perception 12",
            "languages": "",
            "challenge_rating": "30",
            "cr": 30.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tarrasque attacks with its bite  claw  horns  and tail. It can use Swallow instead of its bite. If its bloodied  it also recharges and then uses Radiant Breath."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +19 to hit, reach 10 ft., one target. Hit: 42 (5d12 + 10) piercing damage. If the target is a creature  it is grappled (escape DC 27). Until this grapple ends  the target is restrained and the tarrasque can't bite a different creature."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +19 to hit, reach 15 ft., one target. Hit: 32 (5d8 + 10) slashing damage."
                },
                {
                    "name": "Horns",
                    "desc": "Melee Weapon Attack: +19 to hit, reach 10 ft., one target. Hit: 37 (5d10 + 10) piercing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +19 to hit, reach 20 ft., one target. Hit: 27 (5d6 + 10) bludgeoning damage. If the target is a Huge or smaller creature  it falls prone."
                },
                {
                    "name": "Swallow",
                    "desc": "The tarrasque makes a bite attack against a Large or smaller creature it is grappling. If the attack hits  the target is swallowed and the grapple ends. A swallowed creature has total cover from attacks from outside the tarrasque  it is blinded and restrained  and it takes 35 (10d6) acid damage and 35 (10d6) bludgeoning damage at the start of each of the tarrasques turns."
                },
                {
                    "name": "If a swallowed creature deals 70 or more damage to the tarrasque in a single turn, or if the tarrasque dies, the tarrasque vomits up all swallowed creatures",
                    "desc": ""
                },
                {
                    "name": "Radiant Breath (Recharge 5-6)",
                    "desc": "The tarrasque exhales radiant energy in a 90-foot cone. Each creature in that area makes a DC 27 Constitution saving throw  taking 105 (30d6) radiant damage on a failed save or half damage on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The tarrasque can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Attack",
                    "desc": "The tarrasque attacks with its claw or tail."
                },
                {
                    "name": "Move",
                    "desc": "The tarrasque moves up to half its Speed."
                },
                {
                    "name": "Roar",
                    "desc": "Each creature of the tarrasques choice within 120 feet makes a DC 19 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, with disadvantage if the tarrasque is in line of sight, ending the effect on itself on a success. If it succeeds on a saving throw or the effect ends on it, it is immune to the tarrasques Roar for 24 hours."
                },
                {
                    "name": "Elite Recovery (While Bloodied)",
                    "desc": "The tarrasque ends one negative effect currently affecting it. It can use this action as long as it has at least 1 hit point, even while unconscious or incapacitated."
                },
                {
                    "name": "Chomp (Costs 2 Actions)",
                    "desc": "The tarrasque makes a bite attack or uses Swallow."
                },
                {
                    "name": "Inescapable Earth (Costs 3 Actions)",
                    "desc": "Each flying creature or object within 300 feet falls and its flying speed is reduced to 0 until the start of the tarrasques next turn."
                }
            ],
            "special_abilities": [
                {
                    "name": "Astounding Leap",
                    "desc": "The tarrasques high jump distance is equal to its Speed."
                },
                {
                    "name": "Bloodied Regeneration",
                    "desc": "While the tarrasque is bloodied, it regains 50 hit points at the start of each of its turns. A wish spell can suppress this trait for 24 hours. The tarrasque dies only if it starts its turn with 0 hit points and doesnt regenerate."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "The tarrasque doesnt require air, sustenance, or sleep."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the tarrasque fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The tarrasque has advantage on saving throws against spells and magical effects."
                },
                {
                    "name": "Reflective Carapace",
                    "desc": "When the tarrasque is targeted by a magic missile spell, a line spell, or a spell that requires a ranged attack roll, roll a d6. On a 1 to 3, the tarrasque is unaffected. On a 4 to 6, the tarrasque is unaffected, and the spell is reflected back, targeting the caster as if it originated from the tarrasque."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The tarrasque deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 401,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_tarrasque/"
        }
    ]
}