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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_pyrite-pile/?format=api",
    "key": "tob3_pyrite-pile",
    "name": "Pyrite Pile",
    "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": "Elemental",
        "key": "elemental",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "6.000",
    "challenge_rating_text": "6",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "understands Dwarvish and Terran but can't speak",
        "data": []
    },
    "armor_class": 18,
    "armor_detail": "natural armor",
    "hit_points": 136,
    "hit_dice": "13d10+65",
    "experience_points": 2300,
    "ability_scores": {
        "strength": 20,
        "dexterity": 10,
        "constitution": 20,
        "intelligence": 5,
        "wisdom": 8,
        "charisma": 19
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 0,
        "constitution": 5,
        "intelligence": -3,
        "wisdom": -1,
        "charisma": 4
    },
    "initiative_bonus": 0,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 5,
        "dexterity": 0,
        "constitution": 5,
        "intelligence": -3,
        "wisdom": -1,
        "charisma": 4
    },
    "skill_bonuses": {
        "perception": -1
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": -1,
        "arcana": -3,
        "athletics": 5,
        "deception": 4,
        "history": -3,
        "insight": -1,
        "intimidation": 4,
        "investigation": -3,
        "medicine": -1,
        "nature": -3,
        "perception": -1,
        "performance": 4,
        "persuasion": 4,
        "religion": -3,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": -1
    },
    "passive_perception": 9,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "nonmagic B/P/S attacks",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "exhaustion, paralyzed, petrified, poisoned, unconscious",
        "condition_immunities": [
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            },
            {
                "name": "Paralyzed",
                "key": "paralyzed",
                "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
            },
            {
                "name": "Petrified",
                "key": "petrified",
                "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            },
            {
                "name": "Unconscious",
                "key": "unconscious",
                "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": 60.0,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "False Appearance",
            "desc": "While motionless indistinguishable from normal pile of gold nuggets."
        },
        {
            "name": "Gold Fever",
            "desc": "When a Humanoid or xorn that can see the pile starts its turn within 60' of pile creature must make DC 15 Wis save or be charmed until end of its next turn. Charmed creature must take Dash action and move toward pile by safest available route on its next turn trying to get within 5 ft. of pile."
        },
        {
            "name": "Metal Sense",
            "desc": "Can pinpoint by scent the location of precious metals within 60' of it and can sense the general direction of Small or larger deposits of such metals within 1 mile."
        }
    ],
    "creaturesets": [],
    "environments": []
}