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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/ccdx_ahuizotl/?format=api",
    "key": "ccdx_ahuizotl",
    "name": "Ahuizotl",
    "document": {
        "name": "Creature Codex",
        "key": "ccdx",
        "display_name": "Creature Codex",
        "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/kpstore/product/creature-codex-for-5th-edition-dnd/"
    },
    "type": {
        "name": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "2.000",
    "challenge_rating_text": "2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "unit": "feet",
        "swim": 30.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 30.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "-",
        "data": []
    },
    "armor_class": 14,
    "armor_detail": "natural armor",
    "hit_points": 71,
    "hit_dice": "13d6+26",
    "experience_points": 450,
    "ability_scores": {
        "strength": 16,
        "dexterity": 15,
        "constitution": 14,
        "intelligence": 6,
        "wisdom": 12,
        "charisma": 6
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 2,
        "constitution": 2,
        "intelligence": -2,
        "wisdom": 1,
        "charisma": -2
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 2,
        "constitution": 2,
        "intelligence": -2,
        "wisdom": 1,
        "charisma": -2
    },
    "skill_bonuses": {
        "perception": 3
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 1,
        "arcana": -2,
        "athletics": 3,
        "deception": -2,
        "history": -2,
        "insight": 1,
        "intimidation": -2,
        "investigation": -2,
        "medicine": 1,
        "nature": -2,
        "perception": 3,
        "performance": -2,
        "persuasion": -2,
        "religion": -2,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 1
    },
    "passive_perception": 13,
    "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": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 5,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D6",
                    "damage_bonus": 3,
                    "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": "Claw",
            "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
            "attacks": [
                {
                    "name": "Claw attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 5,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D6",
                    "damage_bonus": 3,
                    "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 ahuizotl can use its Tail Grab. It then makes two attacks: one with its bite and one with its claw.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Tail Grab",
            "desc": "The ahuizotl grabs a creature or item. If the target is a Medium or smaller creature, it must succeed on a DC 14 Strength saving throw or be grappled (escape DC 14). The ahuizotl can then move up to its speed as a bonus action. The grappled creature must succeed on a DC 14 Strength saving throw or be pulled along 5 feet behind the ahuizotl. A creature being dragged by the ahuizotl makes attack rolls and Dexterity saving throws with disadvantage.\n\nIf the target is an object or weapon being held by another creature, that creature must succeed on a DC 14 Strength saving throw, or the ahuizotl pulls the object away from the creature. After stealing an object or weapon, the ahuizotl can move up to its speed as a bonus action. The ahuizotl can only grapple one creature or hold one weapon or object at a time. If holding a weapon, it can use its Tail Grab action to make one attack with the weapon with no proficiency bonus",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Amphibious",
            "desc": "The ahuizotl can breathe air and water."
        },
        {
            "name": "Spiky Coat",
            "desc": "A creature that touches the ahuizotl or hits it with a melee attack while within 5 feet of it must succeed on a DC 14 Dexterity saving throw or take 4 (1d8) piercing damage."
        }
    ],
    "creaturesets": [],
    "environments": []
}