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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_derro-voidwarped/?format=api",
    "key": "tob3_derro-voidwarped",
    "name": "Derro, Voidwarped",
    "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": "Humanoid",
        "key": "humanoid",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "6.000",
    "challenge_rating_text": "6",
    "proficiency_bonus": null,
    "speed": {
        "walk": 25.0,
        "fly": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 25.0,
        "crawl": 12.5,
        "hover": false,
        "fly": 30.0,
        "burrow": 0.0,
        "climb": 12.5,
        "swim": 12.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral evil",
    "languages": {
        "as_string": "Common, Dwarvish, Undercommon, Void Speech",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Dwarvish",
                "key": "dwarvish",
                "url": "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "desc": "Typical speakers are dwarves."
            },
            {
                "name": "Undercommon",
                "key": "undercommon",
                "url": "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "desc": "Typical speakers are underworld traders."
            },
            {
                "name": "Void Speech",
                "key": "void-speech",
                "url": "https://api-beta.open5e.com/v2/languages/void-speech/?format=api",
                "desc": "Void speech is a rename of Deep Speech from Tome of Beasts."
            }
        ]
    },
    "armor_class": 14,
    "armor_detail": "",
    "hit_points": 120,
    "hit_dice": "16d6+64",
    "experience_points": 2300,
    "ability_scores": {
        "strength": 8,
        "dexterity": 18,
        "constitution": 18,
        "intelligence": 13,
        "wisdom": 5,
        "charisma": 17
    },
    "modifiers": {
        "strength": -1,
        "dexterity": 4,
        "constitution": 4,
        "intelligence": 1,
        "wisdom": -3,
        "charisma": 3
    },
    "initiative_bonus": 4,
    "saving_throws": {
        "dexterity": 7,
        "intelligence": 4,
        "charisma": 6
    },
    "saving_throws_all": {
        "strength": -1,
        "dexterity": 7,
        "constitution": 4,
        "intelligence": 4,
        "wisdom": -3,
        "charisma": 6
    },
    "skill_bonuses": {
        "perception": -3
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": -3,
        "arcana": 1,
        "athletics": -1,
        "deception": 3,
        "history": 1,
        "insight": -3,
        "intimidation": 3,
        "investigation": 1,
        "medicine": -3,
        "nature": 1,
        "perception": -3,
        "performance": 3,
        "persuasion": 3,
        "religion": 1,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": -3
    },
    "passive_perception": 10,
    "resistances_and_immunities": {
        "damage_immunities_display": "cold",
        "damage_immunities": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            }
        ],
        "damage_resistances_display": "force, psychic; nonmagic B/P/S attacks",
        "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": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Insanity",
            "desc": "Advantage on saves vs. being charmed or frightened."
        },
        {
            "name": "Mortal Void Traveler",
            "desc": "Doesn’t require air or ambient pressure."
        },
        {
            "name": "Sunlight Sensitivity",
            "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight."
        },
        {
            "name": "Void-Touched Weapons",
            "desc": "Its weapon attacks are magical. When it hits with any weapon deals extra 1d6 cold and 1d6 force (included below)."
        }
    ],
    "creaturesets": [],
    "environments": [],
    "illustration": null
}