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

GET /v2/creatures/tob-2023_wind-dragon-wyrmling/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_wind-dragon-wyrmling/?format=api",
    "key": "tob-2023_wind-dragon-wyrmling",
    "name": "Wind Dragon Wyrmling",
    "document": {
        "name": "Tome of Beasts 1 (2023 Edition)",
        "key": "tob-2023",
        "display_name": "Tome of Beasts 1 (2023 Edition)",
        "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/kpstore/product/tome-of-beasts-1-2023-edition-hardcover/"
    },
    "type": {
        "name": "Dragon",
        "key": "dragon",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "1.000",
    "challenge_rating_text": "1",
    "proficiency_bonus": null,
    "speed": {
        "walk": 80.0,
        "unit": "feet",
        "fly": 20.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 80.0,
        "crawl": 40.0,
        "hover": false,
        "fly": 20.0,
        "burrow": 0.0,
        "climb": 40.0,
        "swim": 40.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "Chaotic Neutral",
    "languages": {
        "as_string": "Draconic, Primordial",
        "data": [
            {
                "name": "Draconic",
                "key": "draconic",
                "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "desc": "Typical speakers include dragons and dragonborn."
            },
            {
                "name": "Primordial",
                "key": "primordial",
                "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "desc": "Typical speakers are elementals."
            }
        ]
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 32,
    "hit_dice": "5d8 + 10",
    "experience_points": 200,
    "ability_scores": {
        "strength": 16,
        "dexterity": 16,
        "constitution": 14,
        "intelligence": 12,
        "wisdom": 11,
        "charisma": 14
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": 1,
        "wisdom": 0,
        "charisma": 2
    },
    "initiative_bonus": 3,
    "saving_throws": {
        "dexterity": 5,
        "constitution": 4,
        "wisdom": 2,
        "charisma": 4
    },
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 5,
        "constitution": 4,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 4
    },
    "skill_bonuses": {
        "acrobatics": 7,
        "perception": 4,
        "stealth": 5
    },
    "skill_bonuses_all": {
        "acrobatics": 7,
        "animal_handling": 0,
        "arcana": 1,
        "athletics": 3,
        "deception": 2,
        "history": 1,
        "insight": 0,
        "intimidation": 2,
        "investigation": 1,
        "medicine": 0,
        "nature": 1,
        "perception": 4,
        "performance": 2,
        "persuasion": 2,
        "religion": 1,
        "sleight_of_hand": 3,
        "stealth": 5,
        "survival": 0
    },
    "passive_perception": 14,
    "resistances_and_immunities": {
        "damage_immunities_display": "lightning",
        "damage_immunities": [
            {
                "name": "Lightning",
                "key": "lightning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            }
        ],
        "damage_resistances_display": "cold",
        "damage_resistances": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?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": "Bite",
            "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (1d10 + 3) piercing damage.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 5,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D10",
                    "damage_bonus": 3,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Tempest Breath",
            "desc": "The dragon exhales a blast of stormy wind in a 15-foot cone. Each creature in that area must make a DC 12 Strength saving throw. On a failure, a creature takes 9 (2d8) bludgeoning damage and is pushed up to 5 feet away from the dragon. On a success, a creature takes half the damage and isn't pushed. Unprotected flames, such as torches, in the area are extinguished, and protected flames, such as those in lanterns, have a 50 percent chance of being extinguished.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "RECHARGE_ON_ROLL",
                "param": 5
            }
        }
    ],
    "traits": [
        {
            "name": "Elusive",
            "desc": "The dragon has advantage on ability checks and saving throws made to avoid or escape an effect that would reduce its speed or grapple or restrain it."
        },
        {
            "name": "Storm Sight",
            "desc": "The dragon can see through areas obscured by fog, mist, clouds, or precipitation."
        }
    ],
    "creaturesets": [],
    "environments": []
}