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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_quickserpent/?format=api",
    "key": "tob2_quickserpent",
    "name": "Quickserpent",
    "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": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "4.000",
    "challenge_rating_text": "4",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "unit": "feet",
        "burrow": 20.0,
        "climb": 20.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 20.0,
        "climb": 20.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "understands Terran but can't speak",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 102,
    "hit_dice": "12d10+36",
    "experience_points": 1100,
    "ability_scores": {
        "strength": 20,
        "dexterity": 12,
        "constitution": 17,
        "intelligence": 5,
        "wisdom": 14,
        "charisma": 7
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 1,
        "constitution": 3,
        "intelligence": -3,
        "wisdom": 2,
        "charisma": -2
    },
    "initiative_bonus": 1,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 5,
        "dexterity": 1,
        "constitution": 3,
        "intelligence": -3,
        "wisdom": 2,
        "charisma": -2
    },
    "skill_bonuses": {
        "stealth": 3
    },
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 2,
        "arcana": -3,
        "athletics": 5,
        "deception": -2,
        "history": -3,
        "insight": 2,
        "intimidation": -2,
        "investigation": -3,
        "medicine": 2,
        "nature": -3,
        "perception": 2,
        "performance": -2,
        "persuasion": -2,
        "religion": -3,
        "sleight_of_hand": 1,
        "stealth": 3,
        "survival": 2
    },
    "passive_perception": 12,
    "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": null,
    "tremorsense_range": 60.0,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 8 (1d6 + 5) piercing damage.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 7,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D6",
                    "damage_bonus": 5,
                    "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": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Constrict",
            "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 14 (2d8 + 5) bludgeoning damage, and the target is grappled (escape DC 15) if it is Large or smaller. Until this grapple ends, the creature is restrained, and the quickserpent can't constrict another target.",
            "attacks": [
                {
                    "name": "Constrict attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 7,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D8",
                    "damage_bonus": 5,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Quicksand Pit",
            "desc": "The quickserpent turns a 10-foot cube of natural mud or loose stone into a pit of quicksand. Each creature in the area when the quickserpent creates the pit must succeed on a DC 15 Dexterity saving throw or sink 1d4 feet into the quicksand and become restrained. A creature that successfully saves moves to the pit's edge as it is formed. A creature that enters the quicksand for the first time on a turn or starts its turn in the quicksand it sinks 1d4 feet and is restrained. A creature that is completely submerged in quicksand can't breathe.\n\nA restrained creature can try to escape by taking an action to make a DC 15 Strength check. On a success, the creature escapes and enters a space of its choice within 5 feet of the edge of the quicksand. A creature within 5 feet of the quicksand can take an action to pull a creature out of the quicksand. Doing so requires a successful DC 15 Strength check, and the quickserpent has advantage on attack rolls against the creature until the end of the creature's next turn.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "RECHARGE_ON_ROLL",
                "param": 5
            }
        }
    ],
    "traits": [
        {
            "name": "Swamp Camouflage",
            "desc": "The quickserpent has advantage on Dexterity (Stealth) checks made to hide in swampy terrain."
        }
    ],
    "creaturesets": [],
    "environments": []
}