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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/bfrd_chain-devil/?format=api",
    "key": "bfrd_chain-devil",
    "name": "Chain Devil",
    "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": "Fiend",
        "key": "fiend",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?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"
    },
    "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": "Infernal,telepathy 120 ft.",
        "data": [
            {
                "name": "Infernal",
                "key": "infernal",
                "url": "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "desc": "Typical speakers are devils."
            }
        ]
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 138,
    "hit_dice": null,
    "experience_points": 3900,
    "ability_scores": {
        "strength": 18,
        "dexterity": 14,
        "constitution": 24,
        "intelligence": 10,
        "wisdom": 18,
        "charisma": 20
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 2,
        "constitution": 7,
        "intelligence": 0,
        "wisdom": 4,
        "charisma": 5
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "strength": 4,
        "dexterity": 2,
        "constitution": 7,
        "intelligence": 0,
        "wisdom": 4,
        "charisma": 5
    },
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 2,
        "constitution": 7,
        "intelligence": 0,
        "wisdom": 4,
        "charisma": 5
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 4,
        "arcana": 0,
        "athletics": 4,
        "deception": 5,
        "history": 0,
        "insight": 4,
        "intimidation": 5,
        "investigation": 0,
        "medicine": 4,
        "nature": 0,
        "perception": 4,
        "performance": 5,
        "persuasion": 5,
        "religion": 0,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 4
    },
    "passive_perception": 14,
    "resistances_and_immunities": {
        "damage_immunities_display": "Devilish Resilience",
        "damage_immunities": [],
        "damage_resistances_display": "grappled,Devilish Resilience",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Animate Chains",
            "desc": "The chain devil commands chains it can see within 60 feet of it that aren't being worn or carried to grab up to two creatures it can see within 10 feet of at least one commanded chain. Each creature must succeed on a DC 15 DEX save or be restrained. A creature, including the restrained creature, can take its action to free the restrained creature by succeeding on a DC 15 STR check. The devil can have up to two creatures restrained in this way at a time. If it uses this bonus action to restrain a third, the effect ends on one of the previous targets (the devil's choice).",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Chain",
            "desc": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 8 (1d8+4) slashing damage plus 7 (2d6) piercing damage, and the target is grappled (escape DC 15). Until the grapple ends, the target is restrained and takes 14 (4d6) piercing damage at the start of each of its turns, and the chain devil can't use the same Chain on another target.",
            "attacks": [
                {
                    "name": "Chain attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 7,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D8",
                    "damage_bonus": 4,
                    "damage_type": null,
                    "extra_damage_die_count": 2,
                    "extra_damage_die_type": "D6",
                    "extra_damage_bonus": 0,
                    "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": "Multiattack",
            "desc": "The devil makes four Chain attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Unnerving Mask",
            "desc": "When a creature the devil can see starts its turn within 30 feet of the devil, the devil can command its mask to shift to look like one of the creature's departed loved ones or bitter enemies. If the creature can see the mask, it must succeed on a DC 15 WIS save or be frightened until the end of its turn.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Devilish Resilience",
            "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition."
        },
        {
            "name": "Devil's Sight",
            "desc": "Magical darkness doesn't impede the devil's darkvision."
        },
        {
            "name": "Magic Resistance",
            "desc": "The devil has advantage on saves against spells and other magical effects."
        }
    ],
    "creaturesets": [],
    "environments": []
}