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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_demon-balbazu/?format=api",
    "key": "tob3_demon-balbazu",
    "name": "Demon, Balbazu",
    "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": "Fiend",
        "key": "fiend",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api"
    },
    "size": {
        "name": "Tiny",
        "key": "tiny",
        "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
    },
    "challenge_rating_decimal": "2.000",
    "challenge_rating_text": "2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 10.0,
        "swim": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 10.0,
        "crawl": 5.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 5.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "understands Abyssal but can't speak",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 36,
    "hit_dice": "8d6+8",
    "experience_points": 450,
    "ability_scores": {
        "strength": 3,
        "dexterity": 16,
        "constitution": 13,
        "intelligence": 5,
        "wisdom": 11,
        "charisma": 7
    },
    "modifiers": {
        "strength": -4,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": -3,
        "wisdom": 0,
        "charisma": -2
    },
    "initiative_bonus": 3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -4,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": -3,
        "wisdom": 0,
        "charisma": -2
    },
    "skill_bonuses": {
        "perception": 0
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 0,
        "arcana": -3,
        "athletics": -4,
        "deception": -2,
        "history": -3,
        "insight": 0,
        "intimidation": -2,
        "investigation": -3,
        "medicine": 0,
        "nature": -3,
        "perception": 0,
        "performance": -2,
        "persuasion": -2,
        "religion": -3,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 0
    },
    "passive_perception": 10,
    "resistances_and_immunities": {
        "damage_immunities_display": "poison",
        "damage_immunities": [
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "cold, fire, lightning; nonmagic B/P/S attacks",
        "damage_resistances": [
            {
                "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": "Lightning",
                "key": "lightning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "poisoned",
        "condition_immunities": [
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Aquatic Invisibility",
            "desc": "Invisible while fully immersed in water."
        },
        {
            "name": "Blood Reservoir",
            "desc": "Stores drained blood within itself. Each time it causes blood loss to a creature its Blood Reservoir increases by amount equal to hp of blood it drained from the creature."
        },
        {
            "name": "Demon Food",
            "desc": "A demon within 5 ft. of it and that isn’t another balbazu can use a bonus action to reduce the Blood Reservoir by up to 10 regaining hp equal to that amount as it drinks blood from the reservoir."
        },
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        }
    ],
    "creaturesets": [],
    "environments": []
}