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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_ork-urk/?format=api",
    "key": "a5e-mm_ork-urk",
    "name": "Ork Urk",
    "document": {
        "name": "Monstrous Menagerie",
        "key": "a5e-mm",
        "display_name": "Monstrous Menagerie",
        "publisher": {
            "name": "EN Publishing",
            "key": "en-publishing",
            "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
        },
        "gamesystem": {
            "name": "Advanced 5th Edition",
            "key": "a5e",
            "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
        },
        "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
    },
    "type": {
        "name": "Humanoid",
        "key": "humanoid",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "2.000",
    "challenge_rating_text": "2",
    "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": "any one",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 45,
    "hit_dice": "6d8+18",
    "experience_points": 450,
    "ability_scores": {
        "strength": 14,
        "dexterity": 10,
        "constitution": 16,
        "intelligence": 10,
        "wisdom": 10,
        "charisma": 12
    },
    "modifiers": {
        "strength": 2,
        "dexterity": 0,
        "constitution": 3,
        "intelligence": 0,
        "wisdom": 0,
        "charisma": 1
    },
    "initiative_bonus": 0,
    "saving_throws": {
        "strength": 4,
        "dexterity": 2,
        "constitution": 5
    },
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 2,
        "constitution": 5,
        "intelligence": 0,
        "wisdom": 0,
        "charisma": 1
    },
    "skill_bonuses": {
        "athletics": 4,
        "intimidation": 3,
        "perception": 2,
        "survival": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 0,
        "arcana": 0,
        "athletics": 4,
        "deception": 1,
        "history": 0,
        "insight": 0,
        "intimidation": 3,
        "investigation": 0,
        "medicine": 0,
        "nature": 0,
        "perception": 2,
        "performance": 1,
        "persuasion": 1,
        "religion": 0,
        "sleight_of_hand": 0,
        "stealth": 0,
        "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": "Aggressive Charge",
            "desc": "The urk moves up to their Speed towards an enemy they can see or hear.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Greataxe",
            "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 8 (1d12 + 2) slashing damage.",
            "attacks": [
                {
                    "name": "Greataxe attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 4,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D12",
                    "damage_bonus": 2,
                    "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": "Handaxe",
            "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft or range 20/60 ft., one target. Hit: 5 (1d6 + 2) slashing damage.",
            "attacks": [
                {
                    "name": "Handaxe attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 4,
                    "reach": 5.0,
                    "range": 20.0,
                    "long_range": 60.0,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D6",
                    "damage_bonus": 2,
                    "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": "Multiattack",
            "desc": "The berserker attacks twice.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Warriors who fight on the front lines of an orc war horde gain a special title: urk, meaning doomed",
            "desc": "Other orc warriors treat urks with the deference due the sacred nature of their rage and sacrifice.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 4,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Bloodied Frenzy",
            "desc": "While the berserker is bloodied, they make all attacks with advantage and all attacks against them are made with advantage."
        },
        {
            "name": "Unarmored Defense",
            "desc": "The berserkers AC equals 10 + their Dexterity modifier + their Constitution modifier."
        }
    ],
    "creaturesets": [],
    "environments": []
}