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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_death-worm/?format=api",
    "key": "tob3_death-worm",
    "name": "Death Worm",
    "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": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "1.000",
    "challenge_rating_text": "1",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "burrow": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 20.0,
        "climb": 10.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "natural armor",
    "hit_points": 44,
    "hit_dice": "8d6+16",
    "experience_points": 200,
    "ability_scores": {
        "strength": 9,
        "dexterity": 15,
        "constitution": 14,
        "intelligence": 1,
        "wisdom": 11,
        "charisma": 3
    },
    "modifiers": {
        "strength": -1,
        "dexterity": 2,
        "constitution": 2,
        "intelligence": -5,
        "wisdom": 0,
        "charisma": -4
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -1,
        "dexterity": 2,
        "constitution": 2,
        "intelligence": -5,
        "wisdom": 0,
        "charisma": -4
    },
    "skill_bonuses": {
        "perception": 0
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 0,
        "arcana": -5,
        "athletics": -1,
        "deception": -4,
        "history": -5,
        "insight": 0,
        "intimidation": -4,
        "investigation": -5,
        "medicine": 0,
        "nature": -5,
        "perception": 0,
        "performance": -4,
        "persuasion": -4,
        "religion": -5,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 0
    },
    "passive_perception": 10,
    "resistances_and_immunities": {
        "damage_immunities_display": "lightning",
        "damage_immunities": [
            {
                "name": "Lightning",
                "key": "lightning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": 60.0,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Detect Life",
            "desc": "Can sense the general direction of creatures that aren’t Constructs or Undead within 1 mile of it."
        },
        {
            "name": "Discharge",
            "desc": "When a creature ends its turn within 5 ft. of a death worm the creature takes 2 (1d4) lightning."
        },
        {
            "name": "Dreaming Venom",
            "desc": "iIEvery 24 hrs that elapse it must re-save reducing its hp max by 2 (1d4) on a failure. The poison is neutralized on a success. Target dies if dreaming venom reduces its hp max to 0. This reduction lasts until the poison is neutralized."
        },
        {
            "name": "Lightning Arc",
            "desc": "When a creature starts its turn within 15 ft. of at least two death worms the creature must make DC 14 Dex save or take 5 (2d4) lightning. The creature has disadvantage on the save if it is within 15 ft. of three or more death worms."
        },
        {
            "name": "Regeneration",
            "desc": "Regains 3 hp at the start of its turn if it has at least 1 hp."
        }
    ],
    "creaturesets": [],
    "environments": []
}