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

GET /v2/creatures/srd-2024_will-o-wisp/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_will-o-wisp/?format=api",
    "key": "srd-2024_will-o-wisp",
    "name": "Will-o'-Wisp",
    "document": {
        "name": "System Reference Document 5.2",
        "key": "srd-2024",
        "display_name": "5e 2024 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2024",
            "key": "5e-2024",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "type": {
        "name": "Undead",
        "key": "undead",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "2.000",
    "challenge_rating_text": "2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 5.0,
        "unit": "feet",
        "fly": 50.0,
        "hover": true
    },
    "speed_all": {
        "unit": "feet",
        "walk": 5.0,
        "crawl": 2.5,
        "hover": true,
        "fly": 50.0,
        "burrow": 0.0,
        "climb": 2.5,
        "swim": 2.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "Common plus one other language",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            }
        ]
    },
    "armor_class": 19,
    "armor_detail": "natural armor",
    "hit_points": 27,
    "hit_dice": "11d4",
    "experience_points": 450,
    "ability_scores": {
        "strength": 1,
        "dexterity": 28,
        "constitution": 10,
        "intelligence": 13,
        "wisdom": 14,
        "charisma": 11
    },
    "modifiers": {
        "strength": -5,
        "dexterity": 9,
        "constitution": 0,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 0
    },
    "initiative_bonus": 9,
    "saving_throws": {
        "strength": -5,
        "dexterity": 9,
        "constitution": 0,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 0
    },
    "saving_throws_all": {
        "strength": -5,
        "dexterity": 9,
        "constitution": 0,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 0
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 9,
        "animal_handling": 2,
        "arcana": 1,
        "athletics": -5,
        "deception": 0,
        "history": 1,
        "insight": 2,
        "intimidation": 0,
        "investigation": 1,
        "medicine": 2,
        "nature": 1,
        "perception": 2,
        "performance": 0,
        "persuasion": 0,
        "religion": 1,
        "sleight_of_hand": 9,
        "stealth": 9,
        "survival": 2
    },
    "passive_perception": 12,
    "resistances_and_immunities": {
        "damage_immunities_display": "lightning, poison",
        "damage_immunities": [
            {
                "name": "Lightning",
                "key": "lightning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "acid, cold, fire, necrotic",
        "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": "Necrotic",
                "key": "necrotic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
        "condition_immunities": [
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?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"
            },
            {
                "name": "Unconscious",
                "key": "unconscious",
                "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Shock",
            "desc": "Melee Attack Roll: +4, reach 5 ft. 11 (2d8 + 2) Lightning damage.",
            "attacks": [
                {
                    "name": "Shock attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 4,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D8",
                    "damage_bonus": 2,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Lightning",
                        "key": "lightning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Ephemeral",
            "desc": "The wisp can't wear or carry anything."
        },
        {
            "name": "Illumination",
            "desc": "The wisp sheds Bright Light in a 20-foot radius and Dim Light for an additional 20 feet."
        },
        {
            "name": "Incorporeal Movement",
            "desc": "The wisp can move through other creatures and objects as if they were Difficult Terrain. It takes 5 (1d10) Force damage if it ends its turn inside an object."
        }
    ],
    "creaturesets": [],
    "environments": []
}