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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_thripper/?format=api",
    "key": "tob3_thripper",
    "name": "Thripper",
    "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": "6.000",
    "challenge_rating_text": "6",
    "proficiency_bonus": null,
    "speed": {
        "walk": 25.0
    },
    "speed_all": {
        "unit": null,
        "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": "chaotic neutral",
    "languages": {
        "as_string": "Thrippish, Void Speech",
        "data": [
            {
                "name": "Void Speech",
                "key": "void-speech",
                "url": "https://api-beta.open5e.com/v2/languages/void-speech/?format=api",
                "desc": "Void speech is a rename of Deep Speech from Tome of Beasts."
            }
        ]
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 104,
    "hit_dice": "16d8+32",
    "experience_points": 2300,
    "ability_scores": {
        "strength": 14,
        "dexterity": 19,
        "constitution": 15,
        "intelligence": 11,
        "wisdom": 16,
        "charisma": 9
    },
    "modifiers": {
        "strength": 2,
        "dexterity": 4,
        "constitution": 2,
        "intelligence": 0,
        "wisdom": 3,
        "charisma": -1
    },
    "initiative_bonus": 4,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 2,
        "dexterity": 4,
        "constitution": 2,
        "intelligence": 0,
        "wisdom": 3,
        "charisma": -1
    },
    "skill_bonuses": {
        "perception": 3
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 3,
        "arcana": 0,
        "athletics": 2,
        "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": 4,
        "stealth": 4,
        "survival": 3
    },
    "passive_perception": 16,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "nonmagic B/P/S attacks",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "cold",
        "damage_vulnerabilities": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            }
        ],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": 60.0,
    "actions": [
        {
            "name": "Glamour Counter",
            "desc": "When creature thripper can see within 30' of it casts spell can counter the spell. This works like counterspell spell with +6 spellcasting ability check except thripper can counter only enchantment or illusion spells and it must make the ability check regardless of spell's level.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Fey Sense",
            "desc": "Can pinpoint by scent the location of fey within 60' of it and can sense the general direction of fey within 1 mile of it."
        },
        {
            "name": "Feybane Weapons",
            "desc": "Its weapons are cold iron and are magical when used vs. fey. When it hits a fey with any weapon the weapon’s damage is force instead of its normal damage type."
        },
        {
            "name": "Soft Wings",
            "desc": "Can fly up to 40' on its turn but must start and end its move on solid surface (roof ground etc.). If it is flying at the end of its turn it falls to the ground and takes falling damage."
        }
    ],
    "creaturesets": [],
    "environments": []
}