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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/srd_priest/?format=api",
    "key": "srd_priest",
    "name": "Priest",
    "document": {
        "name": "System Reference Document 5.1",
        "key": "srd-2014",
        "display_name": "5e 2014 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 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "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": "2.000",
    "challenge_rating_text": "2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 25.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 25.0,
        "crawl": 12.5,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 12.5,
        "swim": 12.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "any alignment",
    "languages": {
        "as_string": "any two languages",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "chain shirt",
    "hit_points": 27,
    "hit_dice": "5d8+5",
    "experience_points": 450,
    "ability_scores": {
        "strength": 10,
        "dexterity": 10,
        "constitution": 12,
        "intelligence": 13,
        "wisdom": 16,
        "charisma": 13
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 0,
        "constitution": 1,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": 1
    },
    "initiative_bonus": 0,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 0,
        "constitution": 1,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": 1
    },
    "skill_bonuses": {
        "medicine": 7,
        "persuasion": 3,
        "religion": 5
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 3,
        "arcana": 1,
        "athletics": 0,
        "deception": 1,
        "history": 1,
        "insight": 3,
        "intimidation": 1,
        "investigation": 1,
        "medicine": 7,
        "nature": 1,
        "perception": 3,
        "performance": 1,
        "persuasion": 3,
        "religion": 5,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 3
    },
    "passive_perception": 13,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "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": "Mace",
            "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 3 (1d6) bludgeoning damage.",
            "attacks": [
                {
                    "name": "Mace attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 2,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": null,
                    "damage_die_type": null,
                    "damage_bonus": null,
                    "damage_type": {
                        "name": "Thunder",
                        "key": "thunder",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                    },
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": null,
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Divine Eminence",
            "desc": "As a bonus action, the priest can expend a spell slot to cause its melee weapon attacks to magically deal an extra 10 (3d6) radiant damage to a target on a hit. This benefit lasts until the end of the turn. If the priest expends a spell slot of 2nd level or higher, the extra damage increases by 1d6 for each level above 1st."
        },
        {
            "name": "Spellcasting",
            "desc": "The priest is a 5th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 13, +5 to hit with spell attacks). The priest has the following cleric spells prepared:\n\n* Cantrips (at will): light, sacred flame, thaumaturgy\n* 1st level (4 slots): cure wounds, guiding bolt, sanctuary\n* 2nd level (3 slots): lesser restoration, spiritual weapon\n* 3rd level (2 slots): dispel magic, spirit guardians"
        }
    ],
    "creaturesets": [],
    "environments": [
        {
            "name": "Desert",
            "key": "desert",
            "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api"
        },
        {
            "name": "Hills",
            "key": "hills",
            "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
        },
        {
            "name": "Temple",
            "key": "temple",
            "url": "https://api-beta.open5e.com/v2/environments/temple/?format=api"
        },
        {
            "name": "Urban",
            "key": "urban",
            "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
        }
    ]
}