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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_vorthropod/?format=api",
    "key": "tob3_vorthropod",
    "name": "Vorthropod",
    "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": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?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,
        "climb": 20.0,
        "swim": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 30.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "natural",
    "hit_points": 127,
    "hit_dice": "15d8+60",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 16,
        "dexterity": 10,
        "constitution": 19,
        "intelligence": 3,
        "wisdom": 12,
        "charisma": 3
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 0,
        "constitution": 4,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -4
    },
    "initiative_bonus": 0,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 0,
        "constitution": 4,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -4
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 1,
        "arcana": -4,
        "athletics": 3,
        "deception": -4,
        "history": -4,
        "insight": 1,
        "intimidation": -4,
        "investigation": -4,
        "medicine": 1,
        "nature": -4,
        "perception": 1,
        "performance": -4,
        "persuasion": -4,
        "religion": -4,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 1
    },
    "passive_perception": 11,
    "resistances_and_immunities": {
        "damage_immunities_display": "fire, poison ",
        "damage_immunities": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "slashing, piercing",
        "damage_resistances": [
            {
                "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": "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": 10.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Lava Bound",
            "desc": "Can exist outside of lava or magma for up to 4 hrs each day. If it starts its turn outside of lava and didn’t take fire since end of its previous turn its shell begins to cool and harden. While its shell is hardened has walking speed of 20' AC 18 and vulnerability to bludgeoning. If it starts its turn in lava or if it took fire damage since end of its previous turn its shell becomes molten again. If vorthropod remains outside of lava for more than 4 hrs its shell becomes petrified transforming into basalt and vorthropod within goes into hibernation. Its body returns to normal if it is submerged in lava or magma for 1 round. It can stay petrified in hibernation for up to 1d100+10 years after which it dies."
        },
        {
            "name": "Lava Camouflage",
            "desc": "Has advantage on Dex (Stealth) checks made to hide in lava and volcanic terrain."
        },
        {
            "name": "Molten Shell",
            "desc": "If Its shell isn’t hardened creature that touches it or hits it with melee attack while within 5 ft. of it takes 7 (2d6) fire."
        }
    ],
    "creaturesets": [],
    "environments": []
}