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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_chaos-raptor/?format=api",
    "key": "tob3_chaos-raptor",
    "name": "Chaos Raptor",
    "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": "Gargantuan",
        "key": "gargantuan",
        "url": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api"
    },
    "challenge_rating_decimal": "13.000",
    "challenge_rating_text": "13",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "fly": 120.0,
        "burrow": 80.0
    },
    "speed_all": {
        "unit": null,
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 120.0,
        "burrow": 80.0,
        "climb": 10.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic neutral",
    "languages": {
        "as_string": "understands Common and Terran, but can't speak",
        "data": []
    },
    "armor_class": 18,
    "armor_detail": "natural armor",
    "hit_points": 248,
    "hit_dice": "16d20+80",
    "experience_points": 10000,
    "ability_scores": {
        "strength": 28,
        "dexterity": 10,
        "constitution": 20,
        "intelligence": 5,
        "wisdom": 10,
        "charisma": 10
    },
    "modifiers": {
        "strength": 9,
        "dexterity": 0,
        "constitution": 5,
        "intelligence": -3,
        "wisdom": 0,
        "charisma": 0
    },
    "initiative_bonus": 0,
    "saving_throws": {
        "dexterity": 5,
        "constitution": 1,
        "wisdom": 5,
        "charisma": 5
    },
    "saving_throws_all": {
        "strength": 9,
        "dexterity": 5,
        "constitution": 1,
        "intelligence": -3,
        "wisdom": 5,
        "charisma": 5
    },
    "skill_bonuses": {
        "perception": 0
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 0,
        "arcana": -3,
        "athletics": 9,
        "deception": 0,
        "history": -3,
        "insight": 0,
        "intimidation": 0,
        "investigation": -3,
        "medicine": 0,
        "nature": -3,
        "perception": 0,
        "performance": 0,
        "persuasion": 0,
        "religion": -3,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 0
    },
    "passive_perception": 15,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": 60.0,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Aura of Chaos",
            "desc": "When a creature with Int of 4 or higher starts its turn within 30' of raptor creature must make a DC 18 Cha save. Fail: creature can’t take reactions until start of its next turn and must roll a d8 to determine what it does during that turn. On 1-4 creature does nothing. On 5-6 creature takes no action but uses all its movement to move in a random direction. On 7-8 creature makes one melee attack vs. randomly determined creature within its reach or it does nothing if no creature is within its reach. At start of raptor’s turn it chooses whether this aura is active."
        },
        {
            "name": "Earth Glide",
            "desc": "Can burrow through nonmagical unworked earth/stone with o disturbing material it moves through."
        },
        {
            "name": "Keen Sight",
            "desc": "Advantage: sight Wis (Percept) checks."
        },
        {
            "name": "Regeneration",
            "desc": "Raptor regains 20 hp at start of its turn if at least half of its body is submerged in earth or stone. If raptor takes thunder this trait doesn’t function at start of raptor’s next turn. Raptor dies only if it starts its turn with 0 hp and doesn’t regenerate."
        }
    ],
    "creaturesets": [],
    "environments": []
}