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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_elemental-permafrost/?format=api",
    "key": "tob3_elemental-permafrost",
    "name": "Elemental, Permafrost",
    "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": "Elemental",
        "key": "elemental",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "6.000",
    "challenge_rating_text": "6",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "burrow": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 30.0,
        "climb": 10.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral",
    "languages": {
        "as_string": "Terran",
        "data": []
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 133,
    "hit_dice": "14d10+56",
    "experience_points": 2300,
    "ability_scores": {
        "strength": 19,
        "dexterity": 8,
        "constitution": 18,
        "intelligence": 5,
        "wisdom": 15,
        "charisma": 5
    },
    "modifiers": {
        "strength": 4,
        "dexterity": -1,
        "constitution": 4,
        "intelligence": -3,
        "wisdom": 2,
        "charisma": -3
    },
    "initiative_bonus": -1,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 4,
        "dexterity": -1,
        "constitution": 4,
        "intelligence": -3,
        "wisdom": 2,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": -1,
        "animal_handling": 2,
        "arcana": -3,
        "athletics": 4,
        "deception": -3,
        "history": -3,
        "insight": 2,
        "intimidation": -3,
        "investigation": -3,
        "medicine": 2,
        "nature": -3,
        "perception": 2,
        "performance": -3,
        "persuasion": -3,
        "religion": -3,
        "sleight_of_hand": -1,
        "stealth": -1,
        "survival": 2
    },
    "passive_perception": 12,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "nonmagic B/P/S attacks",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "fire",
        "damage_vulnerabilities": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            }
        ],
        "condition_immunities_display": "exhaustion, paralyzed, petrified, poisoned, unconscious",
        "condition_immunities": [
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?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": "Unconscious",
                "key": "unconscious",
                "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": 60.0,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Earth Glide",
            "desc": "Can burrow through nonmagical unworked earth/stone with o disturbing material it moves through."
        },
        {
            "name": "Elemental Nature",
            "desc": "Doesn’t require air food drink or sleep."
        },
        {
            "name": "Frigid Footprints",
            "desc": "The ground within 10 ft. of the permafrost elemental freezes over and is difficult terrain."
        },
        {
            "name": "Plague Bearer",
            "desc": "If it takes 15+ fire on single turn each creature within 10 ft. of it: infected with primordial plague disease (DC 14 Con negates). Alternatively creature becomes infected with sewer plague or cackle fever (elemental’s choice) instead. Primordial plague takes 1 min to manifest in infected creature. After 1 min creature poisoned until disease cured. Every 24 hrs that elapse creature must re-save reducing its hp max by 5 (1d10) on failure. Disease is cured on success. Reduction lasts until disease is cured. Creature dies if disease reduces its hp max to 0."
        }
    ],
    "creaturesets": [],
    "environments": []
}