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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_sinstar/?format=api",
    "key": "tob3_sinstar",
    "name": "Sinstar",
    "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": "Plant",
        "key": "plant",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
    },
    "size": {
        "name": "Tiny",
        "key": "tiny",
        "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
    },
    "challenge_rating_decimal": "17.000",
    "challenge_rating_text": "17",
    "proficiency_bonus": null,
    "speed": {
        "walk": 5.0
    },
    "speed_all": {
        "unit": null,
        "walk": 5.0,
        "crawl": 2.5,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 2.5,
        "swim": 2.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "lawful evil",
    "languages": {
        "as_string": "Common, Deep Speech, telepathy 120'",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Deep Speech",
                "key": "deep-speech",
                "url": "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "desc": "Typical speakers include aboleths and cloakers. It is only spoken."
            }
        ]
    },
    "armor_class": 17,
    "armor_detail": "natural armor",
    "hit_points": 275,
    "hit_dice": "50d4+150",
    "experience_points": 18000,
    "ability_scores": {
        "strength": 5,
        "dexterity": 14,
        "constitution": 17,
        "intelligence": 21,
        "wisdom": 18,
        "charisma": 15
    },
    "modifiers": {
        "strength": -3,
        "dexterity": 2,
        "constitution": 3,
        "intelligence": 5,
        "wisdom": 4,
        "charisma": 2
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "constitution": 9,
        "intelligence": 1,
        "wisdom": 1
    },
    "saving_throws_all": {
        "strength": -3,
        "dexterity": 2,
        "constitution": 9,
        "intelligence": 1,
        "wisdom": 1,
        "charisma": 2
    },
    "skill_bonuses": {
        "perception": 4
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 4,
        "arcana": 5,
        "athletics": -3,
        "deception": 2,
        "history": 5,
        "insight": 4,
        "intimidation": 2,
        "investigation": 5,
        "medicine": 4,
        "nature": 5,
        "perception": 4,
        "performance": 2,
        "persuasion": 2,
        "religion": 5,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 4
    },
    "passive_perception": 14,
    "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, cold, fire, lightning",
        "damage_resistances": [
            {
                "name": "Acid",
                "key": "acid",
                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            },
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            },
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            },
            {
                "name": "Lightning",
                "key": "lightning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, poisoned, prone",
        "condition_immunities": [
            {
                "name": "Blinded",
                "key": "blinded",
                "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            },
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Deafened",
                "key": "deafened",
                "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
            },
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            },
            {
                "name": "Paralyzed",
                "key": "paralyzed",
                "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            },
            {
                "name": "Prone",
                "key": "prone",
                "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            }
        ]
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": 60.0,
    "tremorsense_range": 120.0,
    "truesight_range": null,
    "actions": [
        {
            "name": "Detonate Thrall",
            "desc": "Orders one of its star thralls to explode. Each creature within 10 ft. of the thrall must make a DC 19 Dex save taking 10 (3d6) bludgeoning damage and 7 (2d6) piercing damage on a failed save or half damage if made.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": 2,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Spines",
            "desc": "Makes one Spines attack.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Teleport",
            "desc": "Magically teleports up to 120' to an unoccupied spot it sees.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Legendary Resistance (3/Day)",
            "desc": "Choose to succeed failed save."
        },
        {
            "name": "Spiny Defense",
            "desc": "A creature that touches the sinstar or hits it with melee attack while within 5 ft. of it takes 10 (3d6) piercing damage and if the target is a Humanoid it must make DC 19 Con save or contract the thrall sickness disease (see the Thrall Sickness trait)."
        },
        {
            "name": "Thrall Sickness",
            "desc": "A Humanoid infected with this disease manifests symptoms 1d4 days after infection which include excessive thirst increased desire for exposure to sunlight and the appearance of itchy bumps on the skin. This disease wears down the victim’s psyche while slowly transforming its body. Until the disease is cured at the end of each long rest the infected creature must make a DC 19 Con save. On a failure the creature’s Dex and Int scores are each reduced by 1d4. The reductions last until the infected creature finishes a long rest after the disease is cured. The infected creature dies if the disease reduces its Dex or Int score to 0. A Humanoid that dies from this disease transforms into a star thrall under the complete psychic control of the sinstar that infected it. This otherworldly disease can be removed by the greater restoration spell or similar magic."
        }
    ],
    "creaturesets": [],
    "environments": []
}