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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_snatch-bat/?format=api",
    "key": "tob3_snatch-bat",
    "name": "Snatch Bat",
    "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": "Aberration",
        "key": "aberration",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "5.000",
    "challenge_rating_text": "5",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "fly": 40.0
    },
    "speed_all": {
        "unit": null,
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 40.0,
        "burrow": 0.0,
        "climb": 10.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic neutral",
    "languages": {
        "as_string": "understands Deep Speech and Umbral but can't speak",
        "data": []
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 97,
    "hit_dice": "15d8+30",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 16,
        "dexterity": 20,
        "constitution": 14,
        "intelligence": 6,
        "wisdom": 12,
        "charisma": 5
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 5,
        "constitution": 2,
        "intelligence": -2,
        "wisdom": 1,
        "charisma": -3
    },
    "initiative_bonus": 5,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 5,
        "constitution": 2,
        "intelligence": -2,
        "wisdom": 1,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 5,
        "animal_handling": 1,
        "arcana": -2,
        "athletics": 3,
        "deception": -3,
        "history": -2,
        "insight": 1,
        "intimidation": -3,
        "investigation": -2,
        "medicine": 1,
        "nature": -2,
        "perception": 1,
        "performance": -3,
        "persuasion": -3,
        "religion": -2,
        "sleight_of_hand": 5,
        "stealth": 5,
        "survival": 1
    },
    "passive_perception": 14,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "force, psychic",
        "damage_resistances": [
            {
                "name": "Force",
                "key": "force",
                "url": "https://api-beta.open5e.com/v2/damagetypes/force/?format=api"
            },
            {
                "name": "Psychic",
                "key": "psychic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "blinded, charmed, exhaustion",
        "condition_immunities": [
            {
                "name": "Blinded",
                "key": "blinded",
                "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            },
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            }
        ]
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": 60.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Flyby",
            "desc": "Doesn’t provoke opportunity attacks when it flies out of an enemy’s reach."
        },
        {
            "name": "Treasure Sense",
            "desc": "Can pinpoint by scent the location of precious metals gemstones and jewelry within 60' of it and can sense the general direction of such objects within 1 mile of it."
        }
    ],
    "creaturesets": [],
    "environments": []
}