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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_wind-witch/?format=api",
    "key": "tob3_wind-witch",
    "name": "Wind Witch",
    "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": "Plant",
        "key": "plant",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "3.000",
    "challenge_rating_text": "3",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "fly": 60.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 60.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "understands Common but can't speak",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 66,
    "hit_dice": "12d8+12",
    "experience_points": 700,
    "ability_scores": {
        "strength": 6,
        "dexterity": 16,
        "constitution": 12,
        "intelligence": 6,
        "wisdom": 11,
        "charisma": 8
    },
    "modifiers": {
        "strength": -2,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": -2,
        "wisdom": 0,
        "charisma": -1
    },
    "initiative_bonus": 3,
    "saving_throws": {
        "dexterity": 5,
        "constitution": 5
    },
    "saving_throws_all": {
        "strength": -2,
        "dexterity": 5,
        "constitution": 5,
        "intelligence": -2,
        "wisdom": 0,
        "charisma": -1
    },
    "skill_bonuses": {
        "perception": 0
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 0,
        "arcana": -2,
        "athletics": -2,
        "deception": -1,
        "history": -2,
        "insight": 0,
        "intimidation": -1,
        "investigation": -2,
        "medicine": 0,
        "nature": -2,
        "perception": 0,
        "performance": -1,
        "persuasion": -1,
        "religion": -2,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 0
    },
    "passive_perception": 12,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "bludgeoning, piercing",
        "damage_resistances": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "exhaustion, poisoned, prone",
        "condition_immunities": [
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            },
            {
                "name": "Prone",
                "key": "prone",
                "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            }
        ]
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": 60.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bouncy Escape",
            "desc": "When it takes damage from a melee attack can move up to half its fly speed. This move doesn't provoke opportunity attacks. It releases a captured creature when it uses this.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Cursed Plant",
            "desc": "If damage reduces it to 0 hp becomes inanimate tumbleweed and travels via wind. Regains 5 hp every hr regaining consciousness after the first. This doesn’t function if it took fire on same round it was reduced to 0 hp or if its body was destroyed."
        },
        {
            "name": "Flammable",
            "desc": "When it takes fire damage catches fire taking 3 (1d6) fire at start of each of its turns. Burns until it takes cold or is immersed in water. Creature that touches wind witch or hits it with melee attack while within 5 ft. of it while it is burning takes 3 (1d6) fire. While burning deals extra 3 (1d6) fire on each melee attack and deals 7 (2d6) fire to a captured creature at start of its turn."
        },
        {
            "name": "Tumbleweed Form",
            "desc": "Can enter hostile creature’s space and stop there."
        }
    ],
    "creaturesets": [],
    "environments": []
}