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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_boomer/?format=api",
    "key": "tob2_boomer",
    "name": "Boomer",
    "document": {
        "name": "Tome of Beasts 2",
        "key": "tob2",
        "display_name": "Tome of Beasts 2",
        "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-2/"
    },
    "type": {
        "name": "Plant",
        "key": "plant",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "0.500",
    "challenge_rating_text": "1/2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 0.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 0.0,
        "crawl": 0.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 0.0,
        "swim": 0.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 7,
    "armor_detail": "natural armor",
    "hit_points": 22,
    "hit_dice": "4d8+4",
    "experience_points": 100,
    "ability_scores": {
        "strength": 1,
        "dexterity": 1,
        "constitution": 12,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": 1
    },
    "modifiers": {
        "strength": -5,
        "dexterity": -5,
        "constitution": 1,
        "intelligence": -5,
        "wisdom": -4,
        "charisma": -5
    },
    "initiative_bonus": -5,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -5,
        "dexterity": -5,
        "constitution": 1,
        "intelligence": -5,
        "wisdom": -4,
        "charisma": -5
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": -5,
        "animal_handling": -4,
        "arcana": -5,
        "athletics": -5,
        "deception": -5,
        "history": -5,
        "insight": -4,
        "intimidation": -5,
        "investigation": -5,
        "medicine": -4,
        "nature": -5,
        "perception": -4,
        "performance": -5,
        "persuasion": -5,
        "religion": -5,
        "sleight_of_hand": -5,
        "stealth": -5,
        "survival": -4
    },
    "passive_perception": 6,
    "resistances_and_immunities": {
        "damage_immunities_display": "thunder",
        "damage_immunities": [
            {
                "name": "Thunder",
                "key": "thunder",
                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "blinded, deafened, frightened",
        "condition_immunities": [
            {
                "name": "Blinded",
                "key": "blinded",
                "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            },
            {
                "name": "Deafened",
                "key": "deafened",
                "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            }
        ]
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": 30.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Shriek",
            "desc": "If bright light or a creature is within 30 feet of the boomer, it emits a shriek audible within 300 feet of it. The boomer continues to shriek until the disturbance moves out of range and for 1d4 of the boomer's turns afterward.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Deafening Boom",
            "desc": "When a creature hits the boomer with a melee attack, the boomer releases a blast of sound. Each creature within 10 feet of the boomer that can hear it must make a DC 12 Constitution saving throw. On a failure, a creature takes 5 (2d4) thunder damage and is incapacitated until the end of its next turn. On a success, a creature takes half the damage and isn’t incapacitated."
        },
        {
            "name": "Death Burst",
            "desc": "When it dies, the boomer explodes in a cacophonous burst. Each creature within 30 feet of the boomer that can hear it must make a DC 12 Constitution saving throw. On a failure, a creature takes 7 (2d6) thunder damage and is deafened for 1 minute. On a success, a creature takes half the damage and isn’t deafened."
        },
        {
            "name": "False Appearance",
            "desc": "While the boomer remains motionless, it is indistinguishable from an ordinary fungus."
        }
    ],
    "creaturesets": [],
    "environments": []
}