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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_offal-walker/?format=api",
    "key": "tob3_offal-walker",
    "name": "Offal Walker",
    "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": "1.000",
    "challenge_rating_text": "1",
    "proficiency_bonus": null,
    "speed": {
        "walk": 25.0
    },
    "speed_all": {
        "unit": null,
        "walk": 25.0,
        "crawl": 12.5,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 12.5,
        "swim": 12.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral evil",
    "languages": {
        "as_string": "understands the languages of its creator but can't speak",
        "data": []
    },
    "armor_class": 12,
    "armor_detail": "natural armor",
    "hit_points": 37,
    "hit_dice": "5d8+15",
    "experience_points": 200,
    "ability_scores": {
        "strength": 13,
        "dexterity": 11,
        "constitution": 16,
        "intelligence": 5,
        "wisdom": 6,
        "charisma": 7
    },
    "modifiers": {
        "strength": 1,
        "dexterity": 0,
        "constitution": 3,
        "intelligence": -3,
        "wisdom": -2,
        "charisma": -2
    },
    "initiative_bonus": 0,
    "saving_throws": {
        "wisdom": 0
    },
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 0,
        "constitution": 3,
        "intelligence": -3,
        "wisdom": 0,
        "charisma": -2
    },
    "skill_bonuses": {
        "perception": -2
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": -2,
        "arcana": -3,
        "athletics": 1,
        "deception": -2,
        "history": -3,
        "insight": -2,
        "intimidation": -2,
        "investigation": -3,
        "medicine": -2,
        "nature": -3,
        "perception": -2,
        "performance": -2,
        "persuasion": -2,
        "religion": -3,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": -2
    },
    "passive_perception": 10,
    "resistances_and_immunities": {
        "damage_immunities_display": "poison",
        "damage_immunities": [
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "poisoned",
        "condition_immunities": [
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": 60.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Gut Lassos",
            "desc": "Can have up to three gut lassos at a time. Each gut lasso can be attacked (AC 13; 5 hp; immunity to poison). Destroying a lasso deals no damage to the offal walker which can extrude a replacement gut lasso on its next turn. A gut lasso can also be broken if a creature takes an action and succeeds on a DC 13 Str check vs. it."
        },
        {
            "name": "Undead Nature",
            "desc": "Doesn't require air food drink or sleep."
        }
    ],
    "creaturesets": [],
    "environments": []
}