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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_ice-worm/?format=api",
    "key": "a5e-mm_ice-worm",
    "name": "Ice Worm",
    "document": {
        "name": "Monstrous Menagerie",
        "key": "a5e-mm",
        "display_name": "Monstrous Menagerie",
        "publisher": {
            "name": "EN Publishing",
            "key": "en-publishing",
            "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
        },
        "gamesystem": {
            "name": "Advanced 5th Edition",
            "key": "a5e",
            "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
        },
        "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
    },
    "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": "15.000",
    "challenge_rating_text": "15",
    "proficiency_bonus": null,
    "speed": {
        "walk": 50.0,
        "unit": "feet",
        "burrow": 20.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 50.0,
        "crawl": 25.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 20.0,
        "climb": 25.0,
        "swim": 25.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 18,
    "armor_detail": "",
    "hit_points": 247,
    "hit_dice": "15d20+90",
    "experience_points": 13000,
    "ability_scores": {
        "strength": 28,
        "dexterity": 8,
        "constitution": 22,
        "intelligence": 2,
        "wisdom": 10,
        "charisma": 4
    },
    "modifiers": {
        "strength": 9,
        "dexterity": -1,
        "constitution": 6,
        "intelligence": -4,
        "wisdom": 0,
        "charisma": -3
    },
    "initiative_bonus": -1,
    "saving_throws": {
        "strength": 14,
        "constitution": 11,
        "intelligence": 1,
        "wisdom": 5,
        "charisma": 2
    },
    "saving_throws_all": {
        "strength": 14,
        "dexterity": -1,
        "constitution": 11,
        "intelligence": 1,
        "wisdom": 5,
        "charisma": 2
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": -1,
        "animal_handling": 0,
        "arcana": -4,
        "athletics": 9,
        "deception": -3,
        "history": -4,
        "insight": 0,
        "intimidation": -3,
        "investigation": -4,
        "medicine": 0,
        "nature": -4,
        "perception": 0,
        "performance": -3,
        "persuasion": -3,
        "religion": -4,
        "sleight_of_hand": -1,
        "stealth": -1,
        "survival": 0
    },
    "passive_perception": 15,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": 30.0,
    "tremorsense_range": 60.0,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 25 (3d10 + 9) piercing damage. If the target is a Large or smaller creature  it makes a DC 19 Dexterity saving throw. On a failure  the target is swallowed. A swallowed creature is blinded and restrained  it has total cover from attacks from outside the worm  and it takes 24 (7d6) acid damage at the start of each of the worms turns.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 14,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "damage_die_type": "D10",
                    "damage_bonus": 9,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Fighting Retreat",
            "desc": "When a creature makes an opportunity attack on the worm, the worm attacks with either its bite or its tail stinger.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "If a swallowed creature deals 35 or more damage to the worm in a single turn, or if the worm dies, the worm vomits up all swallowed creatures",
            "desc": "",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The worm attacks two different targets with its bite and its tail stinger.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Tail Stinger",
            "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one creature. Hit: 19 (3d6 + 9) piercing damage  and the target makes a DC 19 Constitution saving throw  taking 42 (12d6) poison damage on a failed save or half damage on a success.",
            "attacks": [
                {
                    "name": "Tail Stinger attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 14,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "damage_die_type": "D6",
                    "damage_bonus": 9,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Sense Heat",
            "desc": "The worm senses warm-blooded creatures and warm objects within 60 feet."
        },
        {
            "name": "Tunneler",
            "desc": "The worm can tunnel through earth and solid rock, leaving behind a 10-foot-diameter tunnel."
        }
    ],
    "creaturesets": [],
    "environments": []
}