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

GET /v2/creatures/tob3_ooze-snow/?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-snow/?format=api",
    "key": "tob3_ooze-snow",
    "name": "Ooze, Snow",
    "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": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "7.000",
    "challenge_rating_text": "7",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "burrow": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 20.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 6,
    "armor_detail": "",
    "hit_points": 171,
    "hit_dice": "18d12+54",
    "experience_points": 2900,
    "ability_scores": {
        "strength": 18,
        "dexterity": 3,
        "constitution": 16,
        "intelligence": 1,
        "wisdom": 12,
        "charisma": 5
    },
    "modifiers": {
        "strength": 4,
        "dexterity": -4,
        "constitution": 3,
        "intelligence": -5,
        "wisdom": 1,
        "charisma": -3
    },
    "initiative_bonus": -4,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 4,
        "dexterity": -4,
        "constitution": 3,
        "intelligence": -5,
        "wisdom": 1,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": -4,
        "animal_handling": 1,
        "arcana": -5,
        "athletics": 4,
        "deception": -3,
        "history": -5,
        "insight": 1,
        "intimidation": -3,
        "investigation": -5,
        "medicine": 1,
        "nature": -5,
        "perception": 1,
        "performance": -3,
        "persuasion": -3,
        "religion": -5,
        "sleight_of_hand": -4,
        "stealth": -4,
        "survival": 1
    },
    "passive_perception": 11,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "nonmagic B/P/S attacks",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "blinded, charmed, deafened, exhaustion, 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": 60.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Amorphous",
            "desc": "Move through space 1ft.+ wide with o squeezing."
        },
        {
            "name": "False Appearance",
            "desc": "While motionless indistinguishable from patch of snow."
        },
        {
            "name": "Ice Walk",
            "desc": "Can move across icy surfaces with o ability check. Difficult terrain of ice or snow doesn’t cost it extra move."
        },
        {
            "name": "Ooze Nature",
            "desc": "Doesn’t require sleep."
        },
        {
            "name": "Snow Blindness",
            "desc": "When a creature that can see the snow ooze starts its turn within 30' of it that creature is blinded until the start of its next turn (DC 15 Con negates). This doesn’t function while ooze is in dim light or darkness."
        },
        {
            "name": "Snow Burrower",
            "desc": "Can burrow through nonmagical snow and ice in addition to sand earth and mud."
        }
    ],
    "creaturesets": [],
    "environments": []
}