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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_fungi-mush-marcher/?format=api",
    "key": "tob3_fungi-mush-marcher",
    "name": "Fungi, Mush Marcher",
    "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": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 10.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral",
    "languages": {
        "as_string": "understands Common, + one language known by its grower, but can't speak",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "natural armor",
    "hit_points": 85,
    "hit_dice": "10d10+30",
    "experience_points": 700,
    "ability_scores": {
        "strength": 16,
        "dexterity": 12,
        "constitution": 16,
        "intelligence": 7,
        "wisdom": 14,
        "charisma": 3
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 1,
        "constitution": 3,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": -4
    },
    "initiative_bonus": 1,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 1,
        "constitution": 3,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": -4
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 2,
        "arcana": -2,
        "athletics": 3,
        "deception": -4,
        "history": -2,
        "insight": 2,
        "intimidation": -4,
        "investigation": -2,
        "medicine": 2,
        "nature": -2,
        "perception": 2,
        "performance": -4,
        "persuasion": -4,
        "religion": -2,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": 2
    },
    "passive_perception": 14,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "thunder",
        "damage_vulnerabilities": [
            {
                "name": "Thunder",
                "key": "thunder",
                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            }
        ],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": 60.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Recall Harpoon",
            "desc": "Pulls on the mycelial threads connecting it to its harpoon returning the harpoon to its empty hand. If harpoon is stuck in a creature that creature must make DC 13 Str save or be pulled up to 15 ft. toward marcher.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Keen Hearing",
            "desc": "Advantage on hearing Wis (Perception) checks."
        },
        {
            "name": "Partial Echolocation",
            "desc": "Its blindsight is reduced to 10 ft. while deafened."
        }
    ],
    "creaturesets": [],
    "environments": []
}