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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_stargazer/?format=api",
    "key": "tob3_stargazer",
    "name": "Stargazer",
    "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": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "9.000",
    "challenge_rating_text": "9",
    "proficiency_bonus": null,
    "speed": {
        "walk": 15.0,
        "burrow": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 15.0,
        "crawl": 7.5,
        "hover": false,
        "fly": 0.0,
        "burrow": 20.0,
        "climb": 7.5,
        "swim": 7.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "Common, Ignan",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            }
        ]
    },
    "armor_class": 17,
    "armor_detail": "natural armor",
    "hit_points": 168,
    "hit_dice": "16d12+64",
    "experience_points": 5000,
    "ability_scores": {
        "strength": 20,
        "dexterity": 10,
        "constitution": 18,
        "intelligence": 3,
        "wisdom": 14,
        "charisma": 4
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 0,
        "constitution": 4,
        "intelligence": -4,
        "wisdom": 2,
        "charisma": -3
    },
    "initiative_bonus": 0,
    "saving_throws": {
        "strength": 9
    },
    "saving_throws_all": {
        "strength": 9,
        "dexterity": 0,
        "constitution": 4,
        "intelligence": -4,
        "wisdom": 2,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 2,
        "arcana": -4,
        "athletics": 5,
        "deception": -3,
        "history": -4,
        "insight": 2,
        "intimidation": -3,
        "investigation": -4,
        "medicine": 2,
        "nature": -4,
        "perception": 2,
        "performance": -3,
        "persuasion": -3,
        "religion": -4,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 2
    },
    "passive_perception": 16,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "prone",
        "condition_immunities": [
            {
                "name": "Prone",
                "key": "prone",
                "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": 60.0,
    "truesight_range": null,
    "actions": [
        {
            "name": "Reel",
            "desc": "Pulls up to 2 creatures grappled by it up to 15 ft. straight to it.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Wing Trap Snap",
            "desc": "When 1+ creatures step onto a space on ground within 10 ft. directly above a hidden stargazer stargazer can burrow up to 10 ft. and snap its wing-like appendages shut emerging on the ground in space directly above where it was buried and that contains one or more other creatures. Each creature must make DC 16 Dex save or be trapped as if it failed save vs. Wing Trap.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        },
        {
            "name": "Tendril Whip Regrowth",
            "desc": "Has 12 tendrils. If all are destroyed can't use Tendril Whip. Destroyed tendrils regrow when it finishes long rest."
        }
    ],
    "creaturesets": [],
    "environments": []
}