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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/srd_stone-giant/?format=api",
    "key": "srd_stone-giant",
    "name": "Stone Giant",
    "document": {
        "name": "System Reference Document 5.1",
        "key": "srd-2014",
        "display_name": "5e 2014 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-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": "7.000",
    "challenge_rating_text": "7",
    "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": "Giants",
    "alignment": "neutral",
    "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": 17,
    "armor_detail": "natural armor",
    "hit_points": 126,
    "hit_dice": "11d12+55",
    "experience_points": 2900,
    "ability_scores": {
        "strength": 23,
        "dexterity": 15,
        "constitution": 20,
        "intelligence": 10,
        "wisdom": 12,
        "charisma": 9
    },
    "modifiers": {
        "strength": 6,
        "dexterity": 2,
        "constitution": 5,
        "intelligence": 0,
        "wisdom": 1,
        "charisma": -1
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "dexterity": 5,
        "constitution": 8,
        "wisdom": 4
    },
    "saving_throws_all": {
        "strength": 6,
        "dexterity": 5,
        "constitution": 8,
        "intelligence": 0,
        "wisdom": 4,
        "charisma": -1
    },
    "skill_bonuses": {
        "athletics": 12,
        "perception": 4
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 1,
        "arcana": 0,
        "athletics": 12,
        "deception": -1,
        "history": 0,
        "insight": 1,
        "intimidation": -1,
        "investigation": 0,
        "medicine": 1,
        "nature": 0,
        "perception": 4,
        "performance": -1,
        "persuasion": -1,
        "religion": 0,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 1
    },
    "passive_perception": 14,
    "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": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Greatclub",
            "desc": "Melee Weapon Attack: +9 to hit, reach 15 ft., one target. Hit: 19 (3d8 + 6) bludgeoning damage.",
            "attacks": [
                {
                    "name": "Greatclub attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 9,
                    "reach": 15.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "damage_die_type": "D8",
                    "damage_bonus": null,
                    "damage_type": {
                        "name": "Thunder",
                        "key": "thunder",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                    },
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": null,
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The giant makes two greatclub attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Rock",
            "desc": "Ranged Weapon Attack: +9 to hit, range 60/240 ft., one target. Hit: 28 (4d10 + 6) bludgeoning damage. If the target is a creature, it must succeed on a DC 17 Strength saving throw or be knocked prone.",
            "attacks": [
                {
                    "name": "Rock attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 9,
                    "reach": null,
                    "range": 60.0,
                    "long_range": 240.0,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D10",
                    "damage_bonus": null,
                    "damage_type": {
                        "name": "Thunder",
                        "key": "thunder",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                    },
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": null,
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Rock Catching",
            "desc": "If a rock or similar object is hurled at the giant, the giant can, with a successful DC 10 Dexterity saving throw, catch the missile and take no bludgeoning damage from it.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Stone Camouflage",
            "desc": "The giant has advantage on Dexterity (Stealth) checks made to hide in rocky terrain."
        }
    ],
    "creaturesets": [],
    "environments": [
        {
            "name": "Hills",
            "key": "hills",
            "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
        },
        {
            "name": "Mountain",
            "key": "mountain",
            "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
        },
        {
            "name": "Plane of Earth",
            "key": "srd_plane-of-earth",
            "url": "https://api-beta.open5e.com/v2/environments/srd_plane-of-earth/?format=api"
        },
        {
            "name": "Underworld",
            "key": "underworld",
            "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
        }
    ]
}