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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_ghost-knight/?format=api",
    "key": "tob-2023_ghost-knight",
    "name": "Ghost Knight",
    "document": {
        "name": "Tome of Beasts 1 (2023 Edition)",
        "key": "tob-2023",
        "display_name": "Tome of Beasts 1 (2023 Edition)",
        "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/kpstore/product/tome-of-beasts-1-2023-edition-hardcover/"
    },
    "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": "7.000",
    "challenge_rating_text": "7",
    "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": "Lawful Evil",
    "languages": {
        "as_string": "Common",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            }
        ]
    },
    "armor_class": 17,
    "armor_detail": "half plate",
    "hit_points": 130,
    "hit_dice": "20d8 + 40",
    "experience_points": 2900,
    "ability_scores": {
        "strength": 17,
        "dexterity": 15,
        "constitution": 14,
        "intelligence": 8,
        "wisdom": 10,
        "charisma": 7
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 2,
        "constitution": 2,
        "intelligence": -1,
        "wisdom": 0,
        "charisma": -2
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 2,
        "constitution": 2,
        "intelligence": -1,
        "wisdom": 0,
        "charisma": -2
    },
    "skill_bonuses": {
        "athletics": 6,
        "perception": 3,
        "stealth": 5
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 0,
        "arcana": -1,
        "athletics": 6,
        "deception": -2,
        "history": -1,
        "insight": 0,
        "intimidation": -2,
        "investigation": -1,
        "medicine": 0,
        "nature": -1,
        "perception": 3,
        "performance": -2,
        "persuasion": -2,
        "religion": -1,
        "sleight_of_hand": 2,
        "stealth": 5,
        "survival": 0
    },
    "passive_perception": 13,
    "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": "necrotic",
        "damage_resistances": [
            {
                "name": "Necrotic",
                "key": "necrotic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, exhaustion, poisoned",
        "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": "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": "Battleaxe",
            "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage, or 8 (1d10 + 3) slashing damage if used with two hands, plus 7 (2d6) necrotic damage.",
            "attacks": [
                {
                    "name": "Battleaxe attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 6,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D8",
                    "damage_bonus": 3,
                    "damage_type": null,
                    "extra_damage_die_count": 2,
                    "extra_damage_die_type": "D6",
                    "extra_damage_bonus": 0,
                    "extra_damage_type": {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Lance",
            "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 9 (1d12 + 3) piercing damage plus 7 (2d6) necrotic damage.",
            "attacks": [
                {
                    "name": "Lance attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 6,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D12",
                    "damage_bonus": 3,
                    "damage_type": null,
                    "extra_damage_die_count": 2,
                    "extra_damage_die_type": "D6",
                    "extra_damage_bonus": 0,
                    "extra_damage_type": {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The ghost knight makes three Battleaxe or Lance attacks. If the ghost knight is mounted, it can make two Battleaxe or Lance attacks, and its mount can make one melee weapon attack.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Locked Saddle",
            "desc": "The ghost knight can’t be knocked prone, dismounted, or moved against its will while mounted."
        },
        {
            "name": "Mounted Warrior",
            "desc": "The ghost knight is rarely seen without its warhorse skeleton mount. The warhorse skeleton wears custom barding that raises its Armor Class to 15, and it has immunity to necrotic damage. While the ghost knight is mounted, its mount can’t be charmed or frightened."
        },
        {
            "name": "Necrotic Weapons",
            "desc": "The ghost knight’s weapon attacks are magical. When the knight hits with any weapon, the weapon deals an extra 2d6 necrotic damage (included in the attack)."
        },
        {
            "name": "Spirited Charge",
            "desc": "If the ghost knight moves at least 20 feet straight toward a creature while mounted and then hits with a Lance attack on the same turn, the ghost knight can use a bonus action to command its mount to make one melee weapon attack against that creature as a reaction."
        },
        {
            "name": "Turning Defiance",
            "desc": "The ghost knight and any undead within 30 feet of it have advantage on saving throws against effects that turn undead."
        },
        {
            "name": "Undead Nature",
            "desc": "The ghost knight doesn’t require air, food, drink, or sleep."
        }
    ],
    "creaturesets": [],
    "environments": []
}