list: API endpoint for returning a list of creatures.
retrieve: API endpoint for returning a particular creature.

GET /v2/creatures/srd-2024_tarrasque/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_tarrasque/?format=api",
    "key": "srd-2024_tarrasque",
    "name": "Tarrasque",
    "document": {
        "name": "System Reference Document 5.2",
        "key": "srd-2024",
        "display_name": "5e 2024 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2024",
            "key": "5e-2024",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "type": {
        "name": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
    },
    "size": {
        "name": "Gargantuan",
        "key": "gargantuan",
        "url": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api"
    },
    "challenge_rating_decimal": "30.000",
    "challenge_rating_text": "30",
    "proficiency_bonus": null,
    "speed": {
        "walk": 60.0,
        "unit": "feet",
        "burrow": 40.0,
        "climb": 60.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 60.0,
        "crawl": 30.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 40.0,
        "climb": 60.0,
        "swim": 30.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 25,
    "armor_detail": "natural armor",
    "hit_points": 697,
    "hit_dice": "34d20 + 340",
    "experience_points": 155000,
    "ability_scores": {
        "strength": 30,
        "dexterity": 11,
        "constitution": 30,
        "intelligence": 3,
        "wisdom": 11,
        "charisma": 11
    },
    "modifiers": {
        "strength": 10,
        "dexterity": 0,
        "constitution": 10,
        "intelligence": -4,
        "wisdom": 0,
        "charisma": 0
    },
    "initiative_bonus": 18,
    "saving_throws": {
        "strength": 10,
        "dexterity": 9,
        "constitution": 10,
        "intelligence": 5,
        "wisdom": 9,
        "charisma": 9
    },
    "saving_throws_all": {
        "strength": 10,
        "dexterity": 9,
        "constitution": 10,
        "intelligence": 5,
        "wisdom": 9,
        "charisma": 9
    },
    "skill_bonuses": {
        "perception": 9
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 0,
        "arcana": -4,
        "athletics": 10,
        "deception": 0,
        "history": -4,
        "insight": 0,
        "intimidation": 0,
        "investigation": -4,
        "medicine": 0,
        "nature": -4,
        "perception": 9,
        "performance": 0,
        "persuasion": 0,
        "religion": -4,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 0
    },
    "passive_perception": 19,
    "resistances_and_immunities": {
        "damage_immunities_display": "fire, poison",
        "damage_immunities": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, deafened, frightened, paralyzed, poisoned",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Deafened",
                "key": "deafened",
                "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            },
            {
                "name": "Paralyzed",
                "key": "paralyzed",
                "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": 120.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Attack Roll: +19, reach 15 ft. 36 (4d12 + 10) Piercing damage, and the target has the Grappled condition (escape DC 20). Until the grapple ends, the target has the Restrained condition and can't teleport.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 19,
                    "reach": 15.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D12",
                    "damage_bonus": 10,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Claw",
            "desc": "Melee Attack Roll: +19, reach 15 ft. 28 (4d8 + 10) Slashing damage.",
            "attacks": [
                {
                    "name": "Claw attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 19,
                    "reach": 15.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D8",
                    "damage_bonus": 10,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The tarrasque makes one Bite attack and three other attacks, using Claw or Tail in any combination.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Onslaught",
            "desc": "The tarrasque moves up to half its Speed, and it makes one Claw or Tail attack.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Tail",
            "desc": "Melee Attack Roll: +19, reach 30 ft. 23 (3d8 + 10) Bludgeoning damage. If the target is a Huge or smaller creature, it has the Prone condition.",
            "attacks": [
                {
                    "name": "Tail attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 19,
                    "reach": 30.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "damage_die_type": "D8",
                    "damage_bonus": 10,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Thunderous Bellow (Recharge 5-6)",
            "desc": "Constitution Saving Throw: DC 27, each creature and each object that isn't being worn or carried in a 150-foot Cone. Failure: 78 (12d12) Thunder damage, and the target has the Deafened and Frightened conditions until the end of its next turn. Success: Half damage only.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 4,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": {
                "type": "RECHARGE",
                "param": 5
            }
        },
        {
            "name": "World-Shaking Movement",
            "desc": "The tarrasque moves up to its Speed. At the end of this movement, the tarrasque creates an instantaneous shock wave in a 60-foot Emanation originating from itself. Creatures in that area lose Concentration and, if Medium or smaller, have the Prone condition. The tarrasque can't take this action again until the start of its next turn.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Legendary Resistance (6/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": "If the tarrasque is targeted by a Magic Missile spell or a spell that requires a ranged attack roll, roll 1d6. On a 1-5, the tarrasque is unaffected. On a 6, the tarrasque is unaffected and reflects the spell, turning the caster into the target."
        },
        {
            "name": "Siege Monster",
            "desc": "The tarrasque deals double damage to objects and structures."
        }
    ],
    "creaturesets": [],
    "environments": []
}