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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_gray-ooze/?format=api",
    "key": "srd-2024_gray-ooze",
    "name": "Gray Ooze",
    "document": {
        "name": "System Reference Document 5.2",
        "key": "srd-2024",
        "display_name": "5e 2024 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2024",
            "key": "5e-2024",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "type": {
        "name": "Ooze",
        "key": "ooze",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/ooze/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "1.000",
    "challenge_rating_text": "1",
    "proficiency_bonus": null,
    "speed": {
        "walk": 10.0,
        "unit": "feet",
        "climb": 10.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 10.0,
        "crawl": 5.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 10.0,
        "swim": 5.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 9,
    "armor_detail": "natural armor",
    "hit_points": 22,
    "hit_dice": "3d8 + 9",
    "experience_points": 200,
    "ability_scores": {
        "strength": 12,
        "dexterity": 6,
        "constitution": 16,
        "intelligence": 1,
        "wisdom": 6,
        "charisma": 2
    },
    "modifiers": {
        "strength": 1,
        "dexterity": -2,
        "constitution": 3,
        "intelligence": -5,
        "wisdom": -2,
        "charisma": -4
    },
    "initiative_bonus": -2,
    "saving_throws": {
        "strength": 1,
        "dexterity": -2,
        "constitution": 3,
        "intelligence": -5,
        "wisdom": -2,
        "charisma": -4
    },
    "saving_throws_all": {
        "strength": 1,
        "dexterity": -2,
        "constitution": 3,
        "intelligence": -5,
        "wisdom": -2,
        "charisma": -4
    },
    "skill_bonuses": {
        "stealth": 2
    },
    "skill_bonuses_all": {
        "acrobatics": -2,
        "animal_handling": -2,
        "arcana": -5,
        "athletics": 1,
        "deception": -4,
        "history": -5,
        "insight": -2,
        "intimidation": -4,
        "investigation": -5,
        "medicine": -2,
        "nature": -5,
        "perception": -2,
        "performance": -4,
        "persuasion": -4,
        "religion": -5,
        "sleight_of_hand": -2,
        "stealth": 2,
        "survival": -2
    },
    "passive_perception": 8,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "acid, cold, fire",
        "damage_resistances": [
            {
                "name": "Acid",
                "key": "acid",
                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            },
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            },
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": 60.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Pseudopod",
            "desc": "Melee Attack Roll: +3, reach 5 ft. 10 (2d8 + 1) Acid damage. Nonmagical armor worn by the target takes a -1 penalty to the AC it offers. The armor is destroyed if the penalty reduces its AC to 10. The penalty can be removed by casting the Mending spell on the armor.",
            "attacks": [
                {
                    "name": "Pseudopod attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 3,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D8",
                    "damage_bonus": 1,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Acid",
                        "key": "acid",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Amorphous",
            "desc": "The ooze can move through a space as narrow as 1 inch without expending extra movement to do so."
        },
        {
            "name": "Corrosive Form",
            "desc": "Nonmagical ammunition is destroyed immediately after hitting the ooze and dealing any damage. Any nonmagical weapon takes a cumulative -1 penalty to attack rolls immediately after dealing damage to the ooze and coming into contact with it. The weapon is destroyed if the penalty reaches -5. The penalty can be removed by casting the Mending spell on the weapon. The ooze can eat through 2-inch-thick, nonmagical metal or wood in 1 round."
        }
    ],
    "creaturesets": [],
    "environments": []
}