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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_grolar-bear-alpha/?format=api",
    "key": "tob3_grolar-bear-alpha",
    "name": "Grolar Bear Alpha",
    "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": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "8.000",
    "challenge_rating_text": "8",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "climb": 20.0,
        "swim": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 30.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 16,
    "armor_detail": "natural",
    "hit_points": 152,
    "hit_dice": "16d10+64",
    "experience_points": 3900,
    "ability_scores": {
        "strength": 23,
        "dexterity": 10,
        "constitution": 18,
        "intelligence": 2,
        "wisdom": 13,
        "charisma": 8
    },
    "modifiers": {
        "strength": 6,
        "dexterity": 0,
        "constitution": 4,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -1
    },
    "initiative_bonus": 0,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 6,
        "dexterity": 0,
        "constitution": 4,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -1
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 1,
        "arcana": -4,
        "athletics": 6,
        "deception": -1,
        "history": -4,
        "insight": 1,
        "intimidation": -1,
        "investigation": -4,
        "medicine": 1,
        "nature": -4,
        "perception": 1,
        "performance": -1,
        "persuasion": -1,
        "religion": -4,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 1
    },
    "passive_perception": 14,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "cold",
        "damage_resistances": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Versatile Coat",
            "desc": "White fur white to brown vice versa.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Dismembering Strike",
            "desc": "If it scores a critical hit vs. stunned creature tears off one of creature’s limbs. Creature is immune to this if it is immune to slashing."
        },
        {
            "name": "Forest and Snow Camouflage",
            "desc": "Advantage: Dex (Stealth) checks to hide in forest terrain if fur is brown and snowy terrain if fur is white."
        },
        {
            "name": "Keen Smell",
            "desc": "Advantage: smell Wis (Percept) checks."
        }
    ],
    "creaturesets": [],
    "environments": []
}