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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_nariphon/?format=api",
    "key": "tob3_nariphon",
    "name": "Nariphon",
    "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": "13.000",
    "challenge_rating_text": "13",
    "proficiency_bonus": null,
    "speed": {
        "walk": 15.0
    },
    "speed_all": {
        "unit": null,
        "walk": 15.0,
        "crawl": 7.5,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 7.5,
        "swim": 7.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral",
    "languages": {
        "as_string": "understands Common but can't speak",
        "data": []
    },
    "armor_class": 10,
    "armor_detail": "natural armor",
    "hit_points": 195,
    "hit_dice": "17d12+85",
    "experience_points": 10000,
    "ability_scores": {
        "strength": 24,
        "dexterity": 6,
        "constitution": 21,
        "intelligence": 6,
        "wisdom": 14,
        "charisma": 9
    },
    "modifiers": {
        "strength": 7,
        "dexterity": -2,
        "constitution": 5,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": -1
    },
    "initiative_bonus": -2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 7,
        "dexterity": -2,
        "constitution": 5,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": -1
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": -2,
        "animal_handling": 2,
        "arcana": -2,
        "athletics": 7,
        "deception": -1,
        "history": -2,
        "insight": 2,
        "intimidation": -1,
        "investigation": -2,
        "medicine": 2,
        "nature": -2,
        "perception": 2,
        "performance": -1,
        "persuasion": -1,
        "religion": -2,
        "sleight_of_hand": -2,
        "stealth": -2,
        "survival": 2
    },
    "passive_perception": 17,
    "resistances_and_immunities": {
        "damage_immunities_display": "bludgeoning, piercing, poison",
        "damage_immunities": [
            {
                "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"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "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": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": 120.0,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bury",
            "desc": "One creature grappled by nariphon is knocked prone dragged into ground and buried just below surface ending grapple. Victim is restrained unable to breathe or stand up. Creature including victim can use action to free buried creature via DC 18 Str.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "False Appearance",
            "desc": "Motionless: indistinguishable from an ordinary tree."
        },
        {
            "name": "Vegetative Clone",
            "desc": "A vegetative clone resembles the creature hit by the nariphon’s Thorn attack. Each clone uses stats of an awakened tree except it has the target’s size speed and any special senses such as darkvision. Clones are extensions of the nariphon and it can see and hear what a clone sees and hears as if it was in the clone’s space. The nariphon can switch from using its senses to using a clone’s or back again as a bonus action. Nariphon can have no more than six vegetative clones under its control at one time. Each clone remains until killed or until the nariphon dismisses it (no action required)."
        }
    ],
    "creaturesets": [],
    "environments": []
}