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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_kobold-sapper/?format=api",
    "key": "tob3_kobold-sapper",
    "name": "Kobold, Sapper",
    "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": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "3.000",
    "challenge_rating_text": "3",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "burrow": 10.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 10.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "lawful neutral",
    "languages": {
        "as_string": "Common, Draconic",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Draconic",
                "key": "draconic",
                "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "desc": "Typical speakers include dragons and dragonborn."
            }
        ]
    },
    "armor_class": 15,
    "armor_detail": "studded leather",
    "hit_points": 66,
    "hit_dice": "12d6+24",
    "experience_points": 700,
    "ability_scores": {
        "strength": 7,
        "dexterity": 16,
        "constitution": 15,
        "intelligence": 16,
        "wisdom": 12,
        "charisma": 8
    },
    "modifiers": {
        "strength": -2,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": 3,
        "wisdom": 1,
        "charisma": -1
    },
    "initiative_bonus": 3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -2,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": 3,
        "wisdom": 1,
        "charisma": -1
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 1,
        "arcana": 3,
        "athletics": -2,
        "deception": -1,
        "history": 3,
        "insight": 1,
        "intimidation": -1,
        "investigation": 3,
        "medicine": 1,
        "nature": 3,
        "perception": 1,
        "performance": -1,
        "persuasion": -1,
        "religion": 3,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 1
    },
    "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": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Crafty",
            "desc": "The sapper has advantage on ability checks made to pick locks or to detect disarm or set traps."
        },
        {
            "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": "Pack Tactics",
            "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
        },
        {
            "name": "Siege Monster",
            "desc": "Double damage to objects/structures."
        },
        {
            "name": "Sunlight Sensitivity",
            "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight."
        }
    ],
    "creaturesets": [],
    "environments": []
}