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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_yali/?format=api",
    "key": "tob3_yali",
    "name": "Yali",
    "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": "2.000",
    "challenge_rating_text": "2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 50.0
    },
    "speed_all": {
        "unit": null,
        "walk": 50.0,
        "crawl": 25.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 25.0,
        "swim": 25.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "understands Common but can't speak",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 51,
    "hit_dice": "6d8+24",
    "experience_points": 450,
    "ability_scores": {
        "strength": 20,
        "dexterity": 14,
        "constitution": 18,
        "intelligence": 7,
        "wisdom": 14,
        "charisma": 12
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 2,
        "constitution": 4,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": 1
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "dexterity": 4,
        "wisdom": 4
    },
    "saving_throws_all": {
        "strength": 5,
        "dexterity": 4,
        "constitution": 4,
        "intelligence": -2,
        "wisdom": 4,
        "charisma": 1
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 2,
        "arcana": -2,
        "athletics": 5,
        "deception": 1,
        "history": -2,
        "insight": 2,
        "intimidation": 1,
        "investigation": -2,
        "medicine": 2,
        "nature": -2,
        "perception": 2,
        "performance": 1,
        "persuasion": 1,
        "religion": -2,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 2
    },
    "passive_perception": 16,
    "resistances_and_immunities": {
        "damage_immunities_display": "poison, psychic",
        "damage_immunities": [
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            },
            {
                "name": "Psychic",
                "key": "psychic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "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": [],
    "traits": [
        {
            "name": "Construct Nature",
            "desc": "Doesn’t require air food drink or sleep."
        },
        {
            "name": "False Appearance",
            "desc": "While motionless indistinguishable from ordinary statue."
        },
        {
            "name": "Flinging Pounce",
            "desc": "If it moves 20'+straight toward a Large or smaller creature and then hits it with Tusk on same turn target thrown up to 15 ft. in a random direction and knocked prone (DC 12 Str negates throw and prone). If thrown target strikes a solid surface target takes 3 (1d6) bludgeoning damage per 10 ft. it was thrown. If target is thrown at another creature creature takes same damage and knocked prone (DC 12 Dex negates both)."
        },
        {
            "name": "Standing Leap",
            "desc": "Long jump is up to 40' and its high jump is up to 20' with or with o a running start."
        }
    ],
    "creaturesets": [],
    "environments": []
}