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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/bfrd_balara/?format=api",
    "key": "bfrd_balara",
    "name": "Balara",
    "document": {
        "name": "Black Flag SRD",
        "key": "bfrd",
        "display_name": "Black Flag SRD",
        "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/black-flag-reference-document/"
    },
    "type": {
        "name": "Undead",
        "key": "undead",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/undead/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "6.000",
    "challenge_rating_text": "6",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "understands the languages of its creator but can't speak",
        "data": []
    },
    "armor_class": 17,
    "armor_detail": "natural armor",
    "hit_points": 114,
    "hit_dice": null,
    "experience_points": 2300,
    "ability_scores": {
        "strength": 16,
        "dexterity": 14,
        "constitution": 14,
        "intelligence": 6,
        "wisdom": 14,
        "charisma": 8
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 2,
        "constitution": 2,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": -1
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "strength": 3,
        "dexterity": 2,
        "constitution": 2,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": -1
    },
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 2,
        "constitution": 2,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": -1
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 2,
        "arcana": -2,
        "athletics": 3,
        "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": "charmed,frightened,Undead Resilience",
        "damage_immunities": [],
        "damage_resistances_display": "necrotic",
        "damage_resistances": [
            {
                "name": "Necrotic",
                "key": "necrotic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "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:_ +6 to hit, reach 5 ft., one target. _Hit:_ 16 (3d8+3) piercing damage plus 4 (1d8) necrotic damage, and the target can't regain HP until the start of the balara's next turn.",
            "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": 3,
                    "damage_die_type": "D8",
                    "damage_bonus": 3,
                    "damage_type": null,
                    "extra_damage_die_count": 1,
                    "extra_damage_die_type": "D8",
                    "extra_damage_bonus": 0,
                    "extra_damage_type": {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?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:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (3d6+3) 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": 3,
                    "damage_die_type": "D6",
                    "damage_bonus": 3,
                    "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 balara makes one Bite attack and two Claw attacks, or it makes three Necrotic Bolt attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Necrotic Bolt",
            "desc": "_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 15 (3d8+2) necrotic damage, and the target can't regain HP until the start of the balara's next turn.",
            "attacks": [
                {
                    "name": "Necrotic Bolt attack",
                    "attack_type": "SPELL",
                    "to_hit_mod": 5,
                    "reach": null,
                    "range": 60.0,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "damage_die_type": "D8",
                    "damage_bonus": 2,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Necrotic",
                        "key": "necrotic",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Relentless Pursuit",
            "desc": "When a creature the balara can see moves away from it, the balara can move up to half its speed toward that creature. This movement doesn't provoke opportunity attacks.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Terrifying Luminance",
            "desc": "When a creature that can see the balara's glowing ribcage starts its turn within 30 feet of the balara, the balara can force it to make a DC 14 WIS save if the balara isn't incapacitated and can see the creature. On a failure, the creature is frightened until the start of its next turn, as the visions, fear, and pain of the last moments of several animals flash through its mind. While frightened, the creature's speed is reduced to 0, and it can't use reactions. Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the balara until the start of its next turn, when it can avert its eyes again. If the creature looks at the balara in the meantime, it must immediately make the save."
        },
        {
            "name": "Undead Nature",
            "desc": "The balara doesn't require air, food, drink, or sleep."
        },
        {
            "name": "Undead Resilience",
            "desc": "The balara is immune to poison damage, to exhaustion, and to the poisoned condition."
        }
    ],
    "creaturesets": [],
    "environments": []
}