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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_glacier-behemoth/?format=api",
    "key": "tob2_glacier-behemoth",
    "name": "Glacier Behemoth",
    "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": "Beast",
        "key": "beast",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "12.000",
    "challenge_rating_text": "12",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "unit": "feet",
        "burrow": 20.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 20.0,
        "climb": 10.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 18,
    "armor_detail": "natural armor",
    "hit_points": 172,
    "hit_dice": "15d12+75",
    "experience_points": 8400,
    "ability_scores": {
        "strength": 24,
        "dexterity": 3,
        "constitution": 21,
        "intelligence": 4,
        "wisdom": 14,
        "charisma": 7
    },
    "modifiers": {
        "strength": 7,
        "dexterity": -4,
        "constitution": 5,
        "intelligence": -3,
        "wisdom": 2,
        "charisma": -2
    },
    "initiative_bonus": -4,
    "saving_throws": {
        "constitution": 9,
        "wisdom": 6
    },
    "saving_throws_all": {
        "strength": 7,
        "dexterity": -4,
        "constitution": 9,
        "intelligence": -3,
        "wisdom": 6,
        "charisma": -2
    },
    "skill_bonuses": {
        "athletics": 11,
        "perception": 6
    },
    "skill_bonuses_all": {
        "acrobatics": -4,
        "animal_handling": 2,
        "arcana": -3,
        "athletics": 11,
        "deception": -2,
        "history": -3,
        "insight": 2,
        "intimidation": -2,
        "investigation": -3,
        "medicine": 2,
        "nature": -3,
        "perception": 6,
        "performance": -2,
        "persuasion": -2,
        "religion": -3,
        "sleight_of_hand": -4,
        "stealth": -4,
        "survival": 2
    },
    "passive_perception": 16,
    "resistances_and_immunities": {
        "damage_immunities_display": "cold",
        "damage_immunities": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?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": "grappled, prone, restrained",
        "condition_immunities": [
            {
                "name": "Grappled",
                "key": "grappled",
                "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api"
            },
            {
                "name": "Prone",
                "key": "prone",
                "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            },
            {
                "name": "Restrained",
                "key": "restrained",
                "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": 60.0,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one creature. Hit: 33 (4d12 + 7) piercing damage.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 11,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D12",
                    "damage_bonus": 7,
                    "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": "Inexorable Charge",
            "desc": "If the glacier behemoth moves at least 10 feet, it can then use this action to continue moving in a 40-foot line that is 15 feet wide. Each creature in this line must make a DC 17 Dexterity saving throw. On a failure, a creature takes 35 (10d6) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone. The glacier behemoth's movement along this line doesn't provoke opportunity attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The glacier behemoth makes two bite attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Ground Disruptor",
            "desc": "When the glacier behemoth moves, it can choose to make the area it moves through difficult terrain. When it uses Inexorable Charge, it automatically makes the ground difficult terrain."
        },
        {
            "name": "Unstoppable",
            "desc": "Difficult terrain composed of ice, rocks, sand, or natural vegetation, living or dead, doesn’t cost the glacier behemoth extra movement. Its speed can’t be reduced by any effect."
        }
    ],
    "creaturesets": [],
    "environments": []
}