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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_chamrosh/?format=api",
    "key": "tob2_chamrosh",
    "name": "Chamrosh",
    "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": "Celestial",
        "key": "celestial",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?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": 40.0,
        "unit": "feet",
        "fly": 60.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 60.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral good",
    "languages": {
        "as_string": "Celestial, Common, telepathy 60 ft.",
        "data": [
            {
                "name": "Celestial",
                "key": "celestial",
                "url": "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "desc": "Typical speakers are celestials"
            },
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            }
        ]
    },
    "armor_class": 14,
    "armor_detail": "natural armor",
    "hit_points": 39,
    "hit_dice": "6d8+12",
    "experience_points": 200,
    "ability_scores": {
        "strength": 14,
        "dexterity": 13,
        "constitution": 15,
        "intelligence": 8,
        "wisdom": 15,
        "charisma": 16
    },
    "modifiers": {
        "strength": 2,
        "dexterity": 1,
        "constitution": 2,
        "intelligence": -1,
        "wisdom": 2,
        "charisma": 3
    },
    "initiative_bonus": 1,
    "saving_throws": {
        "wisdom": 4,
        "charisma": 5
    },
    "saving_throws_all": {
        "strength": 2,
        "dexterity": 1,
        "constitution": 2,
        "intelligence": -1,
        "wisdom": 4,
        "charisma": 5
    },
    "skill_bonuses": {
        "insight": 4,
        "perception": 6,
        "survival": 6
    },
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 2,
        "arcana": -1,
        "athletics": 2,
        "deception": 3,
        "history": -1,
        "insight": 4,
        "intimidation": 3,
        "investigation": -1,
        "medicine": 2,
        "nature": -1,
        "perception": 6,
        "performance": 3,
        "persuasion": 3,
        "religion": -1,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": 6
    },
    "passive_perception": 16,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "fire, radiant",
        "damage_resistances": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            },
            {
                "name": "Radiant",
                "key": "radiant",
                "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "frightened",
        "condition_immunities": [
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (1d10 + 2) piercing damage.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 4,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D10",
                    "damage_bonus": 2,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Fearsome Bark",
            "desc": "The chamrosh lets out a highpitched bark at a creature it can see within 30 feet of it. If the target is of evil alignment, it must make a DC 13 Wisdom saving throw. On a failure, the target takes 10 (3d6) psychic damage and is frightened until the end of its next turn. On a success, the target takes half the damage and isn't frightened. The bark has no effect on neutral or good-aligned creatures.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "RECHARGE_ON_ROLL",
                "param": 5
            }
        },
        {
            "name": "Healing Lick",
            "desc": "The chamrosh licks another creature. The target magically regains 10 (2d8 + 1) hp and is cured of the charmed, frightened, and poisoned conditions.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 2
            }
        }
    ],
    "traits": [
        {
            "name": "Angelic Awareness",
            "desc": "The chamrosh has advantage on Wisdom (Insight) checks to determine if a creature is lying or if a creature has an evil alignment."
        },
        {
            "name": "Flyby",
            "desc": "The chamrosh doesn’t provoke opportunity attacks when it flies out of an enemy’s reach."
        },
        {
            "name": "Keen Hearing and Smell",
            "desc": "The chamrosh has advantage on Wisdom (Perception) checks that rely on hearing or smell."
        }
    ],
    "creaturesets": [],
    "environments": []
}