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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob_ala/?format=api",
    "key": "tob_ala",
    "name": "Ala",
    "document": {
        "name": "Tome of Beasts",
        "key": "tob",
        "display_name": "Tome of Beasts",
        "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/"
    },
    "type": {
        "name": "Fey",
        "key": "fey",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "8.000",
    "challenge_rating_text": "8",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "unit": "feet",
        "fly": 40.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 40.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "Common, Draconic",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Draconic",
                "key": "draconic",
                "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "desc": "Typical speakers include dragons and dragonborn."
            }
        ]
    },
    "armor_class": 17,
    "armor_detail": "natural armor",
    "hit_points": 127,
    "hit_dice": "15d8+60",
    "experience_points": 3900,
    "ability_scores": {
        "strength": 20,
        "dexterity": 16,
        "constitution": 18,
        "intelligence": 10,
        "wisdom": 16,
        "charisma": 8
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 3,
        "constitution": 4,
        "intelligence": 0,
        "wisdom": 3,
        "charisma": -1
    },
    "initiative_bonus": 3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 5,
        "dexterity": 3,
        "constitution": 4,
        "intelligence": 0,
        "wisdom": 3,
        "charisma": -1
    },
    "skill_bonuses": {
        "athletics": 8,
        "perception": 9,
        "stealth": 6
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 3,
        "arcana": 0,
        "athletics": 8,
        "deception": -1,
        "history": 0,
        "insight": 3,
        "intimidation": -1,
        "investigation": 0,
        "medicine": 3,
        "nature": 0,
        "perception": 9,
        "performance": -1,
        "persuasion": -1,
        "religion": 0,
        "sleight_of_hand": 3,
        "stealth": 6,
        "survival": 3
    },
    "passive_perception": 19,
    "resistances_and_immunities": {
        "damage_immunities_display": "lightning, poison, thunder",
        "damage_immunities": [
            {
                "name": "Lightning",
                "key": "lightning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            },
            {
                "name": "Thunder",
                "key": "thunder",
                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "poisoned",
        "condition_immunities": [
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 10 (1d10 + 5) piercing damage, and the target must succeed on a DC 16 saving throw or take 10 (3d6) poison damage.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 8,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D10",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Claw",
            "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage.",
            "attacks": [
                {
                    "name": "Claw attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 8,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D8",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Lightning's Kiss",
            "desc": "One target within 50 feet must make a DC 16 Dexterity saving throw. It takes 28 (8d6) lightning damage on a failed save, or half as much damage on a successful one.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "RECHARGE_ON_ROLL",
                "param": 5
            }
        },
        {
            "name": "Multiattack",
            "desc": "The ala makes two claw attacks or one claw and one bite attack.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Flyby",
            "desc": "The ala doesn't provoke an opportunity attack when it flies out of an enemy's reach."
        },
        {
            "name": "Poison Flesh",
            "desc": "The ala's poison infuses its flesh. A creature that makes a successful bite attack against an ala must make a DC 16 Constitution saving throw; if it fails, the creature takes 10 (3d6) poison damage."
        },
        {
            "name": "Storm's Strength",
            "desc": "If an electrical storm is raging around an ala and its target, the saving throw against Lightning's Kiss is made with disadvantage."
        }
    ],
    "creaturesets": [],
    "environments": [
        {
            "name": "Arctic or Tundra",
            "key": "arctic",
            "url": "https://api-beta.open5e.com/v2/environments/arctic/?format=api"
        },
        {
            "name": "Caves",
            "key": "caves",
            "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
        },
        {
            "name": "Coast",
            "key": "coast",
            "url": "https://api-beta.open5e.com/v2/environments/coast/?format=api"
        },
        {
            "name": "Desert",
            "key": "desert",
            "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
        },
        {
            "name": "Forest or Jungle",
            "key": "forest",
            "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
        },
        {
            "name": "Grassland or Plains",
            "key": "grassland",
            "url": "https://api-beta.open5e.com/v2/environments/grassland/?format=api"
        },
        {
            "name": "Hills",
            "key": "hills",
            "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
        },
        {
            "name": "Laboratory",
            "key": "laboratory",
            "url": "https://api-beta.open5e.com/v2/environments/laboratory/?format=api"
        },
        {
            "name": "Lake",
            "key": "lake",
            "url": "https://api-beta.open5e.com/v2/environments/lake/?format=api"
        },
        {
            "name": "Mountain",
            "key": "mountain",
            "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
        },
        {
            "name": "Ocean",
            "key": "ocean",
            "url": "https://api-beta.open5e.com/v2/environments/ocean/?format=api"
        },
        {
            "name": "Ruins",
            "key": "ruins",
            "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
        },
        {
            "name": "Sewer",
            "key": "sewer",
            "url": "https://api-beta.open5e.com/v2/environments/sewer/?format=api"
        },
        {
            "name": "Shadowfell",
            "key": "shadowfell",
            "url": "https://api-beta.open5e.com/v2/environments/shadowfell/?format=api"
        },
        {
            "name": "The Abyss",
            "key": "srd_abyss",
            "url": "https://api-beta.open5e.com/v2/environments/srd_abyss/?format=api"
        },
        {
            "name": "Astral Plane",
            "key": "srd_astral-plane",
            "url": "https://api-beta.open5e.com/v2/environments/srd_astral-plane/?format=api"
        },
        {
            "name": "Elysium",
            "key": "srd_elysium",
            "url": "https://api-beta.open5e.com/v2/environments/srd_elysium/?format=api"
        },
        {
            "name": "Ethereal Plane",
            "key": "srd_ethereal-plane",
            "url": "https://api-beta.open5e.com/v2/environments/srd_ethereal-plane/?format=api"
        },
        {
            "name": "Feywild",
            "key": "srd_feywild",
            "url": "https://api-beta.open5e.com/v2/environments/srd_feywild/?format=api"
        },
        {
            "name": "Hell",
            "key": "srd_hell",
            "url": "https://api-beta.open5e.com/v2/environments/srd_hell/?format=api"
        },
        {
            "name": "Material Plane",
            "key": "srd_material-plane",
            "url": "https://api-beta.open5e.com/v2/environments/srd_material-plane/?format=api"
        },
        {
            "name": "Plane of Air",
            "key": "srd_plane-of-air",
            "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-air/?format=api"
        },
        {
            "name": "Plane of Earth",
            "key": "srd_plane-of-earth",
            "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api"
        },
        {
            "name": "Plane of Fire",
            "key": "srd_plane-of-fire",
            "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-fire/?format=api"
        },
        {
            "name": "Plane of Water",
            "key": "srd_plane-of-water",
            "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-water/?format=api"
        },
        {
            "name": "Swamp or Marsh",
            "key": "swamp",
            "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
        },
        {
            "name": "Temple",
            "key": "temple",
            "url": "https://api-beta.open5e.com/v2/environments/temple/?format=api"
        },
        {
            "name": "Badlands",
            "key": "tob_badlands",
            "url": "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api"
        },
        {
            "name": "Tomb",
            "key": "tomb",
            "url": "https://api-beta.open5e.com/v2/environments/tomb/?format=api"
        },
        {
            "name": "Underworld",
            "key": "underworld",
            "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
        },
        {
            "name": "Urban",
            "key": "urban",
            "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
        }
    ]
}