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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_cueyatl-warchief/?format=api",
    "key": "tob3_cueyatl-warchief",
    "name": "Cueyatl Warchief",
    "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": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "7.000",
    "challenge_rating_text": "7",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "climb": 20.0,
        "swim": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 30.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "lawful evil",
    "languages": {
        "as_string": "Cueyatl",
        "data": []
    },
    "armor_class": 16,
    "armor_detail": "studded leather, shield",
    "hit_points": 117,
    "hit_dice": "18d6+54",
    "experience_points": 2900,
    "ability_scores": {
        "strength": 18,
        "dexterity": 14,
        "constitution": 16,
        "intelligence": 10,
        "wisdom": 16,
        "charisma": 12
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 2,
        "constitution": 3,
        "intelligence": 0,
        "wisdom": 3,
        "charisma": 1
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 2,
        "constitution": 3,
        "intelligence": 0,
        "wisdom": 3,
        "charisma": 1
    },
    "skill_bonuses": {
        "perception": 3
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 3,
        "arcana": 0,
        "athletics": 4,
        "deception": 1,
        "history": 0,
        "insight": 3,
        "intimidation": 1,
        "investigation": 0,
        "medicine": 3,
        "nature": 0,
        "perception": 3,
        "performance": 1,
        "persuasion": 1,
        "religion": 0,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 3
    },
    "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": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Mounted Parry",
            "desc": "Adds 3 to its AC or its mount's AC vs. one melee attack that would hit it or its mount. To do so warchief must see attacker and be wielding a melee weapon.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Amphibious",
            "desc": "Can breathe air and water."
        },
        {
            "name": "Insect Affinity",
            "desc": "Insects understand warchief and view it favorably. Warchief can communicate simple ideas through words and gestures with insectoid Beasts and warchief has advantage on Wis (Animal Handling) made when interacting with such Beasts."
        },
        {
            "name": "Jungle Camouflage",
            "desc": "Advantage on Dex (Stealth) checks made to hide in jungle terrain."
        },
        {
            "name": "Locked Saddle",
            "desc": "Can’t be knocked prone dismounted or moved vs. its will while mounted."
        },
        {
            "name": "Mounted Warrior",
            "desc": "While mounted mount can’t be charmed or frightened."
        },
        {
            "name": "Slippery",
            "desc": "Advantage: saves/ability checks to escape a grapple."
        },
        {
            "name": "Spirited Charge",
            "desc": "If it moves 20'+ straight toward a creature while mounted and then hits with Lance attack on the same turn the warchief can use a bonus action to command its mount to make one melee weapon attack vs. that creature as a reaction."
        },
        {
            "name": "Standing Leap",
            "desc": "Its long jump is up to 20' and its high jump is up to 10 ft. with or with o a running start."
        }
    ],
    "creaturesets": [],
    "environments": []
}