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

GET /v2/creatures/tob3_pelagic-blush-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_pelagic-blush-worm/?format=api",
    "key": "tob3_pelagic-blush-worm",
    "name": "Pelagic Blush 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": "Gargantuan",
        "key": "gargantuan",
        "url": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api"
    },
    "challenge_rating_decimal": "9.000",
    "challenge_rating_text": "9",
    "proficiency_bonus": null,
    "speed": {
        "walk": 0.0,
        "swim": 50.0
    },
    "speed_all": {
        "unit": null,
        "walk": 0.0,
        "crawl": 0.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 0.0,
        "swim": 50.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 17,
    "armor_detail": "natural armor",
    "hit_points": 188,
    "hit_dice": "13d20+42",
    "experience_points": 5000,
    "ability_scores": {
        "strength": 23,
        "dexterity": 14,
        "constitution": 19,
        "intelligence": 1,
        "wisdom": 12,
        "charisma": 4
    },
    "modifiers": {
        "strength": 6,
        "dexterity": 2,
        "constitution": 4,
        "intelligence": -5,
        "wisdom": 1,
        "charisma": -3
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "dexterity": 6,
        "constitution": 8,
        "wisdom": 5
    },
    "saving_throws_all": {
        "strength": 6,
        "dexterity": 6,
        "constitution": 8,
        "intelligence": -5,
        "wisdom": 5,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 1,
        "arcana": -5,
        "athletics": 6,
        "deception": -3,
        "history": -5,
        "insight": 1,
        "intimidation": -3,
        "investigation": -5,
        "medicine": 1,
        "nature": -5,
        "perception": 1,
        "performance": -3,
        "persuasion": -3,
        "religion": -5,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 1
    },
    "passive_perception": 15,
    "resistances_and_immunities": {
        "damage_immunities_display": "acid, cold",
        "damage_immunities": [
            {
                "name": "Acid",
                "key": "acid",
                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            },
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?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": 120.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Echolocation",
            "desc": "Can’t use its blindsight while deafened."
        },
        {
            "name": "Siege Monster",
            "desc": "Double damage to objects/structures."
        },
        {
            "name": "Water Breathing",
            "desc": "Can breathe only underwater."
        }
    ],
    "creaturesets": [],
    "environments": []
}