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

GET /v2/creatures/tob-2023_tosculi-hive-queen/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_tosculi-hive-queen/?format=api",
    "key": "tob-2023_tosculi-hive-queen",
    "name": "Tosculi Hive Queen",
    "document": {
        "name": "Tome of Beasts 1 (2023 Edition)",
        "key": "tob-2023",
        "display_name": "Tome of Beasts 1 (2023 Edition)",
        "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/kpstore/product/tome-of-beasts-1-2023-edition-hardcover/"
    },
    "type": {
        "name": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "12.000",
    "challenge_rating_text": "12",
    "proficiency_bonus": null,
    "speed": {
        "walk": 60.0,
        "unit": "feet",
        "fly": 40.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 60.0,
        "crawl": 30.0,
        "hover": false,
        "fly": 40.0,
        "burrow": 0.0,
        "climb": 30.0,
        "swim": 30.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "Lawful Evil",
    "languages": {
        "as_string": "Common, Deep Speech, Gnoll, Infernal, Tosculi, telepathy 120 ft.",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Deep Speech",
                "key": "deep-speech",
                "url": "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "desc": "Typical speakers include aboleths and cloakers. It is only spoken."
            },
            {
                "name": "Infernal",
                "key": "infernal",
                "url": "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "desc": "Typical speakers are devils."
            }
        ]
    },
    "armor_class": 17,
    "armor_detail": "",
    "hit_points": 189,
    "hit_dice": "18d10 + 90",
    "experience_points": 8400,
    "ability_scores": {
        "strength": 17,
        "dexterity": 24,
        "constitution": 20,
        "intelligence": 16,
        "wisdom": 16,
        "charisma": 18
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 7,
        "constitution": 5,
        "intelligence": 3,
        "wisdom": 3,
        "charisma": 4
    },
    "initiative_bonus": 7,
    "saving_throws": {
        "dexterity": 11,
        "constitution": 9,
        "wisdom": 7,
        "charisma": 8
    },
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 11,
        "constitution": 9,
        "intelligence": 3,
        "wisdom": 7,
        "charisma": 8
    },
    "skill_bonuses": {
        "perception": 7
    },
    "skill_bonuses_all": {
        "acrobatics": 7,
        "animal_handling": 3,
        "arcana": 3,
        "athletics": 3,
        "deception": 4,
        "history": 3,
        "insight": 3,
        "intimidation": 4,
        "investigation": 3,
        "medicine": 3,
        "nature": 3,
        "perception": 7,
        "performance": 4,
        "persuasion": 4,
        "religion": 3,
        "sleight_of_hand": 7,
        "stealth": 7,
        "survival": 3
    },
    "passive_perception": 17,
    "resistances_and_immunities": {
        "damage_immunities_display": "poison",
        "damage_immunities": [
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, poisoned",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Flight",
            "desc": "The hive queen flies up to half her flying speed without provoking opportunity attacks.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Glitter Dust",
            "desc": "The hive queen beats her wings and creates a cloud of glittering, golden particles. Each non-tosculi creature within 20 feet of her must succeed on a DC 17 Dexterity saving throw or be blinded until the end of its next turn.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": 2,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Implant Egg",
            "desc": "The hive queen implants an egg into an incapacitated creature within 5 feet of her that isn't a Construct or Undead. Until the egg hatches or is removed, the creature is poisoned, paralyzed, and doesn't need to eat or drink. The egg hatches after 30 days, and the larval tosculi bursts out of the host, killing the host in the process. A creature can take its action to remove the egg by succeeding on a DC 20 Wisdom (Medicine) check. Alternatively, a spell or effect that cures disease disintegrates the unhatched tosculi.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The tosculi hive queen makes four Scimitar attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Scimitar",
            "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage.",
            "attacks": [
                {
                    "name": "Scimitar attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 11,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D6",
                    "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": "Stinger",
            "desc": "The hive queen makes one Stinger attack.",
            "attacks": [
                {
                    "name": "Stinger attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 11,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 6,
                    "damage_die_type": "D4",
                    "damage_bonus": 7,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": 2,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Hive’s Heart",
            "desc": "The hive queen knows the direction and distance to all members of her hive and the range of her telepathy extends to 20 miles when communicating with a member of her hive."
        },
        {
            "name": "Legendary Resistance (3/Day)",
            "desc": "If the hive queen fails a saving throw, she can choose to succeed instead."
        }
    ],
    "creaturesets": [],
    "environments": []
}