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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_painted-phantasm/?format=api",
    "key": "tob3_painted-phantasm",
    "name": "Painted Phantasm",
    "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": "Construct",
        "key": "construct",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "7.000",
    "challenge_rating_text": "7",
    "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": "neutral",
    "languages": {
        "as_string": "knows creator's, can't speak",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 97,
    "hit_dice": "15d8+30",
    "experience_points": 2900,
    "ability_scores": {
        "strength": 10,
        "dexterity": 17,
        "constitution": 14,
        "intelligence": 7,
        "wisdom": 14,
        "charisma": 16
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": 3
    },
    "initiative_bonus": 3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": 3
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 2,
        "arcana": -2,
        "athletics": 0,
        "deception": 3,
        "history": -2,
        "insight": 2,
        "intimidation": 3,
        "investigation": -2,
        "medicine": 2,
        "nature": -2,
        "perception": 2,
        "performance": 3,
        "persuasion": 3,
        "religion": -2,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 2
    },
    "passive_perception": 15,
    "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": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?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"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Painting Portal",
            "desc": "Uses 10 ft. of move to step magically into one artwork within reach and emerge from 2nd artwork within 100' of 1st appearing in unoccupied space within 5 ft. of 2nd. If both are Large or larger can bring up to 3 willing creatures.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Construct Nature",
            "desc": "Doesn’t require air food drink or sleep."
        },
        {
            "name": "Immutable Form",
            "desc": "Immune: form-altering spells/effects."
        },
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        }
    ],
    "creaturesets": [],
    "environments": []
}