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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/bfrd_deva/?format=api",
    "key": "bfrd_deva",
    "name": "Deva",
    "document": {
        "name": "Black Flag SRD",
        "key": "bfrd",
        "display_name": "Black Flag SRD",
        "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/black-flag-reference-document/"
    },
    "type": {
        "name": "Celestial",
        "key": "celestial",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "10.000",
    "challenge_rating_text": "10",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "unit": "feet",
        "fly": 90.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 90.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "all,telepathy 120 ft.",
        "data": []
    },
    "armor_class": 17,
    "armor_detail": "natural armor",
    "hit_points": 165,
    "hit_dice": null,
    "experience_points": 5900,
    "ability_scores": {
        "strength": 18,
        "dexterity": 18,
        "constitution": 18,
        "intelligence": 16,
        "wisdom": 28,
        "charisma": 28
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 4,
        "constitution": 4,
        "intelligence": 3,
        "wisdom": 9,
        "charisma": 9
    },
    "initiative_bonus": 4,
    "saving_throws": {
        "strength": 4,
        "dexterity": 4,
        "constitution": 4,
        "intelligence": 3,
        "wisdom": 9,
        "charisma": 9
    },
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 4,
        "constitution": 4,
        "intelligence": 3,
        "wisdom": 9,
        "charisma": 9
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 9,
        "arcana": 3,
        "athletics": 4,
        "deception": 9,
        "history": 3,
        "insight": 9,
        "intimidation": 9,
        "investigation": 3,
        "medicine": 9,
        "nature": 3,
        "perception": 9,
        "performance": 9,
        "persuasion": 9,
        "religion": 3,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": 9
    },
    "passive_perception": 19,
    "resistances_and_immunities": {
        "damage_immunities_display": "Angelic Resilience",
        "damage_immunities": [],
        "damage_resistances_display": "Angelic Resilience",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Change Shape",
            "desc": "The deva magically transforms into a Large or smaller Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Celestial. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the deva's choice). It reverts to its true form if it dies. In a new form, the deva retains its Angelic Resilience, Angelic Senses, and Immortal Nature traits and its HP, HD, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Healing Touch",
            "desc": "The deva touches another creature. The target magically regains 20 (4d8+2) HP and is freed from any curse, disease, poison, blindness, or deafness.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 3
            }
        },
        {
            "name": "Mace",
            "desc": "_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) bludgeoning damage plus 18 (4d8) radiant damage.",
            "attacks": [
                {
                    "name": "Mace attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 8,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D6",
                    "damage_bonus": 4,
                    "damage_type": null,
                    "extra_damage_die_count": 4,
                    "extra_damage_die_type": "D8",
                    "extra_damage_bonus": 0,
                    "extra_damage_type": {
                        "name": "Radiant",
                        "key": "radiant",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?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 deva makes three Mace attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Angelic Resilience",
            "desc": "The deva is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions."
        },
        {
            "name": "Angelic Senses",
            "desc": "The deva can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated."
        },
        {
            "name": "Angelic Weapons",
            "desc": "The deva's weapon attacks are magical. When the deva hits with any weapon, the weapon deals an extra 4d8 radiant damage (included in the attack)."
        },
        {
            "name": "Immortal Nature",
            "desc": "The deva doesn't require food, drink, or sleep."
        },
        {
            "name": "Magic Resistance",
            "desc": "The deva has advantage on saves against spells and other magical effects."
        },
        {
            "name": "Reviving Prayer",
            "desc": "The deva spends 10 minutes praying to its deity for the safe return of the soul of a slain creature. At the end of the prayer, the deva touches a creature that has been dead no more than 24 hours and returns the creature to life with a number of HP equal to half its HP maximum. Reviving Prayer can't return to life a creature that has died of old age, nor can it restore any missing body parts. A creature restored to life in this way can't be returned to life by this deva again for 30 days."
        }
    ],
    "creaturesets": [],
    "environments": []
}