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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/bfrd_hill-giant/?format=api",
    "key": "bfrd_hill-giant",
    "name": "Hill Giant",
    "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": "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": "5.000",
    "challenge_rating_text": "5",
    "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": 12,
    "armor_detail": "hide armor",
    "hit_points": 126,
    "hit_dice": null,
    "experience_points": 1800,
    "ability_scores": {
        "strength": 20,
        "dexterity": 10,
        "constitution": 24,
        "intelligence": 4,
        "wisdom": 8,
        "charisma": 6
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 0,
        "constitution": 7,
        "intelligence": -3,
        "wisdom": -1,
        "charisma": -2
    },
    "initiative_bonus": 0,
    "saving_throws": {
        "strength": 5,
        "dexterity": 0,
        "constitution": 7,
        "intelligence": -3,
        "wisdom": -1,
        "charisma": -2
    },
    "saving_throws_all": {
        "strength": 5,
        "dexterity": 0,
        "constitution": 7,
        "intelligence": -3,
        "wisdom": -1,
        "charisma": -2
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": -1,
        "arcana": -3,
        "athletics": 5,
        "deception": -2,
        "history": -3,
        "insight": -1,
        "intimidation": -2,
        "investigation": -3,
        "medicine": -1,
        "nature": -3,
        "perception": -1,
        "performance": -2,
        "persuasion": -2,
        "religion": -3,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": -1
    },
    "passive_perception": 9,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "poison,poisoned,Giant Attributes",
        "damage_resistances": [
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "Giant Attributes",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Body Bounce",
            "desc": "The hill giant bumps its stomach, hip, shoulder, knee, or other part of its body into a creature within 10 feet of it. The target must succeed on a DC 16 STR save or be pushed up to 10 feet away from the giant and knocked prone.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The giant makes two Spiked Tree Branch or Rotten Snack attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Rotten Snack",
            "desc": "_Ranged Weapon Attack:_ +8 to hit, range 60/240 ft., one target. _Hit:_ 12 (2d6+5) bludgeoning damage plus 7 (2d6) poison damage, and the target must succeed on a DC 16 CON save or be poisoned until the end of its next turn.",
            "attacks": [
                {
                    "name": "Rotten Snack attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 8,
                    "reach": null,
                    "range": 60.0,
                    "long_range": 240.0,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D6",
                    "damage_bonus": 5,
                    "damage_type": null,
                    "extra_damage_die_count": 2,
                    "extra_damage_die_type": "D6",
                    "extra_damage_bonus": 0,
                    "extra_damage_type": {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Spiked Tree Branch",
            "desc": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 14 (2d8+5) bludgeoning damage plus 5 (2d4) piercing damage.",
            "attacks": [
                {
                    "name": "Spiked Tree Branch attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 8,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D8",
                    "damage_bonus": 5,
                    "damage_type": null,
                    "extra_damage_die_count": 2,
                    "extra_damage_die_type": "D4",
                    "extra_damage_bonus": 0,
                    "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": "Giant Attributes",
            "desc": "The hill giant is resistant to the stunned condition, and it is vulnerable to the prone condition."
        },
        {
            "name": "Show of Might",
            "desc": "The hill giant can use STR instead of CHA when making CHA (Intimidation) checks."
        }
    ],
    "creaturesets": [],
    "environments": []
}