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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_capybear/?format=api",
    "key": "tob3_capybear",
    "name": "Capybear",
    "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": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "1.000",
    "challenge_rating_text": "1",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "swim": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral",
    "languages": {
        "as_string": "Capybear",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "natural armor",
    "hit_points": 60,
    "hit_dice": "8d8+24",
    "experience_points": 200,
    "ability_scores": {
        "strength": 15,
        "dexterity": 14,
        "constitution": 17,
        "intelligence": 9,
        "wisdom": 12,
        "charisma": 10
    },
    "modifiers": {
        "strength": 2,
        "dexterity": 2,
        "constitution": 3,
        "intelligence": -1,
        "wisdom": 1,
        "charisma": 0
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 2,
        "dexterity": 2,
        "constitution": 3,
        "intelligence": -1,
        "wisdom": 1,
        "charisma": 0
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 1,
        "arcana": -1,
        "athletics": 2,
        "deception": 0,
        "history": -1,
        "insight": 1,
        "intimidation": 0,
        "investigation": -1,
        "medicine": 1,
        "nature": -1,
        "perception": 1,
        "performance": 0,
        "persuasion": 0,
        "religion": -1,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 1
    },
    "passive_perception": 13,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "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": "Protect the Community",
            "desc": "When another capybear within 5 ft. of this capybear is hit by an attack this capybear can leap in the way becoming the new target of the attack.",
            "attacks": [],
            "action_type": "REACTION",
            "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 30 min."
        },
        {
            "name": "Keen Smell",
            "desc": "Advantage: smell Wis (Percept) checks."
        },
        {
            "name": "Pack Tactics",
            "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
        },
        {
            "name": "Pounce",
            "desc": "If the capybear moves at least 20' straight toward a creature and then hits it with Slam attack on the same turn that target must make DC 13 Str save or be knocked prone. If the target is prone the capybear can make one Bite attack vs. it as a bonus action."
        },
        {
            "name": "Swamp Camouflage",
            "desc": "Has advantage on Dex (Stealth) checks made to hide in swamps or muddy terrain."
        }
    ],
    "creaturesets": [],
    "environments": []
}