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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_lycanthrope-wereotter/?format=api",
    "key": "tob3_lycanthrope-wereotter",
    "name": "Lycanthrope, Wereotter",
    "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": "Humanoid",
        "key": "humanoid",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "2.000",
    "challenge_rating_text": "2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "swim": 40.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 40.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic good",
    "languages": {
        "as_string": "Common (can't speak in otter form)",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 44,
    "hit_dice": "8d8 +8",
    "experience_points": 450,
    "ability_scores": {
        "strength": 13,
        "dexterity": 16,
        "constitution": 13,
        "intelligence": 12,
        "wisdom": 15,
        "charisma": 17
    },
    "modifiers": {
        "strength": 1,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 3
    },
    "initiative_bonus": 3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 3
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 2,
        "arcana": 1,
        "athletics": 1,
        "deception": 3,
        "history": 1,
        "insight": 2,
        "intimidation": 3,
        "investigation": 1,
        "medicine": 2,
        "nature": 1,
        "perception": 2,
        "performance": 3,
        "persuasion": 3,
        "religion": 1,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 2
    },
    "passive_perception": 14,
    "resistances_and_immunities": {
        "damage_immunities_display": "nonmagic bludgeoning, piercing, and slashing attacks not made with silvered weapons",
        "damage_immunities": [
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Change Shape",
            "desc": "Transforms into a Med otter-humanoid hybrid or into Large otter or back into true form: Humanoid. Stats other than size are same in each form. Items worn/ carried not transformed. Reverts to its true form if it dies.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Hold Breath",
            "desc": "Can hold its breath for 10 min."
        },
        {
            "name": "Keen Hearing and Smell",
            "desc": "Advantage on Wis (Perception) checks that rely on hearing or smell."
        }
    ],
    "creaturesets": [],
    "environments": []
}