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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_angel-pelagic-deva/?format=api",
    "key": "tob3_angel-pelagic-deva",
    "name": "Angel, Pelagic Deva",
    "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": "Celestial",
        "key": "celestial",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "11.000",
    "challenge_rating_text": "11",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "swim": 90.0
    },
    "speed_all": {
        "unit": null,
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 10.0,
        "swim": 90.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral good",
    "languages": {
        "as_string": "all, telepathy 120'",
        "data": []
    },
    "armor_class": 17,
    "armor_detail": "Living Coral Armor",
    "hit_points": 142,
    "hit_dice": "15d8+75",
    "experience_points": 7200,
    "ability_scores": {
        "strength": 19,
        "dexterity": 18,
        "constitution": 20,
        "intelligence": 17,
        "wisdom": 20,
        "charisma": 22
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 4,
        "constitution": 5,
        "intelligence": 3,
        "wisdom": 5,
        "charisma": 6
    },
    "initiative_bonus": 4,
    "saving_throws": {
        "strength": 8,
        "wisdom": 9,
        "charisma": 1
    },
    "saving_throws_all": {
        "strength": 8,
        "dexterity": 4,
        "constitution": 5,
        "intelligence": 3,
        "wisdom": 9,
        "charisma": 1
    },
    "skill_bonuses": {
        "perception": 5
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 5,
        "arcana": 3,
        "athletics": 4,
        "deception": 6,
        "history": 3,
        "insight": 5,
        "intimidation": 6,
        "investigation": 3,
        "medicine": 5,
        "nature": 3,
        "perception": 5,
        "performance": 6,
        "persuasion": 6,
        "religion": 3,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": 5
    },
    "passive_perception": 19,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "cold, radiant; nonmagic B/P/S attacks",
        "damage_resistances": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            },
            {
                "name": "Radiant",
                "key": "radiant",
                "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, exhaustion, frightened",
        "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"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Anoxic Aura",
            "desc": "Removes oxygen from nearby water for 1 min. Each creature that requires oxygen to live (including air-breathing creatures under effects of water breathing) and starts its turn within 20' of deva: DC 17 Con save or begin suffocating. Deva never suffers effects of this; can choose any creatures in area to ignore it.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 1
            }
        }
    ],
    "traits": [
        {
            "name": "Amphibious",
            "desc": "Can breathe air and water."
        },
        {
            "name": "Angelic Weapons",
            "desc": "Its weapon attacks are magical. When it hits with any weapon deals extra 4d8 radiant (included below)."
        },
        {
            "name": "Immortal Nature",
            "desc": "Doesn't require food drink or sleep"
        },
        {
            "name": "Living Coral Armor",
            "desc": "Its armor is made of living coral. If armor is damaged such as from a black pudding’s Pseudopod armor fully repairs itself within 1 min provided it wasn’t destroyed."
        },
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        }
    ],
    "creaturesets": [],
    "environments": []
}