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

GET /v2/creatures/tob-2023_lorelei/?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_lorelei/?format=api",
    "key": "tob-2023_lorelei",
    "name": "Lorelei",
    "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 Evil",
    "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": "",
    "hit_points": 93,
    "hit_dice": "11d8 + 44",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 10,
        "dexterity": 21,
        "constitution": 18,
        "intelligence": 16,
        "wisdom": 16,
        "charisma": 21
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 5,
        "constitution": 4,
        "intelligence": 3,
        "wisdom": 3,
        "charisma": 5
    },
    "initiative_bonus": 5,
    "saving_throws": {
        "dexterity": 8,
        "charisma": 8
    },
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 8,
        "constitution": 4,
        "intelligence": 3,
        "wisdom": 3,
        "charisma": 8
    },
    "skill_bonuses": {
        "deception": 8,
        "performance": 8,
        "persuasion": 8
    },
    "skill_bonuses_all": {
        "acrobatics": 5,
        "animal_handling": 3,
        "arcana": 3,
        "athletics": 0,
        "deception": 8,
        "history": 3,
        "insight": 3,
        "intimidation": 5,
        "investigation": 3,
        "medicine": 3,
        "nature": 3,
        "perception": 3,
        "performance": 8,
        "persuasion": 8,
        "religion": 3,
        "sleight_of_hand": 5,
        "stealth": 5,
        "survival": 3
    },
    "passive_perception": 13,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "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": "Corrupted Kiss",
            "desc": "Melee Spell Attack: +8 to hit, reach 5 ft., one willing creature, or a creature that is incapacitated or restrained. Hit: 14 (2d8 + 5) necrotic damage, and the lorelei regains hp equal to that amount.",
            "attacks": [
                {
                    "name": "Corrupted Kiss attack",
                    "attack_type": "SPELL",
                    "to_hit_mod": 8,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "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": "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": "Multiattack",
            "desc": "The lorelei can use her Stunning Glance. She then makes three Psychic Blast attacks. She can replace one attack with a use of Corrupted Kiss.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Psychic Blast",
            "desc": "Melee or Ranged Spell Attack: +8 to hit, reach 5 ft. or range 60 ft., one target. Hit: 12 (2d6 + 5) psychic damage.",
            "attacks": [
                {
                    "name": "Psychic Blast attack",
                    "attack_type": "SPELL",
                    "to_hit_mod": 8,
                    "reach": 5.0,
                    "range": 60.0,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D6",
                    "damage_bonus": 5,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Psychic",
                        "key": "psychic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Stunning Glance",
            "desc": "The lorelei sends a seductive glance at a creature she can see within 30 feet of her. The target must succeed on a DC 15 Wisdom saving throw or be stunned until the end of its next turn. On a successful save, a creature is immune to this lorelei's Stunning Glance for the next 24 hours.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Alluring Presence",
            "desc": "When a Humanoid that can see the lorelei starts its turn within 30 feet of the lorelei, the lorelei can force it to make a DC 15 Wisdom saving throw if the lorelei isn't incapacitated and can see the Humanoid. On a failed save, the Humanoid is charmed until the start if its next turn. While charmed, the target is incapacitated and must move on its turn toward the lorelei by the most direct route, trying to get within 5 feet of the lorelei for a kiss from her. The Humanoid doesn’t avoid opportunity attacks, but before moving into damaging terrain, such as lava or a pit, and whenever it takes damage, the Humanoid can repeat the saving throw. If the saving throw is successful, the effect ends for it, and it regains its senses for the remainder of its turn."
        },
        {
            "name": "Amphibious",
            "desc": "The lorelei can breathe air and water."
        },
        {
            "name": "Free Water Spirit",
            "desc": "While in contact with water, the lorelei ignores difficult terrain, and magical effects can’t reduce her speed or cause her to be restrained. In addition, she can spend 5 feet of movement to escape from nonmagical restraints or being grappled."
        }
    ],
    "creaturesets": [],
    "environments": []
}