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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_graknork/?format=api",
    "key": "tob2_graknork",
    "name": "Graknork",
    "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": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
    },
    "size": {
        "name": "Gargantuan",
        "key": "gargantuan",
        "url": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api"
    },
    "challenge_rating_decimal": "14.000",
    "challenge_rating_text": "14",
    "proficiency_bonus": null,
    "speed": {
        "walk": 50.0,
        "unit": "feet",
        "swim": 30.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 50.0,
        "crawl": 25.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 25.0,
        "swim": 30.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 20,
    "armor_detail": "natural armor",
    "hit_points": 201,
    "hit_dice": "13d20+65",
    "experience_points": 11500,
    "ability_scores": {
        "strength": 25,
        "dexterity": 18,
        "constitution": 21,
        "intelligence": 5,
        "wisdom": 13,
        "charisma": 7
    },
    "modifiers": {
        "strength": 7,
        "dexterity": 4,
        "constitution": 5,
        "intelligence": -3,
        "wisdom": 1,
        "charisma": -2
    },
    "initiative_bonus": 4,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 7,
        "dexterity": 4,
        "constitution": 5,
        "intelligence": -3,
        "wisdom": 1,
        "charisma": -2
    },
    "skill_bonuses": {
        "perception": 6
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 1,
        "arcana": -3,
        "athletics": 7,
        "deception": -2,
        "history": -3,
        "insight": 1,
        "intimidation": -2,
        "investigation": -3,
        "medicine": 1,
        "nature": -3,
        "perception": 6,
        "performance": -2,
        "persuasion": -2,
        "religion": -3,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": 1
    },
    "passive_perception": 16,
    "resistances_and_immunities": {
        "damage_immunities_display": "cold",
        "damage_immunities": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            }
        ],
        "damage_resistances_display": "bludgeoning, piercing, and slashing from nonmagical attacks",
        "damage_resistances": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 90.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 23 (3d10 + 7) piercing damage.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 12,
                    "reach": 15.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "damage_die_type": "D10",
                    "damage_bonus": 7,
                    "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
        },
        {
            "name": "Claw",
            "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 20 (3d8 + 7) slashing damage.",
            "attacks": [
                {
                    "name": "Claw attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 12,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "damage_die_type": "D8",
                    "damage_bonus": 7,
                    "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": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Eye Ray",
            "desc": "Ranged Weapon Attack: +9 to hit, range 30/120 ft., one target. Hit: 17 (5d6) cold damage.",
            "attacks": [
                {
                    "name": "Eye Ray attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 9,
                    "reach": null,
                    "range": 30.0,
                    "long_range": 120.0,
                    "target_creature_only": false,
                    "damage_die_count": 5,
                    "damage_die_type": "D6) col",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Cold",
                        "key": "cold",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Freezing Eye",
            "desc": "The graknork's blue eye flares open and releases a beam of icy energy in a line that is 120-feet long and 10 feet wide. Each creature in that line must make a DC 18 Dexterity saving throw. On a failure, a creature takes 35 (10d6) cold damage and is restrained for 1 minute as its limbs freeze. On a success, a creature takes half the damage and isn't restrained. A restrained creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. Alternatively, the restrained creature can be freed if it takes at least 10 fire damage.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 4,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "RECHARGE_ON_ROLL",
                "param": 5
            }
        },
        {
            "name": "Multiattack",
            "desc": "The graknork makes three attacks: one with its bite and two with its claws. Alternatively, it can use its Eye Ray twice. If both claw attacks hit a Large or smaller creature, the creature must succeed on a DC 18 Strength saving throw or take an additional 9 (2d8) slashing damage and be knocked prone.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Keen Sight",
            "desc": "The graknork has advantage on Wisdom (Perception) checks that rely on sight."
        }
    ],
    "creaturesets": [],
    "environments": []
}