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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_hinderling/?format=api",
    "key": "tob3_hinderling",
    "name": "Hinderling",
    "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": "Fey",
        "key": "fey",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "0.250",
    "challenge_rating_text": "1/4",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "climb": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic neutral",
    "languages": {
        "as_string": "Common, Sylvan",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Sylvan",
                "key": "sylvan",
                "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "desc": "Typical speakers are fey creatures."
            }
        ]
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 13,
    "hit_dice": "3d6+3",
    "experience_points": 50,
    "ability_scores": {
        "strength": 11,
        "dexterity": 17,
        "constitution": 13,
        "intelligence": 9,
        "wisdom": 15,
        "charisma": 13
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": -1,
        "wisdom": 2,
        "charisma": 1
    },
    "initiative_bonus": 3,
    "saving_throws": {
        "wisdom": 4,
        "charisma": 3
    },
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": -1,
        "wisdom": 4,
        "charisma": 3
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 2,
        "arcana": -1,
        "athletics": 0,
        "deception": 1,
        "history": -1,
        "insight": 2,
        "intimidation": 1,
        "investigation": -1,
        "medicine": 2,
        "nature": -1,
        "perception": 2,
        "performance": 1,
        "persuasion": 1,
        "religion": -1,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 2
    },
    "passive_perception": 14,
    "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": [
        {
            "name": "Nimble Escape",
            "desc": "Takes the Disengage or Hide action.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Run and Hide",
            "desc": "When a creature hinderling can see targets it with weapon hinderling chooses another creature within 5 ft. as attack's target then moves up to half its speed with o provoking opportunity attacks.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Aura of Misfortune",
            "desc": "Creatures within 15 ft. of it treat attack rolls of 20 as 19 and can’t gain advantage on ability checks attacks and saves."
        },
        {
            "name": "Rejuvenation",
            "desc": "While hinderling curse remains on a victim a slain hinderling returns to life in 1 day regaining all its hp and becoming active again. Hinderling appears within 100' of victim."
        }
    ],
    "creaturesets": [],
    "environments": []
}