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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_demilich/?format=api",
    "key": "a5e-mm_demilich",
    "name": "Demilich",
    "document": {
        "name": "Monstrous Menagerie",
        "key": "a5e-mm",
        "display_name": "Monstrous Menagerie",
        "publisher": {
            "name": "EN Publishing",
            "key": "en-publishing",
            "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
        },
        "gamesystem": {
            "name": "Advanced 5th Edition",
            "key": "a5e",
            "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
        },
        "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
    },
    "type": {
        "name": "Undead",
        "key": "undead",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api"
    },
    "size": {
        "name": "Tiny",
        "key": "tiny",
        "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
    },
    "challenge_rating_decimal": "18.000",
    "challenge_rating_text": "18",
    "proficiency_bonus": null,
    "speed": {
        "walk": 0.0,
        "unit": "feet",
        "fly": 30.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 0.0,
        "crawl": 0.0,
        "hover": false,
        "fly": 30.0,
        "burrow": 0.0,
        "climb": 0.0,
        "swim": 0.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "understands the languages it knew in life but doesnt speak",
        "data": []
    },
    "armor_class": 20,
    "armor_detail": "",
    "hit_points": 159,
    "hit_dice": "29d4+87",
    "experience_points": 20000,
    "ability_scores": {
        "strength": 10,
        "dexterity": 24,
        "constitution": 16,
        "intelligence": 24,
        "wisdom": 22,
        "charisma": 20
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 7,
        "constitution": 3,
        "intelligence": 7,
        "wisdom": 6,
        "charisma": 5
    },
    "initiative_bonus": 7,
    "saving_throws": {
        "strength": 6,
        "constitution": 9,
        "intelligence": 13,
        "wisdom": 12,
        "charisma": 11
    },
    "saving_throws_all": {
        "strength": 6,
        "dexterity": 7,
        "constitution": 9,
        "intelligence": 13,
        "wisdom": 12,
        "charisma": 11
    },
    "skill_bonuses": {
        "arcana": 13,
        "perception": 12,
        "stealth": 13
    },
    "skill_bonuses_all": {
        "acrobatics": 7,
        "animal_handling": 6,
        "arcana": 13,
        "athletics": 0,
        "deception": 5,
        "history": 7,
        "insight": 6,
        "intimidation": 5,
        "investigation": 7,
        "medicine": 6,
        "nature": 7,
        "perception": 12,
        "performance": 5,
        "persuasion": 5,
        "religion": 7,
        "sleight_of_hand": 7,
        "stealth": 13,
        "survival": 6
    },
    "passive_perception": 22,
    "resistances_and_immunities": {
        "damage_immunities_display": "necrotic, poison, psychic; damage from nonmagical weapons",
        "damage_immunities": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Necrotic",
                "key": "necrotic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            },
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            },
            {
                "name": "Psychic",
                "key": "psychic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            },
            {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, deafened, fatigue, frightened, paralyzed, petrified, poisoned, prone, stunned",
        "condition_immunities": [
            {
                "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": "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": "Stunned",
                "key": "stunned",
                "url": "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": 60.0,
    "actions": [
        {
            "name": "A demilich begins combat with one or two empty soul gems",
            "desc": "",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Cranial Transposition",
            "desc": "The dust surrounding the demilich falls to the ground. The demilich and a nonmagical, unattended skull within 30 teleport, switching places. Until the demilich moves or attacks, it is indistinguishable from a nonmagical skull, and the dust composing the demilichs wraithlike body doesnt reform around it.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Devour Soul",
            "desc": "The demilich targets one creature within 120 feet  forcing it to make a DC 17 Wisdom saving throw. On a success  or if all the large soul gems on the demilichs skull are occupied  the creature takes 40 necrotic damage  and the demilich regains the same number of hit points. If the target fails its saving throw and there is at least one unoccupied soul gem on the demilichs skull  the demilich regains 40 hit points  and the target dies instantly. Its soul is trapped in a soul gem on the demilichs skull  visible as a tiny  creature-shaped mote of light. While its soul is trapped  a creature can't be restored to life by any means. A soul that remains in a soul gem for 30 days is destroyed forever. If the demilich is defeated and a soul gem crushed  the creature is restored to life if its body is within 100 miles. A creature that succeeds on a saving throw against this effect is immune to it for 24 hours.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Dust Storm",
            "desc": "The dust of the demilichs body swirls in a 30-foot radius around the demilich. Each creature in the area makes a DC 17 Constitution saving throw. On a failure, the creature takes 21 (6d6) necrotic damage and is blinded until the end of its next turn. The demilich then moves up to its speed.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": 2,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Ringing Laugh",
            "desc": "Each creature within 60 feet that can hear the demilich makes a DC 17 Wisdom saving throw. On a failure, a creature is frightened until the end of its next turn.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": 2,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Telekinesis",
            "desc": "The demilich targets a Huge or smaller creature or an object weighing up to 1,000 pounds within 60 feet. If the target is a creature, it must succeed on a DC 17 Strength saving throw. Otherwise, the demilich moves the target up to 30 feet in any direction, including up. If another creature or object stops the targets movement, both take 10 (3d6) bludgeoning damage. At the end of this movement, the target falls if it is still in the air, taking falling damage as normal.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 4,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "The demilich can take 3 legendary actions",
            "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. The demilich regains spent legendary actions at the start of its turn.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Avoidance",
            "desc": "If the demilich makes a saving throw against an effect that deals half damage on a success, it takes no damage on a success and half damage on a failure."
        },
        {
            "name": "Legendary Resistance (5/Day)",
            "desc": "If the demilich fails a saving throw, it can choose to succeed instead. When it does so, one of the five tiny warding gems set on its forehead or teeth shatters."
        },
        {
            "name": "Undead Nature",
            "desc": "A demilich doesnt require air, sustenance, or sleep."
        }
    ],
    "creaturesets": [],
    "environments": []
}