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

GET /v2/creatures/tob3_howler-of-the-hill/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_howler-of-the-hill/?format=api",
    "key": "tob3_howler-of-the-hill",
    "name": "Howler Of The Hill",
    "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": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "14.000",
    "challenge_rating_text": "14",
    "proficiency_bonus": null,
    "speed": {
        "walk": 50.0,
        "climb": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 50.0,
        "crawl": 25.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 30.0,
        "swim": 25.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral evil",
    "languages": {
        "as_string": "understands Abyssal, Common, Infernal, and Void Speech but can't speak, telepathy 120'",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Infernal",
                "key": "infernal",
                "url": "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "desc": "Typical speakers are devils."
            }
        ]
    },
    "armor_class": 18,
    "armor_detail": "natural armor",
    "hit_points": 178,
    "hit_dice": "21d10+63",
    "experience_points": 11500,
    "ability_scores": {
        "strength": 17,
        "dexterity": 22,
        "constitution": 16,
        "intelligence": 17,
        "wisdom": 18,
        "charisma": 18
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 6,
        "constitution": 3,
        "intelligence": 3,
        "wisdom": 4,
        "charisma": 4
    },
    "initiative_bonus": 6,
    "saving_throws": {
        "intelligence": 8,
        "wisdom": 9,
        "charisma": 9
    },
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 6,
        "constitution": 3,
        "intelligence": 8,
        "wisdom": 9,
        "charisma": 9
    },
    "skill_bonuses": {
        "perception": 4
    },
    "skill_bonuses_all": {
        "acrobatics": 6,
        "animal_handling": 4,
        "arcana": 3,
        "athletics": 3,
        "deception": 4,
        "history": 3,
        "insight": 4,
        "intimidation": 4,
        "investigation": 3,
        "medicine": 4,
        "nature": 3,
        "perception": 4,
        "performance": 4,
        "persuasion": 4,
        "religion": 3,
        "sleight_of_hand": 6,
        "stealth": 6,
        "survival": 4
    },
    "passive_perception": 19,
    "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": "cold, necrotic; nonmagic B/P/S attacks",
        "damage_resistances": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            },
            {
                "name": "Necrotic",
                "key": "necrotic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, frightened",
        "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"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": 120.0,
    "actions": [],
    "traits": [
        {
            "name": "Hungry Void Traveler",
            "desc": "Doesn’t require air drink or sleep."
        },
        {
            "name": "Inscrutable",
            "desc": "Immune to any effect that would sense its emotions or read its thoughts and any divination spell it refuses. Wis (Insight) checks made to ascertain its intentions/sincerity have disadvantage."
        }
    ],
    "creaturesets": [],
    "environments": []
}