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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_corpselight-moth/?format=api",
    "key": "tob3_corpselight-moth",
    "name": "Corpselight Moth",
    "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": "Beast",
        "key": "beast",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "5.000",
    "challenge_rating_text": "5",
    "proficiency_bonus": null,
    "speed": {
        "walk": 15.0,
        "fly": 60.0,
        "climb": 15.0
    },
    "speed_all": {
        "unit": null,
        "walk": 15.0,
        "crawl": 7.5,
        "hover": false,
        "fly": 60.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 7.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 136,
    "hit_dice": "16d10+48",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 16,
        "dexterity": 19,
        "constitution": 16,
        "intelligence": 2,
        "wisdom": 12,
        "charisma": 8
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 4,
        "constitution": 3,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -1
    },
    "initiative_bonus": 4,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 4,
        "constitution": 3,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -1
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 1,
        "arcana": -4,
        "athletics": 3,
        "deception": -1,
        "history": -4,
        "insight": 1,
        "intimidation": -1,
        "investigation": -4,
        "medicine": 1,
        "nature": -4,
        "perception": 1,
        "performance": -1,
        "persuasion": -1,
        "religion": -4,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": 1
    },
    "passive_perception": 14,
    "resistances_and_immunities": {
        "damage_immunities_display": "radiant",
        "damage_immunities": [
            {
                "name": "Radiant",
                "key": "radiant",
                "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            }
        ],
        "damage_resistances_display": "necrotic",
        "damage_resistances": [
            {
                "name": "Necrotic",
                "key": "necrotic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": 30.0,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Downdraft",
            "desc": "While it is flying area within 10 ft. of it is difficult terrain."
        },
        {
            "name": "Glow",
            "desc": "The moth casts light from its abdomen shedding bright light in a 20' radius and dim light for an additional 20'."
        },
        {
            "name": "Keen Smell",
            "desc": "Advantage: smell Wis (Percept) checks."
        },
        {
            "name": "Necrotic Dampening",
            "desc": "Each friendly creature within 30' of the moth has resistance to necrotic."
        },
        {
            "name": "Spider Climb",
            "desc": "Difficult surfaces even ceilings no ability check."
        }
    ],
    "creaturesets": [],
    "environments": []
}