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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/ccdx_cave-giant/?format=api",
    "key": "ccdx_cave-giant",
    "name": "Cave Giant",
    "document": {
        "name": "Creature Codex",
        "key": "ccdx",
        "display_name": "Creature Codex",
        "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/kpstore/product/creature-codex-for-5th-edition-dnd/"
    },
    "type": {
        "name": "Giant",
        "key": "giant",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "10.000",
    "challenge_rating_text": "10",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "Giant",
        "data": [
            {
                "name": "Giant",
                "key": "giant",
                "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "desc": "Typical speakers include ogres, and giants."
            }
        ]
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 200,
    "hit_dice": "16d12+96",
    "experience_points": 5900,
    "ability_scores": {
        "strength": 27,
        "dexterity": 10,
        "constitution": 22,
        "intelligence": 8,
        "wisdom": 13,
        "charisma": 6
    },
    "modifiers": {
        "strength": 8,
        "dexterity": 0,
        "constitution": 6,
        "intelligence": -1,
        "wisdom": 1,
        "charisma": -2
    },
    "initiative_bonus": 0,
    "saving_throws": {
        "dexterity": 4,
        "constitution": 10,
        "wisdom": 5
    },
    "saving_throws_all": {
        "strength": 8,
        "dexterity": 4,
        "constitution": 10,
        "intelligence": -1,
        "wisdom": 5,
        "charisma": -2
    },
    "skill_bonuses": {
        "athletics": 12,
        "perception": 5,
        "survival": 5
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 1,
        "arcana": -1,
        "athletics": 12,
        "deception": -2,
        "history": -1,
        "insight": 1,
        "intimidation": -2,
        "investigation": -1,
        "medicine": 1,
        "nature": -1,
        "perception": 5,
        "performance": -2,
        "persuasion": -2,
        "religion": -1,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 5
    },
    "passive_perception": 15,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Handaxe",
            "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft. or range 20/60 ft., one target. Hit: 18 (3d6 + 8) slashing damage.",
            "attacks": [
                {
                    "name": "Handaxe attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 12,
                    "reach": 10.0,
                    "range": 20.0,
                    "long_range": 60.0,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "damage_die_type": "D6",
                    "damage_bonus": 8,
                    "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": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The giant makes three attacks: two with its handaxe and one with its tusks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Rock",
            "desc": "Ranged Weapon Attack: +12 to hit, range 60/240 ft., one target. Hit: 30 (4d10 + 8) bludgeoning damage.",
            "attacks": [
                {
                    "name": "Rock attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 12,
                    "reach": null,
                    "range": 60.0,
                    "long_range": 240.0,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D10",
                    "damage_bonus": 8,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Tusks",
            "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 22 (4d6 + 8) slashing damage, and if the target is a Large or smaller creature it must succeed on a DC 20 Strength saving throw or be knocked prone.",
            "attacks": [
                {
                    "name": "Tusks attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 12,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D6",
                    "damage_bonus": 8,
                    "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
        }
    ],
    "traits": [
        {
            "name": "Sunlight Petrification",
            "desc": "If the giant starts its turn in sunlight, it takes 20 radiant damage. While in sunlight, it moves at half speed and has disadvantage on attack rolls and ability checks. If the giant is reduced to 0 hp while in sunlight, it is petrified."
        }
    ],
    "creaturesets": [],
    "environments": []
}