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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_slithy-tove/?format=api",
    "key": "tob3_slithy-tove",
    "name": "Slithy Tove",
    "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": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "4.000",
    "challenge_rating_text": "4",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "burrow": 10.0
    },
    "speed_all": {
        "unit": null,
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 10.0,
        "climb": 20.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "understands Common but can't speak",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 91,
    "hit_dice": "14d6+42",
    "experience_points": 1100,
    "ability_scores": {
        "strength": 10,
        "dexterity": 20,
        "constitution": 16,
        "intelligence": 5,
        "wisdom": 14,
        "charisma": 9
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 5,
        "constitution": 3,
        "intelligence": -3,
        "wisdom": 2,
        "charisma": -1
    },
    "initiative_bonus": 5,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 5,
        "constitution": 3,
        "intelligence": -3,
        "wisdom": 2,
        "charisma": -1
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 5,
        "animal_handling": 2,
        "arcana": -3,
        "athletics": 0,
        "deception": -1,
        "history": -3,
        "insight": 2,
        "intimidation": -1,
        "investigation": -3,
        "medicine": 2,
        "nature": -3,
        "perception": 2,
        "performance": -1,
        "persuasion": -1,
        "religion": -3,
        "sleight_of_hand": 5,
        "stealth": 5,
        "survival": 2
    },
    "passive_perception": 14,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "paralyzed, poisoned, restrained",
        "condition_immunities": [
            {
                "name": "Paralyzed",
                "key": "paralyzed",
                "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?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": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Hidden Step",
            "desc": "Magically teleports along with any equipment it is wearing or carrying up to 30' to an unoccupied space it can see and takes the Hide action.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Distraction",
            "desc": "Each creature with Int 5+ that starts its turn within 5 ft. of the slithy tove must make DC 13 Wis save or be incapacitated until start of its next turn as it hears imaginary murmurings and sees movement in its peripheral vision. On success creature has advantage on saves vs. the Distraction of all slighty toves for the next 24 hrs."
        }
    ],
    "creaturesets": [],
    "environments": []
}