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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_ogre-void-blessed/?format=api",
    "key": "tob3_ogre-void-blessed",
    "name": "Ogre, Void Blessed",
    "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": "Giant",
        "key": "giant",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "6.000",
    "challenge_rating_text": "6",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "Giant, Void Speech",
        "data": [
            {
                "name": "Giant",
                "key": "giant",
                "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "desc": "Typical speakers include ogres, and giants."
            },
            {
                "name": "Void Speech",
                "key": "void-speech",
                "url": "https://api-beta.open5e.com/v2/languages/void-speech/?format=api",
                "desc": "Void speech is a rename of Deep Speech from Tome of Beasts."
            }
        ]
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 133,
    "hit_dice": "14d10+56",
    "experience_points": 2300,
    "ability_scores": {
        "strength": 20,
        "dexterity": 8,
        "constitution": 19,
        "intelligence": 5,
        "wisdom": 16,
        "charisma": 6
    },
    "modifiers": {
        "strength": 5,
        "dexterity": -1,
        "constitution": 4,
        "intelligence": -3,
        "wisdom": 3,
        "charisma": -2
    },
    "initiative_bonus": -1,
    "saving_throws": {
        "constitution": 7,
        "wisdom": 6
    },
    "saving_throws_all": {
        "strength": 5,
        "dexterity": -1,
        "constitution": 7,
        "intelligence": -3,
        "wisdom": 6,
        "charisma": -2
    },
    "skill_bonuses": {
        "perception": 3
    },
    "skill_bonuses_all": {
        "acrobatics": -1,
        "animal_handling": 3,
        "arcana": -3,
        "athletics": 5,
        "deception": -2,
        "history": -3,
        "insight": 3,
        "intimidation": -2,
        "investigation": -3,
        "medicine": 3,
        "nature": -3,
        "perception": 3,
        "performance": -2,
        "persuasion": -2,
        "religion": -3,
        "sleight_of_hand": -1,
        "stealth": -1,
        "survival": 3
    },
    "passive_perception": 16,
    "resistances_and_immunities": {
        "damage_immunities_display": "psychic",
        "damage_immunities": [
            {
                "name": "Psychic",
                "key": "psychic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            }
        ],
        "damage_resistances_display": "necrotic, poison",
        "damage_resistances": [
            {
                "name": "Necrotic",
                "key": "necrotic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "blinded, poisoned",
        "condition_immunities": [
            {
                "name": "Blinded",
                "key": "blinded",
                "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": 30.0,
    "tremorsense_range": 120.0,
    "truesight_range": null,
    "actions": [
        {
            "name": "Volatile Stomach",
            "desc": "When it takes bludgeoning piercing or slashing can regurgitate some of its stomach contents. Each creature within 5 ft. of it: 4 (1d8) necrotic and be poisoned until end of its next turn (DC 15 Con negates). A pool of Void infused stomach contents forms in a space ogre can see within 5 ft. of it and lasts until start of ogre's next turn. A creature that enters pool for first time on a turn or starts its turn there: 4 (1d8) necrotic.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Keen Hearing and Smell",
            "desc": "Advantage on Wis (Perception) checks that rely on hearing or smell."
        },
        {
            "name": "Tentacle Senses",
            "desc": "Can’t use its tremorsense while grappled or restrained."
        }
    ],
    "creaturesets": [],
    "environments": []
}