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

GET /v2/creatures/a5e-mm_strider/?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_strider/?format=api",
    "key": "a5e-mm_strider",
    "name": "Strider",
    "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": "5.000",
    "challenge_rating_text": "5",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "any two",
        "data": []
    },
    "armor_class": 16,
    "armor_detail": "",
    "hit_points": 90,
    "hit_dice": "12d8+36",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 12,
        "dexterity": 18,
        "constitution": 16,
        "intelligence": 12,
        "wisdom": 18,
        "charisma": 12
    },
    "modifiers": {
        "strength": 1,
        "dexterity": 4,
        "constitution": 3,
        "intelligence": 1,
        "wisdom": 4,
        "charisma": 1
    },
    "initiative_bonus": 4,
    "saving_throws": {
        "dexterity": 7,
        "wisdom": 7
    },
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 7,
        "constitution": 3,
        "intelligence": 1,
        "wisdom": 7,
        "charisma": 1
    },
    "skill_bonuses": {
        "nature": 4,
        "perception": 7,
        "stealth": 7,
        "survival": 7
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 4,
        "arcana": 1,
        "athletics": 1,
        "deception": 1,
        "history": 1,
        "insight": 4,
        "intimidation": 1,
        "investigation": 1,
        "medicine": 4,
        "nature": 4,
        "perception": 7,
        "performance": 1,
        "persuasion": 1,
        "religion": 1,
        "sleight_of_hand": 4,
        "stealth": 7,
        "survival": 7
    },
    "passive_perception": 20,
    "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": "Aimed Strike",
            "desc": "The strider gains advantage on their next attack made before the end of their turn.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The strider attacks twice.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Shortbow",
            "desc": "Ranged Weapon Attack: +7 to hit, range 80/320 ft., one target. Hit: 14 (3d6 + 4) piercing damage.",
            "attacks": [
                {
                    "name": "Shortbow attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 7,
                    "reach": null,
                    "range": 80.0,
                    "long_range": 320.0,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "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": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Shortsword",
            "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (3d6 + 4) piercing damage.",
            "attacks": [
                {
                    "name": "Shortsword attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 7,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 3,
                    "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": "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
        },
        {
            "name": "Skirmish Step",
            "desc": "The strider moves up to half their Speed without provoking opportunity attacks.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Keen Hearing and Sight",
            "desc": "The strider has advantage on Perception checks that rely on hearing or sight."
        },
        {
            "name": "Trackless Travel",
            "desc": "The strider can't be tracked by nonmagical means."
        },
        {
            "name": "Trained Accuracy",
            "desc": "The striders weapon attacks deal an extra 7 (2d6) damage (included below)."
        }
    ],
    "creaturesets": [],
    "environments": []
}