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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_catterball/?format=api",
    "key": "tob3_catterball",
    "name": "Catterball",
    "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": "Fey",
        "key": "fey",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "1.000",
    "challenge_rating_text": "1",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic neutral",
    "languages": {
        "as_string": "Sylvan",
        "data": [
            {
                "name": "Sylvan",
                "key": "sylvan",
                "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "desc": "Typical speakers are fey creatures."
            }
        ]
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 44,
    "hit_dice": "8d6+16",
    "experience_points": 200,
    "ability_scores": {
        "strength": 8,
        "dexterity": 17,
        "constitution": 14,
        "intelligence": 5,
        "wisdom": 12,
        "charisma": 15
    },
    "modifiers": {
        "strength": -1,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": -3,
        "wisdom": 1,
        "charisma": 2
    },
    "initiative_bonus": 3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -1,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": -3,
        "wisdom": 1,
        "charisma": 2
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 1,
        "arcana": -3,
        "athletics": -1,
        "deception": 2,
        "history": -3,
        "insight": 1,
        "intimidation": 2,
        "investigation": -3,
        "medicine": 1,
        "nature": -3,
        "perception": 1,
        "performance": 2,
        "persuasion": 2,
        "religion": -3,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 1
    },
    "passive_perception": 11,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "acid",
        "damage_vulnerabilities": [
            {
                "name": "Acid",
                "key": "acid",
                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            }
        ],
        "condition_immunities_display": "poisoned ",
        "condition_immunities": [
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": 30.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Change Form",
            "desc": "Can extend its body roll up into a ball or return to true form. Each time it extends its body its reach with slam increases by 5 feet max 15 feet and Armor Class decreases by 1.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Rubbery Flesh",
            "desc": "Immune to any form-altering spell/effect and has advantage on ability checks and saves to escape grapple. Can move through a space as narrow as 1ft. wide with o squeezing."
        },
        {
            "name": "Standing Leap (Ball Form Only)",
            "desc": "Its long jump is up to 60' and its high jump is up to 30 feet with or with o a running start."
        }
    ],
    "creaturesets": [],
    "environments": []
}