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

GET /v2/creatures/a5e-mm_corrupted-unicorn/?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_corrupted-unicorn/?format=api",
    "key": "a5e-mm_corrupted-unicorn",
    "name": "Corrupted Unicorn",
    "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": "Celestial",
        "key": "celestial",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "5.000",
    "challenge_rating_text": "5",
    "proficiency_bonus": null,
    "speed": {
        "walk": 80.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 80.0,
        "crawl": 40.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 40.0,
        "swim": 40.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "Celestial, Elvish, Sylvan, 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": "Elvish",
                "key": "elvish",
                "url": "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "desc": "Typical speakers are elves."
            },
            {
                "name": "Sylvan",
                "key": "sylvan",
                "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "desc": "Typical speakers are fey creatures."
            }
        ]
    },
    "armor_class": 14,
    "armor_detail": "",
    "hit_points": 85,
    "hit_dice": "9d10+36",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 20,
        "dexterity": 18,
        "constitution": 18,
        "intelligence": 16,
        "wisdom": 20,
        "charisma": 20
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 4,
        "constitution": 4,
        "intelligence": 3,
        "wisdom": 5,
        "charisma": 5
    },
    "initiative_bonus": 4,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 5,
        "dexterity": 4,
        "constitution": 4,
        "intelligence": 3,
        "wisdom": 5,
        "charisma": 5
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 5,
        "arcana": 3,
        "athletics": 5,
        "deception": 5,
        "history": 3,
        "insight": 5,
        "intimidation": 5,
        "investigation": 3,
        "medicine": 5,
        "nature": 3,
        "perception": 5,
        "performance": 5,
        "persuasion": 5,
        "religion": 3,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": 5
    },
    "passive_perception": 15,
    "resistances_and_immunities": {
        "damage_immunities_display": "poison",
        "damage_immunities": [
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, paralyzed, poisoned",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Paralyzed",
                "key": "paralyzed",
                "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Darkness Aura",
            "desc": "A 15-foot radius area of magical darkness emanates from the unicorn  spreading around corners and moving with it. Darkvision and natural light can't penetrate it. If the darkness overlaps with an area of light created by a 2nd-level spell or lower  the spell creating the light is dispelled. The darkness aura lasts for 10 minutes or until the unicorn takes damage. The aura doesnt hinder the unicorns sight.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 4,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 1
            }
        },
        {
            "name": "Grant Boon",
            "desc": "The unicorn touches a willing creature including itself  with its horn and grants one of the following boons:",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 5,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 3
            }
        },
        {
            "name": "Healing",
            "desc": "The creature magically regains 21 (6d6) hit points. It is cured of all diseases and poisons affecting it are neutralized.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 6,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Hooves",
            "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) bludgeoning damage.",
            "attacks": [
                {
                    "name": "Hooves attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 8,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D8",
                    "damage_bonus": 5,
                    "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
        },
        {
            "name": "Horn",
            "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage plus 10 (3d6) radiant damage. If the target is a creature and the unicorn moves at least 20 feet straight towards the target before the attack  the target takes an extra 9 (2d8) bludgeoning damage and makes a DC 16 Strength saving throw  falling prone on a failure.",
            "attacks": [
                {
                    "name": "Horn attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 8,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D8",
                    "damage_bonus": 5,
                    "damage_type": null,
                    "extra_damage_die_count": 3,
                    "extra_damage_die_type": "D6",
                    "extra_damage_bonus": 0,
                    "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": "Luck: During the next 24 hours, the creature can roll a d12 and add the result to one ability check, attack roll, or saving throw after seeing the result",
            "desc": "",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 7,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The unicorn attacks once with its hooves and once with its horn.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Protection: A glowing mote of light orbits the creatures head",
            "desc": "The mote lasts 24 hours. When the creature fails a saving throw  it can use its reaction to expend the mote and succeed on the saving throw.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 8,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Resolution",
            "desc": "The creature is immune to being charmed or frightened for 24 hours.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 9,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Trample",
            "desc": "The unicorn attacks a prone creature with its hooves.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Magic Resistance",
            "desc": "The unicorn has advantage on saving throws against spells and magical effects."
        }
    ],
    "creaturesets": [],
    "environments": []
}