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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_lazavik/?format=api",
    "key": "tob2_lazavik",
    "name": "Lazavik",
    "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": "Fey",
        "key": "fey",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
    },
    "size": {
        "name": "Tiny",
        "key": "tiny",
        "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
    },
    "challenge_rating_decimal": "3.000",
    "challenge_rating_text": "3",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "unit": "feet",
        "swim": 30.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 30.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral good",
    "languages": {
        "as_string": "Common, Sylvan",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Sylvan",
                "key": "sylvan",
                "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "desc": "Typical speakers are fey creatures."
            }
        ]
    },
    "armor_class": 14,
    "armor_detail": "",
    "hit_points": 36,
    "hit_dice": "8d4+16",
    "experience_points": 700,
    "ability_scores": {
        "strength": 12,
        "dexterity": 18,
        "constitution": 15,
        "intelligence": 13,
        "wisdom": 17,
        "charisma": 14
    },
    "modifiers": {
        "strength": 1,
        "dexterity": 4,
        "constitution": 2,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": 2
    },
    "initiative_bonus": 4,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 4,
        "constitution": 2,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": 2
    },
    "skill_bonuses": {
        "perception": 7,
        "stealth": 8,
        "survival": 5
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 3,
        "arcana": 1,
        "athletics": 1,
        "deception": 2,
        "history": 1,
        "insight": 3,
        "intimidation": 2,
        "investigation": 1,
        "medicine": 3,
        "nature": 1,
        "perception": 7,
        "performance": 2,
        "persuasion": 2,
        "religion": 1,
        "sleight_of_hand": 4,
        "stealth": 8,
        "survival": 5
    },
    "passive_perception": 17,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "poison",
        "damage_resistances": [
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "frightened, poisoned",
        "condition_immunities": [
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Eye Flare",
            "desc": "The lazavik's eye flares with blinding light in a 15-foot cone. Each creature in the area much make a DC 13 Dexterity saving throw. On a failure, a creature takes 10 (3d6) radiant damage and is blinded for 1 minute. On a success, a creature takes half the damage and isn't blinded. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "RECHARGE_ON_ROLL",
                "param": 5
            }
        },
        {
            "name": "Reed Whip",
            "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 9 (2d4 + 4) slashing damage.",
            "attacks": [
                {
                    "name": "Reed Whip attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 6,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D4",
                    "damage_bonus": 4,
                    "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
        }
    ],
    "traits": [
        {
            "name": "Glowing Eye",
            "desc": "As a bonus action, the lazavik makes its single eye shine with a brilliant golden light. Its eye sheds bright light in a line that is 90 feet long and 5 feet wide, or it sheds bright light in a 30-foot cone. Each creature in the area illuminated by the lazavik’s eye gains the lazavik’s Swamp Stride trait as long as it remains on the illuminated path. The lazavik can douse its light at any time (no action required)."
        },
        {
            "name": "Hold Breath",
            "desc": "The lazavik can hold its breath for 30 minutes."
        },
        {
            "name": "Speak with Beasts",
            "desc": "The lazavik can communicate with beasts as if they shared a language."
        },
        {
            "name": "Swamp Stride",
            "desc": "Difficult terrain composed of mud, reeds, or other marshy terrain doesn’t cost the lazavik extra movement. In addition, it can pass through nonmagical hazards, such as quicksand, without being hindered by them and through nonmagical plants without taking damage from them, despite thorns, spines, or a similar hazard."
        }
    ],
    "creaturesets": [],
    "environments": []
}