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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_demon-kogukhpak/?format=api",
    "key": "tob3_demon-kogukhpak",
    "name": "Demon, Kogukhpak",
    "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": "Fiend",
        "key": "fiend",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "18.000",
    "challenge_rating_text": "18",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "swim": 40.0
    },
    "speed_all": {
        "unit": null,
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 40.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "understand Abyssal but can't speak",
        "data": []
    },
    "armor_class": 17,
    "armor_detail": "natural armor",
    "hit_points": 262,
    "hit_dice": "21d12+126",
    "experience_points": 20000,
    "ability_scores": {
        "strength": 30,
        "dexterity": 11,
        "constitution": 23,
        "intelligence": 8,
        "wisdom": 16,
        "charisma": 20
    },
    "modifiers": {
        "strength": 10,
        "dexterity": 0,
        "constitution": 6,
        "intelligence": -1,
        "wisdom": 3,
        "charisma": 5
    },
    "initiative_bonus": 0,
    "saving_throws": {
        "strength": 1,
        "constitution": 1,
        "wisdom": 9,
        "charisma": 1
    },
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 0,
        "constitution": 1,
        "intelligence": -1,
        "wisdom": 9,
        "charisma": 1
    },
    "skill_bonuses": {
        "perception": 3
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 3,
        "arcana": -1,
        "athletics": 10,
        "deception": 5,
        "history": -1,
        "insight": 3,
        "intimidation": 5,
        "investigation": -1,
        "medicine": 3,
        "nature": -1,
        "perception": 3,
        "performance": 5,
        "persuasion": 5,
        "religion": -1,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 3
    },
    "passive_perception": 13,
    "resistances_and_immunities": {
        "damage_immunities_display": "cold, fire, poison",
        "damage_immunities": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            },
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "lightning; nonmagic B/P/S attacks",
        "damage_resistances": [
            {
                "name": "Lightning",
                "key": "lightning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "poisoned",
        "condition_immunities": [
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": 120.0,
    "actions": [],
    "traits": [
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        },
        {
            "name": "Standing Leap",
            "desc": "Its long jump is up to 30' and its high jump is up to 15 ft. with or with o a running start."
        },
        {
            "name": "Sunlight Hypersensitivity",
            "desc": "Takes 20 radiant when it starts its turn in sunlight. If in sunlight: disadvantage on attacks/ability checks."
        }
    ],
    "creaturesets": [],
    "environments": []
}