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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_necrotech-bonecage-constrictor/?format=api",
    "key": "tob3_necrotech-bonecage-constrictor",
    "name": "Necrotech Bonecage Constrictor",
    "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": "Undead",
        "key": "undead",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "9.000",
    "challenge_rating_text": "9",
    "proficiency_bonus": null,
    "speed": {
        "walk": 50.0
    },
    "speed_all": {
        "unit": null,
        "walk": 50.0,
        "crawl": 25.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 25.0,
        "swim": 25.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral evil",
    "languages": {
        "as_string": "understands Common and Darakhul but can't speak",
        "data": []
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 175,
    "hit_dice": "14d12+84",
    "experience_points": 5000,
    "ability_scores": {
        "strength": 19,
        "dexterity": 16,
        "constitution": 22,
        "intelligence": 6,
        "wisdom": 8,
        "charisma": 5
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 3,
        "constitution": 6,
        "intelligence": -2,
        "wisdom": -1,
        "charisma": -3
    },
    "initiative_bonus": 3,
    "saving_throws": {
        "strength": 8,
        "dexterity": 7
    },
    "saving_throws_all": {
        "strength": 8,
        "dexterity": 7,
        "constitution": 6,
        "intelligence": -2,
        "wisdom": -1,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": -1
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": -1,
        "arcana": -2,
        "athletics": 4,
        "deception": -3,
        "history": -2,
        "insight": -1,
        "intimidation": -3,
        "investigation": -2,
        "medicine": -1,
        "nature": -2,
        "perception": -1,
        "performance": -3,
        "persuasion": -3,
        "religion": -2,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": -1
    },
    "passive_perception": 9,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "bludgeoning, thunder",
        "damage_vulnerabilities": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Thunder",
                "key": "thunder",
                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            }
        ],
        "condition_immunities_display": "poisoned, prone",
        "condition_immunities": [
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            },
            {
                "name": "Prone",
                "key": "prone",
                "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": 30.0,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Necrotic Prison",
            "desc": "Creatures restrained by its Encage automatically stabilize at 0 hp and take no further damage from Encage. If creature damaged from another source while restrained suffers death save failure as normal but immediately stabilizes if not its final death save."
        }
    ],
    "creaturesets": [],
    "environments": []
}