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

GET /v2/creatures/a5e-mm_alchemist/?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_alchemist/?format=api",
    "key": "a5e-mm_alchemist",
    "name": "Alchemist",
    "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": "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": "any four",
        "data": []
    },
    "armor_class": 14,
    "armor_detail": "",
    "hit_points": 91,
    "hit_dice": "14d8+28",
    "experience_points": 2300,
    "ability_scores": {
        "strength": 11,
        "dexterity": 16,
        "constitution": 14,
        "intelligence": 19,
        "wisdom": 14,
        "charisma": 13
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": 4,
        "wisdom": 2,
        "charisma": 1
    },
    "initiative_bonus": 3,
    "saving_throws": {
        "dexterity": 6,
        "constitution": 5,
        "wisdom": 5
    },
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 6,
        "constitution": 5,
        "intelligence": 4,
        "wisdom": 5,
        "charisma": 1
    },
    "skill_bonuses": {
        "arcana": 7,
        "investigation": 7,
        "nature": 7,
        "perception": 5
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 2,
        "arcana": 7,
        "athletics": 0,
        "deception": 1,
        "history": 4,
        "insight": 2,
        "intimidation": 1,
        "investigation": 7,
        "medicine": 2,
        "nature": 7,
        "perception": 5,
        "performance": 1,
        "persuasion": 1,
        "religion": 4,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 2
    },
    "passive_perception": 15,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "fire, poison",
        "damage_resistances": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "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": "Alchemists brew concoctions with potent magical and chemical properties",
            "desc": "Some alchemists perform dangerous experiments to perfect new alchemical recipes, while others fabricate guardians and other constructs in pursuit of the creation of life itself.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Alter Bomb",
            "desc": "The alchemist quickly swaps reagents to change the damage dealt by their next bomb to acid, cold, lightning, poison, or thunder.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Bomb",
            "desc": "The alchemist lobs a bomb at a point they can see within 80 feet. Upon impact  the bomb explodes in a 10-foot radius. Creatures in the area make a DC 15 Dexterity saving throw  taking 24 (7d6) fire damage on a failure or half damage on a success.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 3
            }
        },
        {
            "name": "Dagger",
            "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage plus 10 (3d6) poison damage.",
            "attacks": [
                {
                    "name": "Dagger attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 6,
                    "reach": 5.0,
                    "range": 20.0,
                    "long_range": 60.0,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D4",
                    "damage_bonus": 3,
                    "damage_type": null,
                    "extra_damage_die_count": 3,
                    "extra_damage_die_type": "D6",
                    "extra_damage_bonus": 0,
                    "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": "Desperate Drink",
            "desc": "When the alchemist is dealt damage, they drink a potion.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 1
            }
        },
        {
            "name": "Multiattack",
            "desc": "The alchemist attacks twice with their dagger.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Potion",
            "desc": "The alchemist drinks or administers a potion.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Alchemy Schooling",
            "desc": "The alchemist gains their proficiency bonus and an expertise die (+1d6) on checks made with alchemists supplies."
        },
        {
            "name": "Crafting",
            "desc": "So long as the alchemist has the required components and equipment, they are able to craft potions of up to legendary rarity and other magic items of up to very rare rarity."
        },
        {
            "name": "Potion Crafter",
            "desc": "The alchemist has the following potions on hand:"
        },
        {
            "name": "Potion of climbing",
            "desc": "For 1 hour, the drinker gains a climb speed equal to its Speed and has advantage on Athletics checks made to climb"
        },
        {
            "name": "Potion of greater healing (3)",
            "desc": "Restores 14 (4d4 + 4) hit points"
        },
        {
            "name": "Potion of superior healing",
            "desc": "Restores 28 (8d4 + 8) hit points"
        },
        {
            "name": "Potion of water breathing",
            "desc": "For 1 hour, the drinker can breathe underwater"
        }
    ],
    "creaturesets": [],
    "environments": []
}