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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_oaken-sentinel/?format=api",
    "key": "tob3_oaken-sentinel",
    "name": "Oaken Sentinel",
    "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": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "10.000",
    "challenge_rating_text": "10",
    "proficiency_bonus": null,
    "speed": {
        "walk": 10.0
    },
    "speed_all": {
        "unit": null,
        "walk": 10.0,
        "crawl": 5.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 5.0,
        "swim": 5.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "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": 16,
    "armor_detail": "natural armor",
    "hit_points": 189,
    "hit_dice": "18d12+72",
    "experience_points": 5900,
    "ability_scores": {
        "strength": 22,
        "dexterity": 6,
        "constitution": 19,
        "intelligence": 5,
        "wisdom": 8,
        "charisma": 3
    },
    "modifiers": {
        "strength": 6,
        "dexterity": -2,
        "constitution": 4,
        "intelligence": -3,
        "wisdom": -1,
        "charisma": -4
    },
    "initiative_bonus": -2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 6,
        "dexterity": -2,
        "constitution": 4,
        "intelligence": -3,
        "wisdom": -1,
        "charisma": -4
    },
    "skill_bonuses": {
        "perception": -1
    },
    "skill_bonuses_all": {
        "acrobatics": -2,
        "animal_handling": -1,
        "arcana": -3,
        "athletics": 6,
        "deception": -4,
        "history": -3,
        "insight": -1,
        "intimidation": -4,
        "investigation": -3,
        "medicine": -1,
        "nature": -3,
        "perception": -1,
        "performance": -4,
        "persuasion": -4,
        "religion": -3,
        "sleight_of_hand": -2,
        "stealth": -2,
        "survival": -1
    },
    "passive_perception": 9,
    "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": "lightning",
        "damage_vulnerabilities": [
            {
                "name": "Lightning",
                "key": "lightning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            }
        ],
        "condition_immunities_display": "blinded, deafened, frightened, prone",
        "condition_immunities": [
            {
                "name": "Blinded",
                "key": "blinded",
                "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            },
            {
                "name": "Deafened",
                "key": "deafened",
                "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?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": 120.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "False Appearance",
            "desc": "While motionless indistinguishable from ordinary oak tree."
        },
        {
            "name": "Grasping Branches",
            "desc": "Can have up to six Grasping Branches at a time. Each Grasping Branch can be attacked (AC 16; 25 hp; vulnerability to lightning; immunity to poison and psychic). Destroying a Grasping Branch deals no damage to the oaken sentinel which can extend a replacement branch on its next turn. A Grasping Branch can also be broken if a creature takes an action and succeeds on a DC 16 Str check vs. it."
        }
    ],
    "creaturesets": [],
    "environments": []
}