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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_forgotten-regent/?format=api",
    "key": "tob3_forgotten-regent",
    "name": "Forgotten Regent",
    "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": "Undead",
        "key": "undead",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "10.000",
    "challenge_rating_text": "10",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "fly": 50.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 50.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "lawful neutral",
    "languages": {
        "as_string": "any languages it knew in life",
        "data": []
    },
    "armor_class": 17,
    "armor_detail": "natural armor",
    "hit_points": 187,
    "hit_dice": "22d8+88",
    "experience_points": 5900,
    "ability_scores": {
        "strength": 21,
        "dexterity": 10,
        "constitution": 18,
        "intelligence": 13,
        "wisdom": 14,
        "charisma": 21
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 0,
        "constitution": 4,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 5
    },
    "initiative_bonus": 0,
    "saving_throws": {
        "dexterity": 4,
        "wisdom": 6
    },
    "saving_throws_all": {
        "strength": 5,
        "dexterity": 4,
        "constitution": 4,
        "intelligence": 1,
        "wisdom": 6,
        "charisma": 5
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 2,
        "arcana": 1,
        "athletics": 5,
        "deception": 5,
        "history": 1,
        "insight": 2,
        "intimidation": 5,
        "investigation": 1,
        "medicine": 2,
        "nature": 1,
        "perception": 2,
        "performance": 5,
        "persuasion": 5,
        "religion": 1,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 2
    },
    "passive_perception": 16,
    "resistances_and_immunities": {
        "damage_immunities_display": "cold, necrotic, poison",
        "damage_immunities": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            },
            {
                "name": "Necrotic",
                "key": "necrotic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "acid, cold, fire, lighting, thunder; nonmagic B/P/S attacks not made w/silvered weapons",
        "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"
            },
            {
                "name": "Thunder",
                "key": "thunder",
                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?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": "Grappled",
                "key": "grappled",
                "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api"
            },
            {
                "name": "Paralyzed",
                "key": "paralyzed",
                "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
            },
            {
                "name": "Petrified",
                "key": "petrified",
                "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            },
            {
                "name": "Prone",
                "key": "prone",
                "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            },
            {
                "name": "Restrained",
                "key": "restrained",
                "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Army of the Damned",
            "desc": "Raises an arm into the air sending out a chill wind that empowers Undead allies. Each friendly Undead within 30' of it gains 10 temp hp.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Frozen Rune Maul",
            "desc": "Makes one Frozen Rune Maul attack.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": 2,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Teleport",
            "desc": "Magically teleports along with any items worn or carried up to 120' to an unoccupied spot it sees.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": 2,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Frozen Citizenry (1/Day)",
            "desc": "Magically calls 2d4 skeletons or zombies (regent’s choice) or two glacial corruptors (see Tome of Beasts 2). Called creatures arrive in 1d4 rounds acting as allies of the regent and obeying its spoken commands. The Undead remain for 1 hr until regent dies or until regent dismisses them as a bonus action."
        },
        {
            "name": "Frozen Reign",
            "desc": "When a friendly Undead within 30' of regent hits with any weapon weapon deals an extra 4 (1d8) cold."
        },
        {
            "name": "Glacier Imprisonment (Recharge 6)",
            "desc": "One creature regent can see within 60' of it: DC 16 Con save. If save fails by 5+ creature is instantly petrified in magical ice block. Otherwise creature that fails save begins to freeze and is restrained. Restrained creature must re-save at end of its next turn becoming petrified in magical ice block on a failure or ending effect on a success. Petrification lasts until creature is freed by greater restoration spell or other magic. Or the ice block can be attacked and destroyed (AC 15; hp 30; vulnerability to fire; immunity to poison and psychic) freeing the creature. When ice block takes damage that isn’t fire petrified creature takes half the damage dealt to the ice block."
        },
        {
            "name": "Incorporeal Movement",
            "desc": "Move through others/objects as difficult terrain. Takes 5 (1d10) force if it ends turn in object."
        },
        {
            "name": "Legendary Resistance (3/Day)",
            "desc": "Choose to succeed failed save."
        },
        {
            "name": "Turning",
            "desc": "[+]Defiance[/+] It and any Undead within 30' of it: advantage on saves vs. turn undead."
        },
        {
            "name": "Undead Nature",
            "desc": "Doesn't require air food drink or sleep."
        }
    ],
    "creaturesets": [],
    "environments": []
}