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

GET /v2/creatures/bfrd_elk-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_elk-giant/?format=api",
    "key": "bfrd_elk-giant",
    "name": "Elk, 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": "Beast",
        "key": "beast",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "2.000",
    "challenge_rating_text": "2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 60.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 60.0,
        "crawl": 30.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 30.0,
        "swim": 30.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "Giant Elk,understands Common,Elvish,and Sylvan but can't speak them",
        "data": [
            {
                "name": "Elvish",
                "key": "elvish",
                "url": "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "desc": "Typical speakers are elves."
            }
        ]
    },
    "armor_class": 14,
    "armor_detail": "natural armor",
    "hit_points": 60,
    "hit_dice": null,
    "experience_points": 450,
    "ability_scores": {
        "strength": 18,
        "dexterity": 16,
        "constitution": 14,
        "intelligence": 6,
        "wisdom": 14,
        "charisma": 10
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": 0
    },
    "initiative_bonus": 3,
    "saving_throws": {
        "strength": 4,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": 0
    },
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": 0
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 2,
        "arcana": -2,
        "athletics": 4,
        "deception": 0,
        "history": -2,
        "insight": 2,
        "intimidation": 0,
        "investigation": -2,
        "medicine": 2,
        "nature": -2,
        "perception": 2,
        "performance": 0,
        "persuasion": 0,
        "religion": -2,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 2
    },
    "passive_perception": 12,
    "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": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bolstering Bugle",
            "desc": "The elk bugles its might at its opponents, bolstering its confidence. It has advantage on the next attack roll it makes before the start of its next turn.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Kick",
            "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) bludgeoning damage, and the target must succeed on a DC 14 STR save or be pushed up to 15 feet away from the elk.",
            "attacks": [
                {
                    "name": "Kick attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 6,
                    "reach": 5.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": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The elk makes one Ram attack and one Kick attack.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Ram",
            "desc": "_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage.",
            "attacks": [
                {
                    "name": "Ram 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": "D6",
                    "damage_bonus": 4,
                    "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": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Charge",
            "desc": "If the elk moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 7 (2d6) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 STR save or be knocked prone."
        }
    ],
    "creaturesets": [],
    "environments": []
}