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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_crab-samurai/?format=api",
    "key": "tob3_crab-samurai",
    "name": "Crab, Samurai",
    "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": "Beast",
        "key": "beast",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "6.000",
    "challenge_rating_text": "6",
    "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": "lawful neutral",
    "languages": {
        "as_string": "understands Common but can't speak",
        "data": []
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 105,
    "hit_dice": "14d8+42",
    "experience_points": 2300,
    "ability_scores": {
        "strength": 18,
        "dexterity": 10,
        "constitution": 16,
        "intelligence": 6,
        "wisdom": 14,
        "charisma": 10
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 0,
        "constitution": 3,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": 0
    },
    "initiative_bonus": 0,
    "saving_throws": {
        "strength": 7
    },
    "saving_throws_all": {
        "strength": 7,
        "dexterity": 0,
        "constitution": 3,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": 0
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 2,
        "arcana": -2,
        "athletics": 4,
        "deception": 0,
        "history": -2,
        "insight": 2,
        "intimidation": 0,
        "investigation": -2,
        "medicine": 2,
        "nature": -2,
        "perception": 2,
        "performance": 0,
        "persuasion": 0,
        "religion": -2,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 2
    },
    "passive_perception": 15,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "nonmagic B/P/S attacks",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, frightened",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": 30.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Fighting Stance",
            "desc": "Adopts a fighting stance choosing from the options below. The stance lasts until the crab ends it (no action required) or uses this bonus action again.Banded Claw. Adopts a wide grappler's stance. While the samurai crab is in this stance each creature that starts its turn grappled by the crab takes 3 (1d6) bludgeoning damage.Hard Shell. Defensive stance increasing its AC by 2.Soft Shell. Adopts an offensive stance gaining advantage on the first Crustaceous Sword attack it makes each turn.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Amphibious",
            "desc": "Can breathe air and water."
        }
    ],
    "creaturesets": [],
    "environments": []
}