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

GET /v2/creatures/tob_vampire-warlock-variant/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob_vampire-warlock-variant/?format=api",
    "key": "tob_vampire-warlock-variant",
    "name": "Vampire Warlock - Variant",
    "document": {
        "name": "Tome of Beasts",
        "key": "tob",
        "display_name": "Tome of Beasts",
        "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/tome-of-beasts/"
    },
    "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": "13.000",
    "challenge_rating_text": "13",
    "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": "the languages it knew in life",
        "data": []
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 144,
    "hit_dice": "17d8+68",
    "experience_points": 10000,
    "ability_scores": {
        "strength": 18,
        "dexterity": 18,
        "constitution": 18,
        "intelligence": 17,
        "wisdom": 15,
        "charisma": 18
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 4,
        "constitution": 4,
        "intelligence": 3,
        "wisdom": 2,
        "charisma": 4
    },
    "initiative_bonus": 4,
    "saving_throws": {
        "dexterity": 9,
        "wisdom": 7,
        "charisma": 9
    },
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 9,
        "constitution": 4,
        "intelligence": 3,
        "wisdom": 7,
        "charisma": 9
    },
    "skill_bonuses": {
        "perception": 7,
        "stealth": 9
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 2,
        "arcana": 3,
        "athletics": 4,
        "deception": 4,
        "history": 3,
        "insight": 2,
        "intimidation": 4,
        "investigation": 3,
        "medicine": 2,
        "nature": 3,
        "perception": 7,
        "performance": 4,
        "persuasion": 4,
        "religion": 3,
        "sleight_of_hand": 4,
        "stealth": 9,
        "survival": 2
    },
    "passive_perception": 17,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Necrotic",
                "key": "necrotic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?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": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Blood Puppet",
            "desc": "The vampire warlock targets one humanoid it can see within 30 feet. The target must succeed on a DC 17 Wisdom saving throw or be dominated by the vampire warlock as if it were the target of a dominate person spell. The target repeats the saving throw each time the vampire warlock or the vampire's companions do anything harmful to it, ending the effect on itself on a success. Otherwise, the effect lasts 24 hours or until the vampire warlock is destroyed, is on a different plane of existence than the target, or uses a bonus action to end the effect; the vampire warlock doesn't need to concentrate on maintaining the effect.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": null,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Bloody Arms",
            "desc": "The vampire warlock saturates itself in its own blood, causing 20 poison damage to itself. For 1 minute, its armor class increases to 20 and its unarmed strike and bite attacks do an additional 7 (2d6) poison damage.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": null,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Call the Blood",
            "desc": "The vampire warlock uses call the blood.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": null,
            "legendary_action_cost": 2,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Children of Hell",
            "desc": "The vampire warlock magically calls 2d4 imps or 1 shadow. The called creatures arrive in 1d4 rounds, acting as allies of the vampire warlock and obeying its spoken commands, and remain for 1 hour, until the vampire warlock dies, or until the vampire warlock dismisses them as a bonus action.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": null,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 1
            }
        },
        {
            "name": "Unarmed Strike",
            "desc": "The vampire warlock makes one unarmed strike.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": null,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Innate Spellcasting",
            "desc": "the vampire's spellcasting ability is Charisma (spell save DC 17). It can innately cast the following spells, requiring no material components.\n\nat will: darkness, dominate person, invisibility, misty step\n\n1/day each: arms of hadar, disguise self, dissonant whispers, detect thoughts, hold monster"
        }
    ],
    "creaturesets": [],
    "environments": []
}