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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_witchalder/?format=api",
    "key": "tob3_witchalder",
    "name": "Witchalder",
    "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": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "6.000",
    "challenge_rating_text": "6",
    "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": "neutral evil",
    "languages": {
        "as_string": "understands Sylvan but can't speak",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 102,
    "hit_dice": "12d8+48",
    "experience_points": 2300,
    "ability_scores": {
        "strength": 19,
        "dexterity": 9,
        "constitution": 18,
        "intelligence": 9,
        "wisdom": 16,
        "charisma": 10
    },
    "modifiers": {
        "strength": 4,
        "dexterity": -1,
        "constitution": 4,
        "intelligence": -1,
        "wisdom": 3,
        "charisma": 0
    },
    "initiative_bonus": -1,
    "saving_throws": {
        "dexterity": 2,
        "wisdom": 6
    },
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 2,
        "constitution": 4,
        "intelligence": -1,
        "wisdom": 6,
        "charisma": 0
    },
    "skill_bonuses": {
        "perception": 3
    },
    "skill_bonuses_all": {
        "acrobatics": -1,
        "animal_handling": 3,
        "arcana": -1,
        "athletics": 4,
        "deception": 0,
        "history": -1,
        "insight": 3,
        "intimidation": 0,
        "investigation": -1,
        "medicine": 3,
        "nature": -1,
        "perception": 3,
        "performance": 0,
        "persuasion": 0,
        "religion": -1,
        "sleight_of_hand": -1,
        "stealth": -1,
        "survival": 3
    },
    "passive_perception": 15,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "bludgeoning",
        "damage_resistances": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "fire",
        "damage_vulnerabilities": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            }
        ],
        "condition_immunities_display": "charmed, poisoned",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "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": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Deep Roots",
            "desc": "Has advantage on Str and Dex saves made vs. effects that would move it vs. its will along the ground."
        },
        {
            "name": "False Appearance",
            "desc": "While motionless indistinguishable from diseased or dying alder tree."
        },
        {
            "name": "Speak with Plants",
            "desc": "Communicate with Plants as if they shared a language."
        },
        {
            "name": "Sunlight Regeneration",
            "desc": "While in sunlight the witchalder regains 5 hp at the start of its turn if it has at least 1 hp."
        }
    ],
    "creaturesets": [],
    "environments": []
}