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

GET /v2/creatures/tob-2023_kikimora/?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_kikimora/?format=api",
    "key": "tob-2023_kikimora",
    "name": "Kikimora",
    "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": "Fey",
        "key": "fey",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "5.000",
    "challenge_rating_text": "5",
    "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": "Chaotic Neutral",
    "languages": {
        "as_string": "Common, Sylvan",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Sylvan",
                "key": "sylvan",
                "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "desc": "Typical speakers are fey creatures."
            }
        ]
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 78,
    "hit_dice": "12d8 + 24",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 13,
        "dexterity": 18,
        "constitution": 15,
        "intelligence": 12,
        "wisdom": 16,
        "charisma": 21
    },
    "modifiers": {
        "strength": 1,
        "dexterity": 4,
        "constitution": 2,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": 5
    },
    "initiative_bonus": 4,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 4,
        "constitution": 2,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": 5
    },
    "skill_bonuses": {
        "deception": 8,
        "persuasion": 8,
        "stealth": 7
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 3,
        "arcana": 1,
        "athletics": 1,
        "deception": 8,
        "history": 1,
        "insight": 3,
        "intimidation": 5,
        "investigation": 1,
        "medicine": 3,
        "nature": 1,
        "perception": 3,
        "performance": 5,
        "persuasion": 8,
        "religion": 1,
        "sleight_of_hand": 4,
        "stealth": 7,
        "survival": 3
    },
    "passive_perception": 13,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "bludgeoning, piercing, and slashing from nonmagical attacks",
        "damage_resistances": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Claw",
            "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
            "attacks": [
                {
                    "name": "Claw attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 7,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D6",
                    "damage_bonus": 4,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Domestic Magic",
            "desc": "The kikimora can cast the mending, minor illusion, and prestidigitation cantrips at will, requiring no material components and using Charisma as the spellcasting ability.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Homeward Step",
            "desc": "While within a structure containing its hidden home (see the Hidden Home trait), the kikimora magically teleports, along with any equipment it is wearing or carrying, to an unoccupied space within 15 feet of the hidden home's symbol.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "House Pests",
            "desc": "The kikimora magically calls 1 swarm of bats, insects, or rats. The called creatures arrive in 1d4 rounds, acting as allies of the kikimora and obeying its spoken commands. The Beasts remain for 1 hour, until the kikimora dies, or until the kikimora dismisses them as a bonus action.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 4,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 1
            }
        },
        {
            "name": "Invisibility",
            "desc": "The kikimora magically turns invisible until it attacks or casts a spell, or until its concentration ends (as if concentrating on a spell). Any equipment the kikimora wears or carries is invisible with it.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The kikimora makes three Claw attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Hidden Home",
            "desc": "The kikimora can spend 1 minute scribing a magical symbol on a wall, baseboard, cupboard, or other semi-permanent object within a structure. The symbol remains until the kikimora inscribes another symbol elsewhere. While within 5 feet of the surface where the symbol is inscribed, the kikimora can use an action to touch the symbol and be transported to an extradimensional space just large enough to hold the kikimora and up to 50 pounds of nonmagical objects. Only the kikimora can enter this space, along with any nonmagical objects it is wearing or carrying, up to the extradimensional space’s limits. While inside the extradimensional space, the kikimora can see out as if through a 2-foot-by-2-foot window centered on the symbol and can exit the space as an action, appearing in an unoccupied space within 10 feet of the surface where the symbol is inscribed."
        },
        {
            "name": "Magic Resistance",
            "desc": "The kikimora has advantage on saving throws against spells and other magical effects."
        }
    ],
    "creaturesets": [],
    "environments": []
}