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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/bfrd_shrieker/?format=api",
    "key": "bfrd_shrieker",
    "name": "Shrieker",
    "document": {
        "name": "Black Flag SRD",
        "key": "bfrd",
        "display_name": "Black Flag SRD",
        "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/black-flag-reference-document/"
    },
    "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.000",
    "challenge_rating_text": "0",
    "proficiency_bonus": null,
    "speed": {
        "walk": 10.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 10.0,
        "crawl": 5.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 5.0,
        "swim": 5.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "-",
        "data": []
    },
    "armor_class": 5,
    "armor_detail": "",
    "hit_points": 7,
    "hit_dice": null,
    "experience_points": 0,
    "ability_scores": {
        "strength": 1,
        "dexterity": 1,
        "constitution": 10,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 1
    },
    "modifiers": {
        "strength": -5,
        "dexterity": -5,
        "constitution": 0,
        "intelligence": -5,
        "wisdom": -4,
        "charisma": -5
    },
    "initiative_bonus": -5,
    "saving_throws": {
        "strength": -5,
        "dexterity": -5,
        "constitution": 0,
        "intelligence": -5,
        "wisdom": -4,
        "charisma": -5
    },
    "saving_throws_all": {
        "strength": -5,
        "dexterity": -5,
        "constitution": 0,
        "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": "blinded,deafened,frightened",
        "damage_immunities": [],
        "damage_resistances_display": "thunder,Plant Resilience",
        "damage_resistances": [
            {
                "name": "Thunder",
                "key": "thunder",
                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Shriek",
            "desc": "The shrieker emits a high-pitched shriek audible within 300 feet of it. Each creature within 30 feet of it that isn't a Plant and that can hear the shriek must succeed on a DC 10 WIS save or be frightened until the shriek ends. The shrieker must use a bonus action on its subsequent turns to continue shrieking. It can stop shrieking at any time. The shriek ends if the shrieker is incapacitated.<br>A frightened creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. A creature that successfully saves is immune to the frightened effect of this shrieker's Shriek for the next 24 hours.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Startled Shriek",
            "desc": "When bright light or a creature other than a Plant moves to within 30 feet of the shrieker, the shrieker can use Shriek, if it isn't already shrieking.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Thunderous Burst",
            "desc": "The shrieker emits a concentrated burst of sound at one creature it can sense within 30 feet of it. The target must make a DC 10 DEX save, taking 2 (1d4) thunder damage on a failed save, or half as much damage on a successful one.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "False Appearance",
            "desc": "While the shrieker remains motionless, it is indistinguishable from an ordinary fungus."
        },
        {
            "name": "Plant Resilience",
            "desc": "The shrieker is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions."
        }
    ],
    "creaturesets": [],
    "environments": []
}