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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_pixies-umbrella/?format=api",
    "key": "tob2_pixies-umbrella",
    "name": "Pixie's Umbrella",
    "document": {
        "name": "Tome of Beasts 2",
        "key": "tob2",
        "display_name": "Tome of Beasts 2",
        "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-2/"
    },
    "type": {
        "name": "Plant",
        "key": "plant",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "0.125",
    "challenge_rating_text": "1/8",
    "proficiency_bonus": null,
    "speed": {
        "walk": 5.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 5.0,
        "crawl": 2.5,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 2.5,
        "swim": 2.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 7,
    "armor_detail": "",
    "hit_points": 10,
    "hit_dice": "4d4",
    "experience_points": 25,
    "ability_scores": {
        "strength": 1,
        "dexterity": 5,
        "constitution": 10,
        "intelligence": 1,
        "wisdom": 5,
        "charisma": 1
    },
    "modifiers": {
        "strength": -5,
        "dexterity": -3,
        "constitution": 0,
        "intelligence": -5,
        "wisdom": -3,
        "charisma": -5
    },
    "initiative_bonus": -3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -5,
        "dexterity": -3,
        "constitution": 0,
        "intelligence": -5,
        "wisdom": -3,
        "charisma": -5
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": -3,
        "animal_handling": -3,
        "arcana": -5,
        "athletics": -5,
        "deception": -5,
        "history": -5,
        "insight": -3,
        "intimidation": -5,
        "investigation": -5,
        "medicine": -3,
        "nature": -5,
        "perception": -3,
        "performance": -5,
        "persuasion": -5,
        "religion": -5,
        "sleight_of_hand": -3,
        "stealth": -3,
        "survival": -3
    },
    "passive_perception": 7,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "blinded, deafened, frightened",
        "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"
            }
        ]
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": 30.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Float",
            "desc": "When a pixie's umbrella senses motion within 30 feet of it, it fills its cap with air and flies 20 feet away from the motion without provoking opportunity attacks.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Twirl",
            "desc": "The pixie's umbrella twirls, spinning its spores at nearby creatures. Each creature within 5 feet of the pixie's umbrella must make a DC 10 Constitution saving throw, taking 5 (2d4) poison damage on a failed save, or half as much damage on a successful one. If the saving throw fails by 5 or more, the target is also poisoned until the end of its next turn.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "False Appearance",
            "desc": "While the pixie’s umbrella remains motionless, it is indistinguishable from an ordinary fungus."
        }
    ],
    "creaturesets": [],
    "environments": []
}