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

GET /v2/creatures/tob2_dread-walker-excavator/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_dread-walker-excavator/?format=api",
    "key": "tob2_dread-walker-excavator",
    "name": "Dread Walker Excavator",
    "document": {
        "name": "Tome of Beasts 2",
        "key": "tob2",
        "display_name": "Tome of Beasts 2",
        "publisher": {
            "name": "Kobold Press",
            "key": "kobold-press",
            "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://koboldpress.com/tome-of-beasts-2/"
    },
    "type": {
        "name": "Construct",
        "key": "construct",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "5.000",
    "challenge_rating_text": "5",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "unit": "feet",
        "climb": 30.0,
        "swim": 30.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 30.0,
        "swim": 30.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 75,
    "hit_dice": "10d10+20",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 18,
        "dexterity": 19,
        "constitution": 14,
        "intelligence": 14,
        "wisdom": 16,
        "charisma": 12
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 4,
        "constitution": 2,
        "intelligence": 2,
        "wisdom": 3,
        "charisma": 1
    },
    "initiative_bonus": 4,
    "saving_throws": {
        "dexterity": 7,
        "wisdom": 6
    },
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 7,
        "constitution": 2,
        "intelligence": 2,
        "wisdom": 6,
        "charisma": 1
    },
    "skill_bonuses": {
        "perception": 6
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 3,
        "arcana": 2,
        "athletics": 4,
        "deception": 1,
        "history": 2,
        "insight": 3,
        "intimidation": 1,
        "investigation": 2,
        "medicine": 3,
        "nature": 2,
        "perception": 6,
        "performance": 1,
        "persuasion": 1,
        "religion": 2,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": 3
    },
    "passive_perception": 16,
    "resistances_and_immunities": {
        "damage_immunities_display": "poison, psychic",
        "damage_immunities": [
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            },
            {
                "name": "Psychic",
                "key": "psychic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            }
        ],
        "damage_resistances_display": "bludgeoning, piercing, and slashing from nonmagical attacks",
        "damage_resistances": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
        "condition_immunities": [
            {
                "name": "Blinded",
                "key": "blinded",
                "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            },
            {
                "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": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?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": "Petrified",
                "key": "petrified",
                "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": 60.0,
    "truesight_range": null,
    "actions": [
        {
            "name": "Excavation Beam",
            "desc": "Ranged Weapon Attack: +7 to hit, range 30/60 ft., one target. Hit: 17 (5d6) force damage.",
            "attacks": [
                {
                    "name": "Excavation Beam attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 7,
                    "reach": null,
                    "range": 30.0,
                    "long_range": 60.0,
                    "target_creature_only": false,
                    "damage_die_count": 5,
                    "damage_die_type": "D6) force",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Force",
                        "key": "force",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/force/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Foreleg",
            "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 13 (2d8 + 4) piercing damage.",
            "attacks": [
                {
                    "name": "Foreleg attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 7,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D8",
                    "damage_bonus": 4,
                    "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": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The excavator makes two foreleg attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Arcane Instability",
            "desc": "When the excavator is reduced to half its maximum hp or fewer, unstable arcane energy begins to pour from its metal body. A creature that touches the unstable excavator or hits it with a melee attack while within 5 feet of it takes 3 (1d6) force damage."
        },
        {
            "name": "Spider Climb",
            "desc": "The excavator can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
        }
    ],
    "creaturesets": [],
    "environments": []
}