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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_soil-snake/?format=api",
    "key": "tob3_soil-snake",
    "name": "Soil Snake",
    "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": "Construct",
        "key": "construct",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "4.000",
    "challenge_rating_text": "4",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "burrow": 40.0
    },
    "speed_all": {
        "unit": null,
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 40.0,
        "climb": 20.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "understands creator's languages but can't speak",
        "data": []
    },
    "armor_class": 14,
    "armor_detail": "natural armor",
    "hit_points": 115,
    "hit_dice": "11d12+44",
    "experience_points": 1100,
    "ability_scores": {
        "strength": 21,
        "dexterity": 10,
        "constitution": 18,
        "intelligence": 6,
        "wisdom": 12,
        "charisma": 5
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 0,
        "constitution": 4,
        "intelligence": -2,
        "wisdom": 1,
        "charisma": -3
    },
    "initiative_bonus": 0,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 5,
        "dexterity": 0,
        "constitution": 4,
        "intelligence": -2,
        "wisdom": 1,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 1,
        "arcana": -2,
        "athletics": 5,
        "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": 0,
        "stealth": 0,
        "survival": 1
    },
    "passive_perception": 12,
    "resistances_and_immunities": {
        "damage_immunities_display": "poison, psychic",
        "damage_immunities": [
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            },
            {
                "name": "Psychic",
                "key": "psychic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            }
        ],
        "damage_resistances_display": "fire",
        "damage_resistances": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, prone",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            },
            {
                "name": "Paralyzed",
                "key": "paralyzed",
                "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
            },
            {
                "name": "Petrified",
                "key": "petrified",
                "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
            },
            {
                "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": 60.0,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Construct Nature",
            "desc": "Doesn’t require air food drink or sleep."
        },
        {
            "name": "Grassland Camouflage",
            "desc": "Has advantage on Dex (Stealth) checks made to hide in grassland terrain."
        }
    ],
    "creaturesets": [],
    "environments": []
}