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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_stellar-rorqual/?format=api",
    "key": "tob2_stellar-rorqual",
    "name": "Stellar Rorqual",
    "document": {
        "name": "Tome of Beasts 2",
        "key": "tob2",
        "display_name": "Tome of Beasts 2",
        "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/tome-of-beasts-2/"
    },
    "type": {
        "name": "Aberration",
        "key": "aberration",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
    },
    "size": {
        "name": "Gargantuan",
        "key": "gargantuan",
        "url": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api"
    },
    "challenge_rating_decimal": "12.000",
    "challenge_rating_text": "12",
    "proficiency_bonus": null,
    "speed": {
        "walk": 0.0,
        "unit": "feet",
        "fly": 80.0,
        "swim": 40.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 0.0,
        "crawl": 0.0,
        "hover": false,
        "fly": 80.0,
        "burrow": 0.0,
        "climb": 0.0,
        "swim": 40.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral",
    "languages": {
        "as_string": "understands Void Speech but can't speak, telepathy 360 ft.",
        "data": []
    },
    "armor_class": 14,
    "armor_detail": "natural armor",
    "hit_points": 165,
    "hit_dice": "10d20+60",
    "experience_points": 8400,
    "ability_scores": {
        "strength": 26,
        "dexterity": 8,
        "constitution": 22,
        "intelligence": 7,
        "wisdom": 18,
        "charisma": 8
    },
    "modifiers": {
        "strength": 8,
        "dexterity": -1,
        "constitution": 6,
        "intelligence": -2,
        "wisdom": 4,
        "charisma": -1
    },
    "initiative_bonus": -1,
    "saving_throws": {
        "dexterity": 2,
        "wisdom": 6
    },
    "saving_throws_all": {
        "strength": 8,
        "dexterity": 2,
        "constitution": 6,
        "intelligence": -2,
        "wisdom": 6,
        "charisma": -1
    },
    "skill_bonuses": {
        "perception": 8
    },
    "skill_bonuses_all": {
        "acrobatics": -1,
        "animal_handling": 4,
        "arcana": -2,
        "athletics": 8,
        "deception": -1,
        "history": -2,
        "insight": 4,
        "intimidation": -1,
        "investigation": -2,
        "medicine": 4,
        "nature": -2,
        "perception": 8,
        "performance": -1,
        "persuasion": -1,
        "religion": -2,
        "sleight_of_hand": -1,
        "stealth": -1,
        "survival": 4
    },
    "passive_perception": 18,
    "resistances_and_immunities": {
        "damage_immunities_display": "cold, fire, radiant",
        "damage_immunities": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            },
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            },
            {
                "name": "Radiant",
                "key": "radiant",
                "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            }
        ],
        "damage_resistances_display": "force",
        "damage_resistances": [
            {
                "name": "Force",
                "key": "force",
                "url": "https://api-beta.open5e.com/v2/damagetypes/force/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": 360.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Energy Burst",
            "desc": "Ranged Spell Attack: +8 to hit, range 120 ft., one target. Hit: 24 (7d6) force damage.",
            "attacks": [
                {
                    "name": "Energy Burst attack",
                    "attack_type": "SPELL",
                    "to_hit_mod": 8,
                    "reach": null,
                    "range": 120.0,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 7,
                    "damage_die_type": "D6) force",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Force",
                        "key": "force",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/force/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Head Smash",
            "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 30 (4d10 + 8) bludgeoning damage.",
            "attacks": [
                {
                    "name": "Head Smash attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 12,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D10",
                    "damage_bonus": 8,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?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 stellar rorqual makes two attacks: one with its head smash and one with its tail slap. Alternatively, it can use Energy Burst twice.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Planar Dive",
            "desc": "The stellar rorqual can transport itself and any willing creature inside its mouth to the Astral, Ethereal, or Material Planes or to the Void. This works like the plane shift spell, except the stellar rorqual can transport any number of willing creatures as long as they are inside its mouth. The stellar rorqual can't use this action to banish an unwilling creature.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 4,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Tail Slap",
            "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 26 (4d8 + 8) bludgeoning damage.",
            "attacks": [
                {
                    "name": "Tail Slap attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 12,
                    "reach": 15.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D8",
                    "damage_bonus": 8,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Mouth Compartment",
            "desc": "The stellar rorqual’s mouth is a compartment that is 60 feet long, 40 feet wide, and 30 feet high with a single entry and exit. The rorqual can control the ambient pressure, temperature, gravity, moisture, and breathable air levels inside its mouth, allowing creatures and objects within it to exist comfortably in spite of conditions outside the rorqual. Creatures and objects within the rorqual have total cover against attacks and other effects outside the rorqual. As an action, a creature inside the rorqual can interact with the crystalline growths inside the rorqual’s mouth and sense what the rorqual senses, gaining the benefits of its blindsight."
        },
        {
            "name": "Stellar Burst",
            "desc": "When the stellar rorqual dies, it releases all of its stored solar energy in a massive explosion. Each creature within 120 feet of the rorqual must make a DC 18 Dexterity saving throw, taking 21 (6d6) fire damage and 21 (6d6) radiant damage on a failed save, or half as much damage on a successful one."
        },
        {
            "name": "Void Flier",
            "desc": "When flying between stars, the stellar rorqual magically glides on solar winds, making the immense journey through the Void in an impossibly short time."
        }
    ],
    "creaturesets": [],
    "environments": []
}