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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_caldera-kite/?format=api",
    "key": "tob3_caldera-kite",
    "name": "Caldera Kite",
    "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": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "7.000",
    "challenge_rating_text": "7",
    "proficiency_bonus": null,
    "speed": {
        "walk": 0.0,
        "fly": 60.0
    },
    "speed_all": {
        "unit": null,
        "walk": 0.0,
        "crawl": 0.0,
        "hover": false,
        "fly": 60.0,
        "burrow": 0.0,
        "climb": 0.0,
        "swim": 0.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 17,
    "armor_detail": "natural armor",
    "hit_points": 119,
    "hit_dice": "14d10+42",
    "experience_points": 2900,
    "ability_scores": {
        "strength": 18,
        "dexterity": 19,
        "constitution": 16,
        "intelligence": 3,
        "wisdom": 12,
        "charisma": 4
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 4,
        "constitution": 3,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -3
    },
    "initiative_bonus": 4,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 4,
        "constitution": 3,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 1,
        "arcana": -4,
        "athletics": 4,
        "deception": -3,
        "history": -4,
        "insight": 1,
        "intimidation": -3,
        "investigation": -4,
        "medicine": 1,
        "nature": -4,
        "perception": 1,
        "performance": -3,
        "persuasion": -3,
        "religion": -4,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": 1
    },
    "passive_perception": 14,
    "resistances_and_immunities": {
        "damage_immunities_display": "acid, fire, poison",
        "damage_immunities": [
            {
                "name": "Acid",
                "key": "acid",
                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            },
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "exhaustion, poisoned",
        "condition_immunities": [
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Firesight",
            "desc": "Can see through areas obscured by fire smoke and fog with o penalty."
        },
        {
            "name": "Flyby",
            "desc": "Doesn’t provoke opportunity attacks when it flies out of an enemy’s reach."
        },
        {
            "name": "Sulfuric Haze",
            "desc": "A glittering haze emanates from it within 10 ft. of it. Haze moves with kite lightly obscuring area. If dispersed by a wind of moderate or greater speed (10+ miles per hr) haze reappears at start of kite’s next turn. When a creature enters haze’s area for first time on a turn or starts its turn there that creature: 7 (2d6) poison and is poisoned until end of its next turn (DC 14 Con half damage and isn’t poisoned). If a creature’s save is successful it is immune to Sulphuric Haze of all caldera kites for 1 min."
        }
    ],
    "creaturesets": [],
    "environments": []
}