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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_npc-infested-duelist/?format=api",
    "key": "tob3_npc-infested-duelist",
    "name": "Npc: Infested Duelist",
    "document": {
        "name": "Tome of Beasts 3",
        "key": "tob3",
        "display_name": "Tome of Beasts 3",
        "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-3/"
    },
    "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": "9.000",
    "challenge_rating_text": "9",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "climb": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 30.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic neutral",
    "languages": {
        "as_string": "any one language (usually Common)",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            }
        ]
    },
    "armor_class": 18,
    "armor_detail": "natural armor",
    "hit_points": 144,
    "hit_dice": "32d8",
    "experience_points": 5000,
    "ability_scores": {
        "strength": 11,
        "dexterity": 20,
        "constitution": 10,
        "intelligence": 10,
        "wisdom": 16,
        "charisma": 15
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 5,
        "constitution": 0,
        "intelligence": 0,
        "wisdom": 3,
        "charisma": 2
    },
    "initiative_bonus": 5,
    "saving_throws": {
        "constitution": 4,
        "wisdom": 7,
        "charisma": 6
    },
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 5,
        "constitution": 4,
        "intelligence": 0,
        "wisdom": 7,
        "charisma": 6
    },
    "skill_bonuses": {
        "perception": 3
    },
    "skill_bonuses_all": {
        "acrobatics": 5,
        "animal_handling": 3,
        "arcana": 0,
        "athletics": 0,
        "deception": 2,
        "history": 0,
        "insight": 3,
        "intimidation": 2,
        "investigation": 0,
        "medicine": 3,
        "nature": 0,
        "perception": 3,
        "performance": 2,
        "persuasion": 2,
        "religion": 0,
        "sleight_of_hand": 5,
        "stealth": 5,
        "survival": 3
    },
    "passive_perception": 13,
    "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": "acid",
        "damage_resistances": [
            {
                "name": "Acid",
                "key": "acid",
                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "exhaustion, restrained, poisoned",
        "condition_immunities": [
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            },
            {
                "name": "Restrained",
                "key": "restrained",
                "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Spore Cloud",
            "desc": "When it takes damage from a ranged attack emits a burst of thick yellow spores that surround infested duelist and heavily obscure area within 5 ft. of it. Spores dissipate at start of duelist's next turn.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Evasion",
            "desc": "If subject to effect that allows Dex save for half damage takes no damage on success and only half if it fails."
        },
        {
            "name": "Parasite Sense",
            "desc": "Advantage on attacks vs. poisoned creatures."
        },
        {
            "name": "Plant-Powered Mobility",
            "desc": "Opportunity attacks made vs. duelist have disadvantage. If the duelist is prone at the start of its turn it can immediately stand with o costing movement."
        }
    ],
    "creaturesets": [],
    "environments": []
}