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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_derro-guard/?format=api",
    "key": "tob2_derro-guard",
    "name": "Derro Guard",
    "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": "Humanoid",
        "key": "humanoid",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "0.500",
    "challenge_rating_text": "1/2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "any non-good alignment",
    "languages": {
        "as_string": "Common, Dwarvish, Undercommon",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Dwarvish",
                "key": "dwarvish",
                "url": "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "desc": "Typical speakers are dwarves."
            },
            {
                "name": "Undercommon",
                "key": "undercommon",
                "url": "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "desc": "Typical speakers are underworld traders."
            }
        ]
    },
    "armor_class": 13,
    "armor_detail": "leather armor",
    "hit_points": 18,
    "hit_dice": "4d6+4",
    "experience_points": 100,
    "ability_scores": {
        "strength": 10,
        "dexterity": 14,
        "constitution": 12,
        "intelligence": 11,
        "wisdom": 5,
        "charisma": 9
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": 0,
        "wisdom": -3,
        "charisma": -1
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": 0,
        "wisdom": -3,
        "charisma": -1
    },
    "skill_bonuses": {
        "stealth": 4
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": -3,
        "arcana": 0,
        "athletics": 0,
        "deception": -1,
        "history": 0,
        "insight": -3,
        "intimidation": -1,
        "investigation": 0,
        "medicine": -3,
        "nature": 0,
        "perception": -3,
        "performance": -1,
        "persuasion": -1,
        "religion": 0,
        "sleight_of_hand": 2,
        "stealth": 4,
        "survival": -3
    },
    "passive_perception": 7,
    "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": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Aklys",
            "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 10/30 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
            "attacks": [
                {
                    "name": "Aklys attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 4,
                    "reach": 5.0,
                    "range": 10.0,
                    "long_range": 30.0,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D6",
                    "damage_bonus": 2,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Light Crossbow",
            "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
            "attacks": [
                {
                    "name": "Light Crossbow attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 4,
                    "reach": null,
                    "range": 80.0,
                    "long_range": 320.0,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D8",
                    "damage_bonus": 2,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Aklys Thrower",
            "desc": "If the derro hits a target within 30 feet of it with a ranged attack with its aklys, it can use its bonus action to retrieve the aklys and make another attack against the same target."
        },
        {
            "name": "Magic Resistance",
            "desc": "The derro has advantage on saving throws against spells and other magical effects."
        },
        {
            "name": "Sunlight Sensitivity",
            "desc": "While in sunlight, the derro has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
        }
    ],
    "creaturesets": [],
    "environments": []
}