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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_starving-specter/?format=api",
    "key": "tob3_starving-specter",
    "name": "Starving Specter",
    "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": "Undead",
        "key": "undead",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/undead/?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": 0.0,
        "fly": 40.0
    },
    "speed_all": {
        "unit": null,
        "walk": 0.0,
        "crawl": 0.0,
        "hover": false,
        "fly": 40.0,
        "burrow": 0.0,
        "climb": 0.0,
        "swim": 0.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "the languages it knew in life",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 90,
    "hit_dice": "12d8+36",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 10,
        "dexterity": 16,
        "constitution": 17,
        "intelligence": 11,
        "wisdom": 14,
        "charisma": 13
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 3,
        "constitution": 3,
        "intelligence": 0,
        "wisdom": 2,
        "charisma": 1
    },
    "initiative_bonus": 3,
    "saving_throws": {
        "constitution": 6,
        "wisdom": 5
    },
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 3,
        "constitution": 6,
        "intelligence": 0,
        "wisdom": 5,
        "charisma": 1
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 2,
        "arcana": 0,
        "athletics": 0,
        "deception": 1,
        "history": 0,
        "insight": 2,
        "intimidation": 1,
        "investigation": 0,
        "medicine": 2,
        "nature": 0,
        "perception": 2,
        "performance": 1,
        "persuasion": 1,
        "religion": 0,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 2
    },
    "passive_perception": 15,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "psychic",
        "damage_vulnerabilities": [
            {
                "name": "Psychic",
                "key": "psychic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            }
        ],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Aura of the Forgotten",
            "desc": "Beasts and Humanoids within 10 ft. of the starving specter have disadvantage on saves."
        },
        {
            "name": "Ethereal Sight",
            "desc": "Can see 60' into the Ethereal Plane."
        },
        {
            "name": "Incorporeal Movement",
            "desc": "Move through others/objects as difficult terrain. Takes 5 (1d10) force if it ends turn in object."
        },
        {
            "name": "Life Hunger",
            "desc": "When a creature specter can see regains hp specter's next Bite deals extra 7 (2d6) necrotic on a hit."
        },
        {
            "name": "Undead Nature",
            "desc": "Doesn't require air food drink or sleep."
        },
        {
            "name": "Unnerving Visage",
            "desc": "When a creature that can see specter’s faces starts its turn within 30' of it at least one of specter’s faces shifts to look like one of the creature’s departed loved ones or bitter enemies if specter isn’t incapacitated and can see the creature. Creature takes 7 (2d6) psychic and is frightened of specter until start of its next turn (DC 14 Wis negates both). Unless surprised a creature can avert its eyes to avoid the save at start of its turn. If creature does so it can’t see the specter until the start of its next turn when it can avert again. If creature looks at specter in the meantime it must immediately save."
        }
    ],
    "creaturesets": [],
    "environments": []
}