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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_scarab-ruin/?format=api",
    "key": "tob3_scarab-ruin",
    "name": "Scarab, Ruin",
    "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": "Undead",
        "key": "undead",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/undead/?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,
        "fly": 15.0,
        "climb": 15.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 15.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral evil",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 136,
    "hit_dice": "16d10+48",
    "experience_points": 2300,
    "ability_scores": {
        "strength": 17,
        "dexterity": 14,
        "constitution": 16,
        "intelligence": 3,
        "wisdom": 14,
        "charisma": 4
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 2,
        "constitution": 3,
        "intelligence": -4,
        "wisdom": 2,
        "charisma": -3
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 2,
        "constitution": 3,
        "intelligence": -4,
        "wisdom": 2,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 2,
        "arcana": -4,
        "athletics": 3,
        "deception": -3,
        "history": -4,
        "insight": 2,
        "intimidation": -3,
        "investigation": -4,
        "medicine": 2,
        "nature": -4,
        "perception": 2,
        "performance": -3,
        "persuasion": -3,
        "religion": -4,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 2
    },
    "passive_perception": 12,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, frightened, poisoned, restrained",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            },
            {
                "name": "Restrained",
                "key": "restrained",
                "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
            }
        ]
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": 90.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Relentless Pursuit",
            "desc": "When a creature within 10 ft. of the scarab moves away from it scarab can move up to half its speed toward that creature.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Flesh-Eating Aura",
            "desc": "When creature that doesn’t have all of its hp starts its turn within 10 ft. of scarab creature takes 2 (1d4) necrotic. Also magical healing within 10 ft. of it is halved."
        },
        {
            "name": "Silent Steps",
            "desc": "No sound emanates from it whether moving attacking or ripping into a corpse. Has advantage on Dex (Stealth) checks and each creature within 5 ft. of it is deafened."
        },
        {
            "name": "Undead Nature",
            "desc": "Doesn't require air food drink or sleep."
        },
        {
            "name": "Unstoppable",
            "desc": "Moving through difficult terrain doesn’t cost it extra movement and its speed can’t be reduced."
        }
    ],
    "creaturesets": [],
    "environments": []
}