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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_giant-mole-lizard/?format=api",
    "key": "tob3_giant-mole-lizard",
    "name": "Giant Mole Lizard",
    "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": "3.000",
    "challenge_rating_text": "3",
    "proficiency_bonus": null,
    "speed": {
        "walk": 15.0,
        "burrow": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 15.0,
        "crawl": 7.5,
        "hover": false,
        "fly": 0.0,
        "burrow": 20.0,
        "climb": 7.5,
        "swim": 7.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 14,
    "armor_detail": "natural armor",
    "hit_points": 75,
    "hit_dice": "10d10+20",
    "experience_points": 700,
    "ability_scores": {
        "strength": 19,
        "dexterity": 5,
        "constitution": 14,
        "intelligence": 1,
        "wisdom": 8,
        "charisma": 5
    },
    "modifiers": {
        "strength": 4,
        "dexterity": -3,
        "constitution": 2,
        "intelligence": -5,
        "wisdom": -1,
        "charisma": -3
    },
    "initiative_bonus": -3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 4,
        "dexterity": -3,
        "constitution": 2,
        "intelligence": -5,
        "wisdom": -1,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": -1
    },
    "skill_bonuses_all": {
        "acrobatics": -3,
        "animal_handling": -1,
        "arcana": -5,
        "athletics": 4,
        "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": -3,
        "stealth": -3,
        "survival": -1
    },
    "passive_perception": 9,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "acid",
        "damage_resistances": [
            {
                "name": "Acid",
                "key": "acid",
                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "prone",
        "condition_immunities": [
            {
                "name": "Prone",
                "key": "prone",
                "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": 10.0,
    "tremorsense_range": 60.0,
    "truesight_range": null,
    "actions": [
        {
            "name": "Mass Shove",
            "desc": "Each Large or smaller creature within 10 ft. of the giant mole lizard and that isn't grappled by it must make DC 14 Str save or be pushed up to 15 ft. away from the lizard and knocked prone.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Beast of Burden",
            "desc": "Is considered to be a Huge Beast for the purpose of determining its carrying capacity."
        },
        {
            "name": "Sunlight Sensitivity",
            "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight."
        }
    ],
    "creaturesets": [],
    "environments": []
}