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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_fleshdreg/?format=api",
    "key": "tob2_fleshdreg",
    "name": "Fleshdreg",
    "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": "Plant",
        "key": "plant",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "5.000",
    "challenge_rating_text": "5",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral good",
    "languages": {
        "as_string": "Common, Deep Speech, Sylvan",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Deep Speech",
                "key": "deep-speech",
                "url": "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "desc": "Typical speakers include aboleths and cloakers. It is only spoken."
            },
            {
                "name": "Sylvan",
                "key": "sylvan",
                "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "desc": "Typical speakers are fey creatures."
            }
        ]
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 115,
    "hit_dice": "10d12+50",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 19,
        "dexterity": 6,
        "constitution": 20,
        "intelligence": 13,
        "wisdom": 16,
        "charisma": 7
    },
    "modifiers": {
        "strength": 4,
        "dexterity": -2,
        "constitution": 5,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": -2
    },
    "initiative_bonus": -2,
    "saving_throws": {
        "constitution": 8
    },
    "saving_throws_all": {
        "strength": 4,
        "dexterity": -2,
        "constitution": 8,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": -2
    },
    "skill_bonuses": {
        "insight": 6,
        "nature": 4
    },
    "skill_bonuses_all": {
        "acrobatics": -2,
        "animal_handling": 3,
        "arcana": 1,
        "athletics": 4,
        "deception": -2,
        "history": 1,
        "insight": 6,
        "intimidation": -2,
        "investigation": 1,
        "medicine": 3,
        "nature": 4,
        "perception": 3,
        "performance": -2,
        "persuasion": -2,
        "religion": 1,
        "sleight_of_hand": -2,
        "stealth": -2,
        "survival": 3
    },
    "passive_perception": 13,
    "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": "fire",
        "damage_resistances": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "exhaustion, unconscious",
        "condition_immunities": [
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            },
            {
                "name": "Unconscious",
                "key": "unconscious",
                "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Disgorge Innards",
            "desc": "The fleshdreg expels acidic sludge in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 16 Dexterity saving throw, taking 18 (4d8) acid damage on a failed save, or half as much damage on a successful one. A creature that fails the saving throw takes 9 (2d8) acid damage the end of its next turn, unless it or a creature within 5 feet of it takes an action to remove the sludge.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "RECHARGE_ON_ROLL",
                "param": 6
            }
        },
        {
            "name": "Multiattack",
            "desc": "The fleshdreg makes two slam attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Rock",
            "desc": "Melee Weapon Attack: +7 to hit, range 60/180 ft., one target. Hit: 20 (3d10 + 4) bludgeoning damage.",
            "attacks": [
                {
                    "name": "Rock attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 7,
                    "reach": null,
                    "range": 60.0,
                    "long_range": 180.0,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "damage_die_type": "D10",
                    "damage_bonus": 4,
                    "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": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Slam",
            "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 14 (3d6 + 4) bludgeoning damage.",
            "attacks": [
                {
                    "name": "Slam attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 7,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "damage_die_type": "D6",
                    "damage_bonus": 4,
                    "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
        }
    ],
    "traits": [
        {
            "name": "Regeneration",
            "desc": "The fleshdreg regains 5 hp at the start of its turn if it has at least 1 hp. If the fleshdreg uses its Disgorge Innards action, this trait doesn’t function at the start of its next turn."
        }
    ],
    "creaturesets": [],
    "environments": []
}