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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob_firebird/?format=api",
    "key": "tob_firebird",
    "name": "Firebird",
    "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": "Celestial",
        "key": "celestial",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "4.000",
    "challenge_rating_text": "4",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "unit": "feet",
        "fly": 100.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 100.0,
        "burrow": 0.0,
        "climb": 10.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral good",
    "languages": {
        "as_string": "Celestial, Common, Elvish, Primordial, Sylvan",
        "data": [
            {
                "name": "Celestial",
                "key": "celestial",
                "url": "https://api-beta.open5e.com/v2/languages/celestial/?format=api",
                "desc": "Typical speakers are celestials"
            },
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Elvish",
                "key": "elvish",
                "url": "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "desc": "Typical speakers are elves."
            },
            {
                "name": "Primordial",
                "key": "primordial",
                "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "desc": "Typical speakers are elementals."
            },
            {
                "name": "Sylvan",
                "key": "sylvan",
                "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "desc": "Typical speakers are fey creatures."
            }
        ]
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 99,
    "hit_dice": "18d6+36",
    "experience_points": 1100,
    "ability_scores": {
        "strength": 12,
        "dexterity": 19,
        "constitution": 14,
        "intelligence": 16,
        "wisdom": 15,
        "charisma": 21
    },
    "modifiers": {
        "strength": 1,
        "dexterity": 4,
        "constitution": 2,
        "intelligence": 3,
        "wisdom": 2,
        "charisma": 5
    },
    "initiative_bonus": 4,
    "saving_throws": {
        "dexterity": 6,
        "constitution": 4,
        "intelligence": 5,
        "wisdom": 4,
        "charisma": 7
    },
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 6,
        "constitution": 4,
        "intelligence": 5,
        "wisdom": 4,
        "charisma": 7
    },
    "skill_bonuses": {
        "acrobatics": 6,
        "arcana": 5,
        "insight": 4,
        "medicine": 4,
        "nature": 5,
        "perception": 7,
        "religion": 5
    },
    "skill_bonuses_all": {
        "acrobatics": 6,
        "animal_handling": 2,
        "arcana": 5,
        "athletics": 1,
        "deception": 5,
        "history": 3,
        "insight": 4,
        "intimidation": 5,
        "investigation": 3,
        "medicine": 4,
        "nature": 5,
        "perception": 7,
        "performance": 5,
        "persuasion": 5,
        "religion": 5,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": 2
    },
    "passive_perception": 17,
    "resistances_and_immunities": {
        "damage_immunities_display": "fire",
        "damage_immunities": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            }
        ],
        "damage_resistances_display": "lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
        "damage_resistances": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Lightning",
                "key": "lightning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            },
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, frightened, invisible",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            },
            {
                "name": "Invisible",
                "key": "invisible",
                "url": "https://api-beta.open5e.com/v2/conditions/invisible/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": 60.0,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 5 (1d8 + 4) piercing damage.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 6,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "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": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Blinding Ray",
            "desc": "The firebird can fire a burning ray of light from its tail feathers in a line 5 feet wide and up to 50 feet long. Targets in the line must succeed on a DC 15 Dexterity saving throw or take 24 (7d6) fire damage and become blinded for 1d4 rounds. A successful saving throw negates the blindness and reduces the damage by half.",
            "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": "Claw",
            "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d8 + 4) slashing damage.",
            "attacks": [
                {
                    "name": "Claw attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 6,
                    "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": "Multiattack",
            "desc": "The firebird makes one bite attack and two claw attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Innate Spellcasting",
            "desc": "the firebird's innate spellcasting ability is Charisma (spell save DC 15). It can innately cast the following spells, requiring no material components:\n\nat will: guidance, purify food and drink, speak with animals\n\n3/day each: charm person, cure wounds (2d8 + 5), daylight, faerie fire, heat metal, hypnotic pattern, tongues\n\n1/day each: geas, heal, reincarnate"
        },
        {
            "name": "Light of the World",
            "desc": "The firebird's feathers glow with a warm light. The creature sheds light as dim as a candle or as bright as a lantern. It always sheds light, and any feathers plucked from the creature continue to shed light as a torch."
        },
        {
            "name": "Warming Presence",
            "desc": "The firebird and any creatures within a 5-foot radius are immune to the effects of natural, environmental cold. Invited into a home or building, a firebird can expand this warming presence to its inhabitants no matter how close they are to the creature."
        }
    ],
    "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"
        }
    ]
}