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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_doom-creeper/?format=api",
    "key": "tob3_doom-creeper",
    "name": "Doom Creeper",
    "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": "Plant",
        "key": "plant",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "6.000",
    "challenge_rating_text": "6",
    "proficiency_bonus": null,
    "speed": {
        "walk": 15.0,
        "burrow": 10.0,
        "climb": 45.0
    },
    "speed_all": {
        "unit": null,
        "walk": 15.0,
        "crawl": 7.5,
        "hover": false,
        "fly": 0.0,
        "burrow": 10.0,
        "climb": 45.0,
        "swim": 7.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "understands Sylvan but can't speak",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "",
    "hit_points": 137,
    "hit_dice": "25d6+50",
    "experience_points": 2300,
    "ability_scores": {
        "strength": 8,
        "dexterity": 21,
        "constitution": 14,
        "intelligence": 5,
        "wisdom": 14,
        "charisma": 6
    },
    "modifiers": {
        "strength": -1,
        "dexterity": 5,
        "constitution": 2,
        "intelligence": -3,
        "wisdom": 2,
        "charisma": -2
    },
    "initiative_bonus": 5,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -1,
        "dexterity": 5,
        "constitution": 2,
        "intelligence": -3,
        "wisdom": 2,
        "charisma": -2
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 5,
        "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": 5,
        "stealth": 5,
        "survival": 2
    },
    "passive_perception": 15,
    "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": "bludgeoning, piercing",
        "damage_resistances": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "cold",
        "damage_vulnerabilities": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            }
        ],
        "condition_immunities_display": "blinded, deafened, poisoned",
        "condition_immunities": [
            {
                "name": "Blinded",
                "key": "blinded",
                "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            },
            {
                "name": "Deafened",
                "key": "deafened",
                "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
            },
            {
                "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": [],
    "creaturesets": [],
    "environments": []
}