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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_planetar/?format=api",
    "key": "srd-2024_planetar",
    "name": "Planetar",
    "document": {
        "name": "System Reference Document 5.2",
        "key": "srd-2024",
        "display_name": "5e 2024 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2024",
            "key": "5e-2024",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "type": {
        "name": "Celestial",
        "key": "celestial",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "16.000",
    "challenge_rating_text": "16",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "unit": "feet",
        "fly": 120.0,
        "hover": true
    },
    "speed_all": {
        "unit": "feet",
        "walk": 40.0,
        "crawl": 20.0,
        "hover": true,
        "fly": 120.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "lawful good",
    "languages": {
        "as_string": "All; telepathy 120 ft.",
        "data": []
    },
    "armor_class": 19,
    "armor_detail": "natural armor",
    "hit_points": 262,
    "hit_dice": "21d10 + 147",
    "experience_points": 15000,
    "ability_scores": {
        "strength": 24,
        "dexterity": 20,
        "constitution": 24,
        "intelligence": 19,
        "wisdom": 22,
        "charisma": 25
    },
    "modifiers": {
        "strength": 7,
        "dexterity": 5,
        "constitution": 7,
        "intelligence": 4,
        "wisdom": 6,
        "charisma": 7
    },
    "initiative_bonus": 10,
    "saving_throws": {
        "strength": 12,
        "dexterity": 5,
        "constitution": 12,
        "intelligence": 4,
        "wisdom": 11,
        "charisma": 12
    },
    "saving_throws_all": {
        "strength": 12,
        "dexterity": 5,
        "constitution": 12,
        "intelligence": 4,
        "wisdom": 11,
        "charisma": 12
    },
    "skill_bonuses": {
        "perception": 11
    },
    "skill_bonuses_all": {
        "acrobatics": 5,
        "animal_handling": 6,
        "arcana": 4,
        "athletics": 7,
        "deception": 7,
        "history": 4,
        "insight": 6,
        "intimidation": 7,
        "investigation": 4,
        "medicine": 6,
        "nature": 4,
        "perception": 11,
        "performance": 7,
        "persuasion": 7,
        "religion": 4,
        "sleight_of_hand": 5,
        "stealth": 5,
        "survival": 6
    },
    "passive_perception": 21,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "radiant",
        "damage_resistances": [
            {
                "name": "Radiant",
                "key": "radiant",
                "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?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": 120.0,
    "actions": [
        {
            "name": "Holy Burst",
            "desc": "Dexterity Saving Throw: DC 20, each enemy in a 20-foot-radius Sphere [Area of Effect]|XPHB|Sphere centered on a point the planetar can see within 120 feet. Failure: 24 (7d6) Radiant damage. Success: Half damage.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The planetar makes three Radiant Sword attacks or uses Holy Burst twice.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Radiant Sword",
            "desc": "Melee Attack Roll: +12, reach 10 ft. 14 (2d6 + 7) Slashing damage plus 18 (4d8) Radiant damage.",
            "attacks": [
                {
                    "name": "Radiant Sword attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 12,
                    "reach": 10.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": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Spellcasting",
            "desc": "The planetar casts one of the following spells, requiring no Material components and using Charisma as spellcasting ability (spell save DC 20): - At Will: Detect Evil and Good - 1e/Day Each: Commune, Control Weather, Dispel Evil and Good, Raise Dead",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Divine Awareness",
            "desc": "The planetar knows if it hears a lie."
        },
        {
            "name": "Exalted Restoration",
            "desc": "If the planetar dies outside Mount Celestia, its body disappears, and it gains a new body instantly, reviving with all its Hit Points somewhere in Mount Celestia."
        },
        {
            "name": "Magic Resistance",
            "desc": "The planetar has Advantage on saving throws against spells and other magical effects."
        }
    ],
    "creaturesets": [],
    "environments": []
}