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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/bfrd_awakened-shrub/?format=api",
    "key": "bfrd_awakened-shrub",
    "name": "Awakened Shrub",
    "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": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "0.000",
    "challenge_rating_text": "0",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 10.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "one language known by its creator",
        "data": []
    },
    "armor_class": 10,
    "armor_detail": "",
    "hit_points": 9,
    "hit_dice": null,
    "experience_points": 0,
    "ability_scores": {
        "strength": 2,
        "dexterity": 10,
        "constitution": 10,
        "intelligence": 10,
        "wisdom": 10,
        "charisma": 6
    },
    "modifiers": {
        "strength": -4,
        "dexterity": 0,
        "constitution": 0,
        "intelligence": 0,
        "wisdom": 0,
        "charisma": -2
    },
    "initiative_bonus": 0,
    "saving_throws": {
        "strength": -4,
        "dexterity": 0,
        "constitution": 0,
        "intelligence": 0,
        "wisdom": 0,
        "charisma": -2
    },
    "saving_throws_all": {
        "strength": -4,
        "dexterity": 0,
        "constitution": 0,
        "intelligence": 0,
        "wisdom": 0,
        "charisma": -2
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 0,
        "arcana": 0,
        "athletics": -4,
        "deception": -2,
        "history": 0,
        "insight": 0,
        "intimidation": -2,
        "investigation": 0,
        "medicine": 0,
        "nature": 0,
        "perception": 0,
        "performance": -2,
        "persuasion": -2,
        "religion": 0,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 0
    },
    "passive_perception": 10,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "piercing,Plant Resilience",
        "damage_resistances": [
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "fire",
        "damage_vulnerabilities": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            }
        ],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Rake",
            "desc": "_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) slashing damage.",
            "attacks": [
                {
                    "name": "Rake attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 2,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D4) slashing",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Thorn",
            "desc": "_Ranged Weapon Attack:_ +2 to hit, range 15/30 ft., one target. _Hit:_ 2 (1d4) piercing damage.",
            "attacks": [
                {
                    "name": "Thorn attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 2,
                    "reach": null,
                    "range": 15.0,
                    "long_range": 30.0,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D4) piercing",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "False Appearance",
            "desc": "While the shrub remains motionless, it is indistinguishable from a normal shrub."
        },
        {
            "name": "Plant Resilience",
            "desc": "The shrub is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions."
        }
    ],
    "creaturesets": [],
    "environments": [],
    "illustration": null
}