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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_ooze-sinkhole/?format=api",
    "key": "tob3_ooze-sinkhole",
    "name": "Ooze, Sinkhole",
    "document": {
        "name": "Tome of Beasts 3",
        "key": "tob3",
        "display_name": "Tome of Beasts 3",
        "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-3/"
    },
    "type": {
        "name": "Ooze",
        "key": "ooze",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api"
    },
    "size": {
        "name": "Gargantuan",
        "key": "gargantuan",
        "url": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api"
    },
    "challenge_rating_decimal": "4.000",
    "challenge_rating_text": "4",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "burrow": 40.0,
        "climb": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 40.0,
        "climb": 20.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 7,
    "armor_detail": "",
    "hit_points": 108,
    "hit_dice": "8d20+24",
    "experience_points": 1100,
    "ability_scores": {
        "strength": 18,
        "dexterity": 5,
        "constitution": 16,
        "intelligence": 3,
        "wisdom": 6,
        "charisma": 1
    },
    "modifiers": {
        "strength": 4,
        "dexterity": -3,
        "constitution": 3,
        "intelligence": -4,
        "wisdom": -2,
        "charisma": -5
    },
    "initiative_bonus": -3,
    "saving_throws": {
        "strength": 6
    },
    "saving_throws_all": {
        "strength": 6,
        "dexterity": -3,
        "constitution": 3,
        "intelligence": -4,
        "wisdom": -2,
        "charisma": -5
    },
    "skill_bonuses": {
        "perception": -2
    },
    "skill_bonuses_all": {
        "acrobatics": -3,
        "animal_handling": -2,
        "arcana": -4,
        "athletics": 4,
        "deception": -5,
        "history": -4,
        "insight": -2,
        "intimidation": -5,
        "investigation": -4,
        "medicine": -2,
        "nature": -4,
        "perception": -2,
        "performance": -5,
        "persuasion": -5,
        "religion": -4,
        "sleight_of_hand": -3,
        "stealth": -3,
        "survival": -2
    },
    "passive_perception": 8,
    "resistances_and_immunities": {
        "damage_immunities_display": "acid ",
        "damage_immunities": [
            {
                "name": "Acid",
                "key": "acid",
                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "blinded, charmed, deafened, exhausted, frightened, prone",
        "condition_immunities": [
            {
                "name": "Blinded",
                "key": "blinded",
                "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            },
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Deafened",
                "key": "deafened",
                "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
            },
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            },
            {
                "name": "Prone",
                "key": "prone",
                "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            }
        ]
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": 120.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Pluck",
            "desc": "When 1+ creature falls down center of its cylinder can try to grab up to 2 of them. Each must make DC 14 Dex save or grappled (escape DC 14) in Pseudopod.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Stretch Body",
            "desc": "Stretches body around inner walls of a pit sinkhole or other circular opening in the ground. Stretched this way it forms a hollow cylinder up to 25 ft. tall up to 25 ft. radius. Ooze can end stretch as a bonus action occupying nearest unoccupied space to the hole.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Amorphous",
            "desc": "Move through space 1ft.+ wide with o squeezing."
        },
        {
            "name": "Hollow Cylindrical Form (Stretched Body Only)",
            "desc": "Creatures can occupy space in center of cylinder formed by the ooze and each such space is always within ooze’s reach regardless of cylinder's size."
        },
        {
            "name": "Ooze Nature",
            "desc": "The sinkhole ooze doesn’t require sleep."
        },
        {
            "name": "Seizing Pseudopods",
            "desc": "Can have up to 6 tendril-like Pseudopods at a time. Each can be attacked (AC 10; 10 hp; immunity to acid poison and psychic). Destroying Pseudopod deals no damage to ooze which can extrude a replacement on its next turn. Pseudopod can also be broken if creature takes an action and makes DC 14 Str check."
        },
        {
            "name": "Slimy Appearance (Stretched Body Only)",
            "desc": "While it remains motionless is indistinguishable from interior of the pit or hole in the ground it is stretched across though interior walls appear wet."
        },
        {
            "name": "Spider Climb",
            "desc": "Difficult surfaces even ceilings no ability check."
        }
    ],
    "creaturesets": [],
    "environments": []
}