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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_drake-reef/?format=api",
    "key": "tob3_drake-reef",
    "name": "Drake, Reef",
    "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": "Dragon",
        "key": "dragon",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "9.000",
    "challenge_rating_text": "9",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "burrow": 30.0,
        "swim": 60.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 30.0,
        "climb": 15.0,
        "swim": 60.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral evil",
    "languages": {
        "as_string": "Draconic",
        "data": [
            {
                "name": "Draconic",
                "key": "draconic",
                "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "desc": "Typical speakers include dragons and dragonborn."
            }
        ]
    },
    "armor_class": 18,
    "armor_detail": "natural",
    "hit_points": 152,
    "hit_dice": "16d12+48",
    "experience_points": 5000,
    "ability_scores": {
        "strength": 25,
        "dexterity": 14,
        "constitution": 17,
        "intelligence": 7,
        "wisdom": 15,
        "charisma": 13
    },
    "modifiers": {
        "strength": 7,
        "dexterity": 2,
        "constitution": 3,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": 1
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "dexterity": 6,
        "wisdom": 6,
        "charisma": 5
    },
    "saving_throws_all": {
        "strength": 7,
        "dexterity": 6,
        "constitution": 3,
        "intelligence": -2,
        "wisdom": 6,
        "charisma": 5
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 2,
        "arcana": -2,
        "athletics": 7,
        "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": 12,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "thunder",
        "damage_resistances": [
            {
                "name": "Thunder",
                "key": "thunder",
                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": 10.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Reef Stealth",
            "desc": "If it is within 10 ft. of a coral reef it can take the Hide action.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Siege Follow-Through",
            "desc": "If it destroys an object or structure it can make a bite attack vs. a creature it can see within 5 ft. of that object or structure.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Siege Monster",
            "desc": "Double damage to objects/structures."
        },
        {
            "name": "Tunneler",
            "desc": "Can burrow through coral and solid rock at half its burrow speed and leaves a 10 ft. diameter tunnel in its wake."
        }
    ],
    "creaturesets": [],
    "environments": []
}