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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_ice-bogie/?format=api",
    "key": "tob2_ice-bogie",
    "name": "Ice Bogie",
    "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": "Fey",
        "key": "fey",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "0.125",
    "challenge_rating_text": "1/8",
    "proficiency_bonus": null,
    "speed": {
        "walk": 25.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 25.0,
        "crawl": 12.5,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 12.5,
        "swim": 12.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic neutral",
    "languages": {
        "as_string": "Primordial",
        "data": [
            {
                "name": "Primordial",
                "key": "primordial",
                "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "desc": "Typical speakers are elementals."
            }
        ]
    },
    "armor_class": 12,
    "armor_detail": "",
    "hit_points": 10,
    "hit_dice": "3d6",
    "experience_points": 25,
    "ability_scores": {
        "strength": 7,
        "dexterity": 14,
        "constitution": 10,
        "intelligence": 8,
        "wisdom": 7,
        "charisma": 12
    },
    "modifiers": {
        "strength": -2,
        "dexterity": 2,
        "constitution": 0,
        "intelligence": -1,
        "wisdom": -2,
        "charisma": 1
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "dexterity": 4
    },
    "saving_throws_all": {
        "strength": -2,
        "dexterity": 4,
        "constitution": 0,
        "intelligence": -1,
        "wisdom": -2,
        "charisma": 1
    },
    "skill_bonuses": {
        "stealth": 4
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": -2,
        "arcana": -1,
        "athletics": -2,
        "deception": 1,
        "history": -1,
        "insight": -2,
        "intimidation": 1,
        "investigation": -1,
        "medicine": -2,
        "nature": -1,
        "perception": -2,
        "performance": 1,
        "persuasion": 1,
        "religion": -1,
        "sleight_of_hand": 2,
        "stealth": 4,
        "survival": -2
    },
    "passive_perception": 8,
    "resistances_and_immunities": {
        "damage_immunities_display": "cold, poison",
        "damage_immunities": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?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": "fire",
        "damage_vulnerabilities": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            }
        ],
        "condition_immunities_display": "charmed, petrified, poisoned, unconscious",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?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"
            },
            {
                "name": "Unconscious",
                "key": "unconscious",
                "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 30.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Frosty Aid",
            "desc": "Whenever an allied ice bogie within 30 feet is reduced to 0 hp, this ice bogie can choose to reduce its hp by 3 (1d6), and the ally regains hp equal to the amount of hp this ice bogie lost.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 1
            }
        },
        {
            "name": "Icicle Fist",
            "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 1 bludgeoning damage plus 2 (1d4) cold damage.",
            "attacks": [
                {
                    "name": "Icicle Fist attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 4,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "Dgeoning",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": 1,
                    "extra_damage_die_type": "D4",
                    "extra_damage_bonus": 0,
                    "extra_damage_type": {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Spiteful Hail",
            "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 2 (1d4) cold damage, and the target's speed is reduced by 10 until the end of its next turn.",
            "attacks": [
                {
                    "name": "Spiteful Hail attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 4,
                    "reach": null,
                    "range": 30.0,
                    "long_range": 120.0,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D4) col",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Nimble Escape",
            "desc": "The bogie can take the Disengage or Hide action as a bonus action on each of its turns."
        },
        {
            "name": "Pack Tactics",
            "desc": "The bogie has advantage on attack rolls against a creature if at least one of the bogie’s allies is within 5 feet of the creature and the ally isn’t incapacitated."
        }
    ],
    "creaturesets": [],
    "environments": []
}