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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_arcane-blademaster/?format=api",
    "key": "a5e-mm_arcane-blademaster",
    "name": "Arcane Blademaster",
    "document": {
        "name": "Monstrous Menagerie",
        "key": "a5e-mm",
        "display_name": "Monstrous Menagerie",
        "publisher": {
            "name": "EN Publishing",
            "key": "en-publishing",
            "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
        },
        "gamesystem": {
            "name": "Advanced 5th Edition",
            "key": "a5e",
            "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
        },
        "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
    },
    "type": {
        "name": "Humanoid",
        "key": "humanoid",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "19.000",
    "challenge_rating_text": "19",
    "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": "any six",
        "data": []
    },
    "armor_class": 20,
    "armor_detail": "",
    "hit_points": 256,
    "hit_dice": "27d8+135",
    "experience_points": 22000,
    "ability_scores": {
        "strength": 20,
        "dexterity": 12,
        "constitution": 20,
        "intelligence": 20,
        "wisdom": 14,
        "charisma": 12
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 1,
        "constitution": 5,
        "intelligence": 5,
        "wisdom": 2,
        "charisma": 1
    },
    "initiative_bonus": 1,
    "saving_throws": {
        "constitution": 11,
        "intelligence": 11,
        "wisdom": 8
    },
    "saving_throws_all": {
        "strength": 5,
        "dexterity": 1,
        "constitution": 11,
        "intelligence": 11,
        "wisdom": 8,
        "charisma": 1
    },
    "skill_bonuses": {
        "arcana": 11,
        "athletics": 11
    },
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 2,
        "arcana": 11,
        "athletics": 11,
        "deception": 1,
        "history": 5,
        "insight": 2,
        "intimidation": 1,
        "investigation": 5,
        "medicine": 2,
        "nature": 5,
        "perception": 2,
        "performance": 1,
        "persuasion": 1,
        "religion": 5,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": 2
    },
    "passive_perception": 12,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Composite Longbow",
            "desc": "Ranged Weapon Attack: +11 to hit, range 150/600 ft., one target. Hit: 9 (1d8 + 5) piercing damage.",
            "attacks": [
                {
                    "name": "Composite Longbow attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 11,
                    "reach": null,
                    "range": 150.0,
                    "long_range": 600.0,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D8",
                    "damage_bonus": 5,
                    "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": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Fire Bolt",
            "desc": "(Cantrip; V, S) Ranged Spell Attack: +11 to hit, range 120 ft., one target. Hit: 22 (4d10) fire damage.",
            "attacks": [
                {
                    "name": "Fire Bolt (Cantrip; V, S) attack",
                    "attack_type": "SPELL",
                    "to_hit_mod": 11,
                    "reach": null,
                    "range": 120.0,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D10) fire",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Fire",
                        "key": "fire",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 4,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Globe of Invulnerability",
            "desc": "(6th-Level; V, S, M, Concentration) A glimmering 10-foot-radius sphere appears around the blademaster. It remains for 1 minute and doesnt move with the blademaster. Any 5th-level or lower spell cast from outside the sphere can't affect anything inside the sphere  even if cast with a higher level spell slot. Targeting something inside the sphere or including the spheres space in an area has no effect on anything inside.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 5,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Improved War Magic",
            "desc": "When the blademaster uses an action to cast a spell, they can make one weapon attack.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Longsword",
            "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 11 (1d8 + 7) slashing damage.",
            "attacks": [
                {
                    "name": "Longsword attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 11,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D8",
                    "damage_bonus": 7,
                    "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": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Meteor Swarm",
            "desc": "(9th-Level; V, S) Scorching 40-foot-radius spheres of flame strike the ground at 4 different points chosen by the blademaster within 1 mile. The effects of a sphere reach around corners. Creatures and objects in the area make a DC 19 Dexterity saving throw  taking 49 (14d6) fire damage and 49 (14d6) bludgeoning damage on a failure or half damage on a success. A creature in more than one area is affected only once. Flammable unattended objects catch fire.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 9,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Misty Step",
            "desc": "(2nd-Level; V) The blademaster teleports to an unoccupied space they can see within 30 feet. The blademaster can't cast this spell and a 1st-level or higher spell on the same turn.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The arcane blademaster attacks four times and casts a cantrip.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Power Word Stun",
            "desc": "(8th-Level; V) The blademaster utters a powerful word that stuns one creature that has 150 hit points or less and is within 60 feet (if it has more hit points  it is instead rattled until the end of its next turn). The creature repeats the saving throw at the end of each of its turns  ending the effect on a success.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 8,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Shocking Grasp",
            "desc": "(Cantrip; V, S) Melee Spell Attack: +11 to hit, reach 5 ft., one creature. Hit: 18 (4d8) lightning damage  and the target can't take reactions until the start of its next turn.",
            "attacks": [
                {
                    "name": "Shocking Grasp (Cantrip; V, S) attack",
                    "attack_type": "SPELL",
                    "to_hit_mod": 11,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D8) lightning",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Lightning",
                        "key": "lightning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Teleport",
            "desc": "(7th-Level; V) The blademaster teleports to a location they are familiar with on the same plane of existence.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 6,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Unholy Star",
            "desc": "(7th-Level; V, S) A meteor explodes at a point the blademaster can see 100 feet directly above them. Each creature within 120 feet that can see the meteor (other than the blademaster) makes a DC 19 Dexterity saving throw. On a failure  it is blinded until the end of the blademasters next turn. Four fiery chunks of the meteor then plummet to the ground at different points chosen by the blademaster that are within range  to explode in 5-foot-radius areas. Each creature in an area makes a DC 19 Dexterity saving throw  taking 21 (6d6) fire damage and 21 (6d6) necrotic damage on a failed save or half damage on a successful one. A creature in more than one area is affected only once. Flammable unattended objects catch fire.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 7,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Duelist",
            "desc": "When the blademaster is wielding a single melee weapon, their weapon attacks deal an extra 2 damage (included below)."
        },
        {
            "name": "Magic Resistance",
            "desc": "The blademaster has advantage on saving throws against spells and magical effects."
        },
        {
            "name": "Spellcasting",
            "desc": "The arcane blademaster is a 20th level spellcaster. Their spellcasting ability is Intelligence (spell save DC 19\n +11 to hit with spell attacks). The arcane blademaster has the following wizard spells prepared:\n Cantrips (at will): acid splash\n fire bolt\n shocking grasp\n true strike\n 1st-level (4 slots): burning hands\n charm person\n magic missile\n sleep\n 2nd-level (3 slots): magic weapon\n misty step\n see invisibility\n 3rd-level (3 slots): dispel magic\n fireball\n fly\n lightning bolt\n tongues\n 4th-level (3 slots): fire shield\n stoneskin\n wall of fire\n 5th-level (3 slots): cone of cold\n conjure elemental\n hold monster\n telekinesis\n 6th-level (2 slots): globe of invulnerability\n sunbeam\n 7th-level (2 slots): teleport\n unholy star\n 8th-level (1 slot): power word stun\n 9th-level (1 slot): meteor swarm"
        },
        {
            "name": "Steel Focus",
            "desc": "The blademaster has advantage on Constitution saving throws made to maintain concentration on spells."
        },
        {
            "name": "Superior Heavy Armor Master",
            "desc": "While wearing heavy armor, the blademaster reduces any bludgeoning, piercing, or slashing damage they take from nonmagical weapons by 5."
        }
    ],
    "creaturesets": [],
    "environments": []
}