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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob_deep-drake/?format=api",
    "key": "tob_deep-drake",
    "name": "Deep Drake",
    "document": {
        "name": "Tome of Beasts",
        "key": "tob",
        "display_name": "Tome of Beasts",
        "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/"
    },
    "type": {
        "name": "Dragon",
        "key": "dragon",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "9.000",
    "challenge_rating_text": "9",
    "proficiency_bonus": null,
    "speed": {
        "walk": 50.0,
        "unit": "feet",
        "fly": 100.0,
        "climb": 30.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 50.0,
        "crawl": 25.0,
        "hover": false,
        "fly": 100.0,
        "burrow": 0.0,
        "climb": 30.0,
        "swim": 25.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "Common, Darakhul, Draconic, Undercommon",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Draconic",
                "key": "draconic",
                "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "desc": "Typical speakers include dragons and dragonborn."
            },
            {
                "name": "Undercommon",
                "key": "undercommon",
                "url": "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "desc": "Typical speakers are underworld traders."
            }
        ]
    },
    "armor_class": 17,
    "armor_detail": "natural armor",
    "hit_points": 150,
    "hit_dice": "20d10+40",
    "experience_points": 5000,
    "ability_scores": {
        "strength": 21,
        "dexterity": 19,
        "constitution": 14,
        "intelligence": 11,
        "wisdom": 14,
        "charisma": 12
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 4,
        "constitution": 2,
        "intelligence": 0,
        "wisdom": 2,
        "charisma": 1
    },
    "initiative_bonus": 4,
    "saving_throws": {
        "dexterity": 8,
        "constitution": 6
    },
    "saving_throws_all": {
        "strength": 5,
        "dexterity": 8,
        "constitution": 6,
        "intelligence": 0,
        "wisdom": 2,
        "charisma": 1
    },
    "skill_bonuses": {
        "athletics": 9,
        "insight": 6,
        "perception": 6
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 2,
        "arcana": 0,
        "athletics": 9,
        "deception": 1,
        "history": 0,
        "insight": 6,
        "intimidation": 1,
        "investigation": 0,
        "medicine": 2,
        "nature": 0,
        "perception": 6,
        "performance": 1,
        "persuasion": 1,
        "religion": 0,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": 2
    },
    "passive_perception": 16,
    "resistances_and_immunities": {
        "damage_immunities_display": "necrotic",
        "damage_immunities": [
            {
                "name": "Necrotic",
                "key": "necrotic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "paralyzed, unconscious",
        "condition_immunities": [
            {
                "name": "Paralyzed",
                "key": "paralyzed",
                "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
            },
            {
                "name": "Unconscious",
                "key": "unconscious",
                "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 120.0,
    "blindsight_range": 60.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) piercing damage.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 9,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D10",
                    "damage_bonus": null,
                    "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": "Breath Weapon",
            "desc": "A deep drake blasts forth a crackling 80-foot line of purple-black energy that wracks its victims with pain. This attack deals 35 (10d6) necrotic damage, or half damage with a successful DC 16 Dexterity saving throw. Targets that fail this saving throw must also succeed on a DC 16 Constitution saving throw or become stunned for 1d4 rounds.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 4,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "RECHARGE_ON_ROLL",
                "param": 5
            }
        },
        {
            "name": "Claw",
            "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage.",
            "attacks": [
                {
                    "name": "Claw attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 9,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D6",
                    "damage_bonus": null,
                    "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": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The drake makes one bite attack, two claw attacks, and one stinger attack.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Stinger",
            "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) piercing damage plus 7 (2d6) poison damage, and the target must succeed on a DC 16 Constitution saving throw or become poisoned for 4 rounds. While poisoned this way, the target must repeat the save at the start of its turn, ending the condition on a success. On a failure, it takes 10 (3d6) poison damage. When animate dead is cast on creatures killed by this poison, the caster requires no material components.",
            "attacks": [
                {
                    "name": "Stinger attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 9,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D10",
                    "damage_bonus": null,
                    "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": "Magic Resistance",
            "desc": "The drake has advantage on saving throws against spells and other magical effects."
        }
    ],
    "creaturesets": [],
    "environments": [
        {
            "name": "Caves",
            "key": "caves",
            "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
        },
        {
            "name": "Ruins",
            "key": "ruins",
            "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
        },
        {
            "name": "Underworld",
            "key": "underworld",
            "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
        }
    ]
}