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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_old-salt/?format=api",
    "key": "tob3_old-salt",
    "name": "Old Salt",
    "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": "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,
        "swim": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 30.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral evil",
    "languages": {
        "as_string": "the languages it knew in life",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 117,
    "hit_dice": "18d8+36",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 13,
        "dexterity": 16,
        "constitution": 15,
        "intelligence": 10,
        "wisdom": 14,
        "charisma": 10
    },
    "modifiers": {
        "strength": 1,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": 0,
        "wisdom": 2,
        "charisma": 0
    },
    "initiative_bonus": 3,
    "saving_throws": {
        "wisdom": 3
    },
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": 0,
        "wisdom": 3,
        "charisma": 0
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 2,
        "arcana": 0,
        "athletics": 1,
        "deception": 0,
        "history": 0,
        "insight": 2,
        "intimidation": 0,
        "investigation": 0,
        "medicine": 2,
        "nature": 0,
        "perception": 2,
        "performance": 0,
        "persuasion": 0,
        "religion": 0,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 2
    },
    "passive_perception": 12,
    "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": "necrotic",
        "damage_resistances": [
            {
                "name": "Necrotic",
                "key": "necrotic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?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": [
        {
            "name": "Cunning Action",
            "desc": "Take Dash Disengage or Hide.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Experienced Sailor",
            "desc": "Advantage on Str (Athletics) checks made to climb while on a sailing ship and on Dex (Acrobatics) checks to maintain its footing while on a sailing ship."
        },
        {
            "name": "Seaside Rejuvenation",
            "desc": "If at least one of its accusers is still alive or if its name hasn’t been cleared destroyed old salt gains new body in 13 days regaining all hp and becoming active again. New body appears on beach or dock nearest one of its living accusers."
        },
        {
            "name": "Undead Nature",
            "desc": "Doesn't require air food drink or sleep."
        }
    ],
    "creaturesets": [],
    "environments": []
}