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

GET /v2/creatures/tob3_ooze-leavesrot/?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-leavesrot/?format=api",
    "key": "tob3_ooze-leavesrot",
    "name": "Ooze, Leavesrot",
    "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": "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": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 10.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 8,
    "armor_detail": "",
    "hit_points": 105,
    "hit_dice": "14d10+28",
    "experience_points": 1100,
    "ability_scores": {
        "strength": 17,
        "dexterity": 7,
        "constitution": 15,
        "intelligence": 1,
        "wisdom": 8,
        "charisma": 1
    },
    "modifiers": {
        "strength": 3,
        "dexterity": -2,
        "constitution": 2,
        "intelligence": -5,
        "wisdom": -1,
        "charisma": -5
    },
    "initiative_bonus": -2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 3,
        "dexterity": -2,
        "constitution": 2,
        "intelligence": -5,
        "wisdom": -1,
        "charisma": -5
    },
    "skill_bonuses": {
        "perception": -1
    },
    "skill_bonuses_all": {
        "acrobatics": -2,
        "animal_handling": -1,
        "arcana": -5,
        "athletics": 3,
        "deception": -5,
        "history": -5,
        "insight": -1,
        "intimidation": -5,
        "investigation": -5,
        "medicine": -1,
        "nature": -5,
        "perception": -1,
        "performance": -5,
        "persuasion": -5,
        "religion": -5,
        "sleight_of_hand": -2,
        "stealth": -2,
        "survival": -1
    },
    "passive_perception": 9,
    "resistances_and_immunities": {
        "damage_immunities_display": "acid, bludgeoning, cold",
        "damage_immunities": [
            {
                "name": "Acid",
                "key": "acid",
                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            },
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "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 ordinary pile of leaves."
        },
        {
            "name": "Ooze Nature",
            "desc": "Doesn’t require sleep."
        },
        {
            "name": "Rotting Leaves",
            "desc": "When a creature hits it with melee attack while within 5 ft. of it mold spores and decomposing matter fly from the wound. Each creature within 5 ft. of it: poisoned until the end of its next turn (DC 13 Con negates)."
        }
    ],
    "creaturesets": [],
    "environments": []
}