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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_life-broker/?format=api",
    "key": "tob3_life-broker",
    "name": "Life Broker",
    "document": {
        "name": "Tome of Beasts 3",
        "key": "tob3",
        "display_name": "Tome of Beasts 3",
        "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-3/"
    },
    "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": "13.000",
    "challenge_rating_text": "13",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0
    },
    "speed_all": {
        "unit": null,
        "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 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": 16,
    "armor_detail": "breastplate",
    "hit_points": 190,
    "hit_dice": "20d8+100",
    "experience_points": 10000,
    "ability_scores": {
        "strength": 15,
        "dexterity": 19,
        "constitution": 20,
        "intelligence": 19,
        "wisdom": 14,
        "charisma": 20
    },
    "modifiers": {
        "strength": 2,
        "dexterity": 4,
        "constitution": 5,
        "intelligence": 4,
        "wisdom": 2,
        "charisma": 5
    },
    "initiative_bonus": 4,
    "saving_throws": {
        "constitution": 1,
        "wisdom": 7,
        "charisma": 1
    },
    "saving_throws_all": {
        "strength": 2,
        "dexterity": 4,
        "constitution": 1,
        "intelligence": 4,
        "wisdom": 7,
        "charisma": 1
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 2,
        "arcana": 4,
        "athletics": 2,
        "deception": 5,
        "history": 4,
        "insight": 2,
        "intimidation": 5,
        "investigation": 4,
        "medicine": 2,
        "nature": 4,
        "perception": 2,
        "performance": 5,
        "persuasion": 5,
        "religion": 4,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": 2
    },
    "passive_perception": 17,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "nonmagic B/P/S attacks not made w/cold iron weapons",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, frightened",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Quick-Footed",
            "desc": "Takes Dash Disengage or Dodge.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Draw Life Essence",
            "desc": "Can spend 10 min coaxing life essence out of willing creature taking only agreed amount of time from creature’s max lifetime. Essence appears as rosy mist that rises from mouth nose or skin of creature and snakes into carved crystal vial in broker’s cloak where it takes the form of a crimson liquid. Creature that drinks such a vial gains life stored within it provided broker gave vial willingly. If broker draws all remaining life from creature creature dies and can be returned to life only via wish spell."
        },
        {
            "name": "Life Reading",
            "desc": "If it spends 1 min studying a mortal creature it can see within 30' of it broker can determine the remainder of that creature’s natural life to the second."
        },
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        },
        {
            "name": "Necrotic Weapons",
            "desc": "Its weapon attacks are magical. When it hits with any weapon weapon deals + 4d8 necrotic (included below)."
        }
    ],
    "creaturesets": [],
    "environments": []
}