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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_tripwire-patch/?format=api",
    "key": "tob3_tripwire-patch",
    "name": "Tripwire Patch",
    "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": "4.000",
    "challenge_rating_text": "4",
    "proficiency_bonus": null,
    "speed": {
        "walk": 10.0,
        "burrow": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 10.0,
        "crawl": 5.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 20.0,
        "climb": 5.0,
        "swim": 5.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 14,
    "armor_detail": "natural armor",
    "hit_points": 95,
    "hit_dice": "10d12+30",
    "experience_points": 1100,
    "ability_scores": {
        "strength": 18,
        "dexterity": 10,
        "constitution": 17,
        "intelligence": 2,
        "wisdom": 12,
        "charisma": 6
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 0,
        "constitution": 3,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -2
    },
    "initiative_bonus": 0,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 0,
        "constitution": 3,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -2
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 1,
        "arcana": -4,
        "athletics": 4,
        "deception": -2,
        "history": -4,
        "insight": 1,
        "intimidation": -2,
        "investigation": -4,
        "medicine": 1,
        "nature": -4,
        "perception": 1,
        "performance": -2,
        "persuasion": -2,
        "religion": -4,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 1
    },
    "passive_perception": 15,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "blinded, deafened, 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": "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": 60.0,
    "truesight_range": null,
    "actions": [
        {
            "name": "No Escape",
            "desc": "If a prone creature within 5 ft. of patch stands up from prone patch can make one Bite vs. it.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Bountiful Death",
            "desc": "When the tripwire patch reduces a creature to 0 hp nearby plants erupt with growth. Plants within 20' of the body become thick overgrown difficult terrain and all plants within a 2-mile radius centered on the point where the creature was killed become enriched for 7 days for each CR of the slain creature (minimum of 7 days) cumulatively increasing in duration each time the patch kills a creature. Enriched plants yield twice the normal amount of food when harvested."
        },
        {
            "name": "False Appearance",
            "desc": "While motionless indistinguishable from normal patch of foliage such as flowers or bushes."
        }
    ],
    "creaturesets": [],
    "environments": []
}