list: API endpoint for returning a list of creature sets, which is similar to tags.
retrieve: API endpoint for returning a particular creature set.

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://api.open5e.com/v2/creaturesets/common-mounts/?format=api",
            "key": "common-mounts",
            "creatures": [
                {
                    "url": "https://api.open5e.com/v2/creatures/srd_camel/?format=api",
                    "document": "https://api.open5e.com/v2/documents/srd/?format=api",
                    "key": "srd_camel",
                    "name": "Camel",
                    "size": "https://api.open5e.com/v2/sizes/large/?format=api",
                    "speed": {
                        "walk": 50.0,
                        "unit": "feet"
                    },
                    "speed_all": {
                        "unit": "feet",
                        "walk": 50.0,
                        "crawl": 25.0,
                        "hover": false,
                        "fly": 0.0,
                        "burrow": 0.0,
                        "climb": 25.0,
                        "swim": 25.0
                    },
                    "category": "Miscellaneous Creatures",
                    "subcategory": null,
                    "type": "https://api.open5e.com/v2/creaturetypes/beast/?format=api",
                    "alignment": "unaligned",
                    "languages": [],
                    "armor_class": 9,
                    "hit_points": 15,
                    "hit_dice": "2d10+4",
                    "challenge_rating_decimal": "0.125",
                    "challenge_rating_text": "1/8",
                    "experience_points": 25,
                    "ability_scores": {
                        "strength": 16,
                        "dexterity": 8,
                        "constitution": 14,
                        "intelligence": 2,
                        "wisdom": 8,
                        "charisma": 5
                    },
                    "modifiers": {
                        "strength": 3,
                        "dexterity": -1,
                        "constitution": 2,
                        "intelligence": -4,
                        "wisdom": -1,
                        "charisma": -3
                    },
                    "saving_throws": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "saving_throws_all": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "skill_bonuses": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "skill_bonuses_all": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "passive_perception": 9,
                    "damage_immunities": [],
                    "nonmagical_attack_immunity": false,
                    "damage_resistances": [],
                    "nonmagical_attack_resistance": false,
                    "damage_vulnerabilities": [],
                    "condition_immunities": [],
                    "normal_sight_range": 10560.0,
                    "darkvision_range": null,
                    "blindsight_range": null,
                    "tremorsense_range": null,
                    "truesight_range": null,
                    "actions": [
                        {
                            "key": "srd_camel_bite",
                            "attacks": [
                                {
                                    "key": "srd_camel_bite_bite-attack",
                                    "distance_unit": "feet",
                                    "name": "Bite attack",
                                    "attack_type": "WEAPON",
                                    "to_hit_mod": 5,
                                    "reach": 5.0,
                                    "range": null,
                                    "long_range": null,
                                    "target_creature_only": false,
                                    "damage_die_count": null,
                                    "damage_die_type": null,
                                    "damage_bonus": null,
                                    "extra_damage_die_count": null,
                                    "extra_damage_die_type": null,
                                    "extra_damage_bonus": null,
                                    "parent": "srd_camel_bite",
                                    "damage_type": "thunder",
                                    "extra_damage_type": null
                                }
                            ],
                            "name": "Bite",
                            "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 2 (1d4) bludgeoning damage.",
                            "uses_type": null,
                            "uses_param": null,
                            "action_type": "ACTION",
                            "form_condition": null,
                            "legendary_cost": 1,
                            "parent": "srd_camel"
                        }
                    ],
                    "traits": [],
                    "creaturesets": [
                        "https://api.open5e.com/v2/creaturesets/common-mounts/?format=api"
                    ],
                    "environments": [
                        {
                            "url": "https://api.open5e.com/v2/environments/desert/?format=api",
                            "key": "desert",
                            "name": "Desert",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        },
                        {
                            "url": "https://api.open5e.com/v2/environments/urban/?format=api",
                            "key": "urban",
                            "name": "Urban",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        }
                    ]
                },
                {
                    "url": "https://api.open5e.com/v2/creatures/srd_donkey/?format=api",
                    "document": "https://api.open5e.com/v2/documents/srd/?format=api",
                    "key": "srd_donkey",
                    "name": "Donkey",
                    "size": "https://api.open5e.com/v2/sizes/medium/?format=api",
                    "speed": {
                        "walk": 0.0,
                        "unit": "feet"
                    },
                    "speed_all": {
                        "unit": "feet",
                        "walk": 0.0,
                        "crawl": 0.0,
                        "hover": false,
                        "fly": 0.0,
                        "burrow": 0.0,
                        "climb": 0.0,
                        "swim": 0.0
                    },
                    "category": "Miscellaneous Creatures",
                    "subcategory": null,
                    "type": "https://api.open5e.com/v2/creaturetypes/beast/?format=api",
                    "alignment": "unaligned",
                    "languages": [],
                    "armor_class": 10,
                    "hit_points": 11,
                    "hit_dice": null,
                    "challenge_rating_decimal": "0.000",
                    "challenge_rating_text": "0",
                    "experience_points": 0,
                    "ability_scores": {
                        "strength": 14,
                        "dexterity": 10,
                        "constitution": 13,
                        "intelligence": 2,
                        "wisdom": 10,
                        "charisma": 5
                    },
                    "modifiers": {
                        "strength": 2,
                        "dexterity": 0,
                        "constitution": 1,
                        "intelligence": -4,
                        "wisdom": 0,
                        "charisma": -3
                    },
                    "saving_throws": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "saving_throws_all": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "skill_bonuses": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "skill_bonuses_all": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "passive_perception": 10,
                    "damage_immunities": [],
                    "nonmagical_attack_immunity": false,
                    "damage_resistances": [],
                    "nonmagical_attack_resistance": false,
                    "damage_vulnerabilities": [],
                    "condition_immunities": [],
                    "normal_sight_range": null,
                    "darkvision_range": null,
                    "blindsight_range": null,
                    "tremorsense_range": null,
                    "truesight_range": null,
                    "actions": [],
                    "traits": [],
                    "creaturesets": [
                        "https://api.open5e.com/v2/creaturesets/common-mounts/?format=api"
                    ],
                    "environments": []
                },
                {
                    "url": "https://api.open5e.com/v2/creatures/srd_draft-horse/?format=api",
                    "document": "https://api.open5e.com/v2/documents/srd/?format=api",
                    "key": "srd_draft-horse",
                    "name": "Draft Horse",
                    "size": "https://api.open5e.com/v2/sizes/large/?format=api",
                    "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": "Miscellaneous Creatures",
                    "subcategory": null,
                    "type": "https://api.open5e.com/v2/creaturetypes/beast/?format=api",
                    "alignment": "unaligned",
                    "languages": [],
                    "armor_class": 10,
                    "hit_points": 19,
                    "hit_dice": "3d10+3",
                    "challenge_rating_decimal": "0.250",
                    "challenge_rating_text": "1/4",
                    "experience_points": 50,
                    "ability_scores": {
                        "strength": 18,
                        "dexterity": 10,
                        "constitution": 12,
                        "intelligence": 2,
                        "wisdom": 11,
                        "charisma": 7
                    },
                    "modifiers": {
                        "strength": 4,
                        "dexterity": 0,
                        "constitution": 1,
                        "intelligence": -4,
                        "wisdom": 0,
                        "charisma": -2
                    },
                    "saving_throws": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "saving_throws_all": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "skill_bonuses": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "skill_bonuses_all": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "passive_perception": 10,
                    "damage_immunities": [],
                    "nonmagical_attack_immunity": false,
                    "damage_resistances": [],
                    "nonmagical_attack_resistance": false,
                    "damage_vulnerabilities": [],
                    "condition_immunities": [],
                    "normal_sight_range": 10560.0,
                    "darkvision_range": null,
                    "blindsight_range": null,
                    "tremorsense_range": null,
                    "truesight_range": null,
                    "actions": [
                        {
                            "key": "srd_draft-horse_hooves",
                            "attacks": [
                                {
                                    "key": "srd_draft-horse_hooves_hooves-attack",
                                    "distance_unit": "feet",
                                    "name": "Hooves 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": null,
                                    "extra_damage_die_count": null,
                                    "extra_damage_die_type": null,
                                    "extra_damage_bonus": null,
                                    "parent": "srd_draft-horse_hooves",
                                    "damage_type": "thunder",
                                    "extra_damage_type": null
                                }
                            ],
                            "name": "Hooves",
                            "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (2d4 + 4) bludgeoning damage.",
                            "uses_type": null,
                            "uses_param": null,
                            "action_type": "ACTION",
                            "form_condition": null,
                            "legendary_cost": 1,
                            "parent": "srd_draft-horse"
                        }
                    ],
                    "traits": [],
                    "creaturesets": [
                        "https://api.open5e.com/v2/creaturesets/common-mounts/?format=api"
                    ],
                    "environments": [
                        {
                            "url": "https://api.open5e.com/v2/environments/urban/?format=api",
                            "key": "urban",
                            "name": "Urban",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        }
                    ]
                },
                {
                    "url": "https://api.open5e.com/v2/creatures/srd_elephant/?format=api",
                    "document": "https://api.open5e.com/v2/documents/srd/?format=api",
                    "key": "srd_elephant",
                    "name": "Elephant",
                    "size": "https://api.open5e.com/v2/sizes/huge/?format=api",
                    "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": "Miscellaneous Creatures",
                    "subcategory": null,
                    "type": "https://api.open5e.com/v2/creaturetypes/beast/?format=api",
                    "alignment": "unaligned",
                    "languages": [],
                    "armor_class": 12,
                    "hit_points": 76,
                    "hit_dice": "8d12+24",
                    "challenge_rating_decimal": "4.000",
                    "challenge_rating_text": "4",
                    "experience_points": 1100,
                    "ability_scores": {
                        "strength": 22,
                        "dexterity": 9,
                        "constitution": 17,
                        "intelligence": 3,
                        "wisdom": 11,
                        "charisma": 6
                    },
                    "modifiers": {
                        "strength": 6,
                        "dexterity": -1,
                        "constitution": 3,
                        "intelligence": -4,
                        "wisdom": 0,
                        "charisma": -2
                    },
                    "saving_throws": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "saving_throws_all": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "skill_bonuses": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "skill_bonuses_all": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "passive_perception": 10,
                    "damage_immunities": [],
                    "nonmagical_attack_immunity": false,
                    "damage_resistances": [],
                    "nonmagical_attack_resistance": false,
                    "damage_vulnerabilities": [],
                    "condition_immunities": [],
                    "normal_sight_range": 10560.0,
                    "darkvision_range": null,
                    "blindsight_range": null,
                    "tremorsense_range": null,
                    "truesight_range": null,
                    "actions": [
                        {
                            "key": "srd_elephant_gore",
                            "attacks": [
                                {
                                    "key": "srd_elephant_gore_gore-attack",
                                    "distance_unit": "feet",
                                    "name": "Gore attack",
                                    "attack_type": "WEAPON",
                                    "to_hit_mod": 8,
                                    "reach": 5.0,
                                    "range": null,
                                    "long_range": null,
                                    "target_creature_only": false,
                                    "damage_die_count": 3,
                                    "damage_die_type": "D8",
                                    "damage_bonus": null,
                                    "extra_damage_die_count": null,
                                    "extra_damage_die_type": null,
                                    "extra_damage_bonus": null,
                                    "parent": "srd_elephant_gore",
                                    "damage_type": "thunder",
                                    "extra_damage_type": null
                                }
                            ],
                            "name": "Gore",
                            "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) piercing damage.",
                            "uses_type": null,
                            "uses_param": null,
                            "action_type": "ACTION",
                            "form_condition": null,
                            "legendary_cost": 1,
                            "parent": "srd_elephant"
                        },
                        {
                            "key": "srd_elephant_stomp",
                            "attacks": [
                                {
                                    "key": "srd_elephant_stomp_stomp-attack",
                                    "distance_unit": "feet",
                                    "name": "Stomp attack",
                                    "attack_type": "WEAPON",
                                    "to_hit_mod": 8,
                                    "reach": 5.0,
                                    "range": null,
                                    "long_range": null,
                                    "target_creature_only": true,
                                    "damage_die_count": 3,
                                    "damage_die_type": "D10",
                                    "damage_bonus": null,
                                    "extra_damage_die_count": null,
                                    "extra_damage_die_type": null,
                                    "extra_damage_bonus": null,
                                    "parent": "srd_elephant_stomp",
                                    "damage_type": "thunder",
                                    "extra_damage_type": null
                                }
                            ],
                            "name": "Stomp",
                            "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one prone creature. Hit: 22 (3d10 + 6) bludgeoning damage.",
                            "uses_type": null,
                            "uses_param": null,
                            "action_type": "ACTION",
                            "form_condition": null,
                            "legendary_cost": 1,
                            "parent": "srd_elephant"
                        }
                    ],
                    "traits": [
                        {
                            "url": "https://api.open5e.com/v2/creaturetraits/srd_elephant_trampling-charge/?format=api",
                            "key": "srd_elephant_trampling-charge",
                            "name": "Trampling Charge",
                            "desc": "If the elephant moves at least 20 ft. straight toward a creature and then hits it with a gore attack on the same turn, that target must succeed on a DC 12 Strength saving throw or be knocked prone. If the target is prone, the elephant can make one stomp attack against it as a bonus action.",
                            "type": null,
                            "parent": "https://api.open5e.com/v2/creatures/srd_elephant/?format=api"
                        }
                    ],
                    "creaturesets": [
                        "https://api.open5e.com/v2/creaturesets/common-mounts/?format=api"
                    ],
                    "environments": [
                        {
                            "url": "https://api.open5e.com/v2/environments/desert/?format=api",
                            "key": "desert",
                            "name": "Desert",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        },
                        {
                            "url": "https://api.open5e.com/v2/environments/forest/?format=api",
                            "key": "forest",
                            "name": "Forest or Jungle",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        },
                        {
                            "url": "https://api.open5e.com/v2/environments/grassland/?format=api",
                            "key": "grassland",
                            "name": "Grassland or Plains",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        }
                    ]
                },
                {
                    "url": "https://api.open5e.com/v2/creatures/srd_mastiff/?format=api",
                    "document": "https://api.open5e.com/v2/documents/srd/?format=api",
                    "key": "srd_mastiff",
                    "name": "Mastiff",
                    "size": "https://api.open5e.com/v2/sizes/medium/?format=api",
                    "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": "Miscellaneous Creatures",
                    "subcategory": null,
                    "type": "https://api.open5e.com/v2/creaturetypes/beast/?format=api",
                    "alignment": "unaligned",
                    "languages": [],
                    "armor_class": 12,
                    "hit_points": 5,
                    "hit_dice": "1d8+1",
                    "challenge_rating_decimal": "0.125",
                    "challenge_rating_text": "1/8",
                    "experience_points": 25,
                    "ability_scores": {
                        "strength": 13,
                        "dexterity": 14,
                        "constitution": 12,
                        "intelligence": 3,
                        "wisdom": 12,
                        "charisma": 7
                    },
                    "modifiers": {
                        "strength": 1,
                        "dexterity": 2,
                        "constitution": 1,
                        "intelligence": -4,
                        "wisdom": 1,
                        "charisma": -2
                    },
                    "saving_throws": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "saving_throws_all": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "skill_bonuses": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 2,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "skill_bonuses_all": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 2,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "passive_perception": 13,
                    "damage_immunities": [],
                    "nonmagical_attack_immunity": false,
                    "damage_resistances": [],
                    "nonmagical_attack_resistance": false,
                    "damage_vulnerabilities": [],
                    "condition_immunities": [],
                    "normal_sight_range": 10560.0,
                    "darkvision_range": null,
                    "blindsight_range": null,
                    "tremorsense_range": null,
                    "truesight_range": null,
                    "actions": [
                        {
                            "key": "srd_mastiff_bite",
                            "attacks": [
                                {
                                    "key": "srd_mastiff_bite_bite-attack",
                                    "distance_unit": "feet",
                                    "name": "Bite attack",
                                    "attack_type": "WEAPON",
                                    "to_hit_mod": 3,
                                    "reach": 5.0,
                                    "range": null,
                                    "long_range": null,
                                    "target_creature_only": false,
                                    "damage_die_count": 1,
                                    "damage_die_type": "D6",
                                    "damage_bonus": null,
                                    "extra_damage_die_count": null,
                                    "extra_damage_die_type": null,
                                    "extra_damage_bonus": null,
                                    "parent": "srd_mastiff_bite",
                                    "damage_type": "thunder",
                                    "extra_damage_type": null
                                }
                            ],
                            "name": "Bite",
                            "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d6 + 1) piercing damage. If the target is a creature, it must succeed on a DC 11 Strength saving throw or be knocked prone.",
                            "uses_type": null,
                            "uses_param": null,
                            "action_type": "ACTION",
                            "form_condition": null,
                            "legendary_cost": 1,
                            "parent": "srd_mastiff"
                        }
                    ],
                    "traits": [
                        {
                            "url": "https://api.open5e.com/v2/creaturetraits/srd_mastiff_keen-hearing-and-smell/?format=api",
                            "key": "srd_mastiff_keen-hearing-and-smell",
                            "name": "Keen Hearing and Smell",
                            "desc": "The mastiff has advantage on Wisdom (Perception) checks that rely on hearing or smell.",
                            "type": null,
                            "parent": "https://api.open5e.com/v2/creatures/srd_mastiff/?format=api"
                        }
                    ],
                    "creaturesets": [
                        "https://api.open5e.com/v2/creaturesets/common-mounts/?format=api"
                    ],
                    "environments": [
                        {
                            "url": "https://api.open5e.com/v2/environments/forest/?format=api",
                            "key": "forest",
                            "name": "Forest or Jungle",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        },
                        {
                            "url": "https://api.open5e.com/v2/environments/hills/?format=api",
                            "key": "hills",
                            "name": "Hills",
                            "desc": "[None Provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        },
                        {
                            "url": "https://api.open5e.com/v2/environments/urban/?format=api",
                            "key": "urban",
                            "name": "Urban",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        }
                    ]
                },
                {
                    "url": "https://api.open5e.com/v2/creatures/srd_mule/?format=api",
                    "document": "https://api.open5e.com/v2/documents/srd/?format=api",
                    "key": "srd_mule",
                    "name": "Mule",
                    "size": "https://api.open5e.com/v2/sizes/medium/?format=api",
                    "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": "Miscellaneous Creatures",
                    "subcategory": null,
                    "type": "https://api.open5e.com/v2/creaturetypes/beast/?format=api",
                    "alignment": "unaligned",
                    "languages": [],
                    "armor_class": 10,
                    "hit_points": 11,
                    "hit_dice": "2d8+2",
                    "challenge_rating_decimal": "0.125",
                    "challenge_rating_text": "1/8",
                    "experience_points": 25,
                    "ability_scores": {
                        "strength": 14,
                        "dexterity": 10,
                        "constitution": 13,
                        "intelligence": 2,
                        "wisdom": 10,
                        "charisma": 5
                    },
                    "modifiers": {
                        "strength": 2,
                        "dexterity": 0,
                        "constitution": 1,
                        "intelligence": -4,
                        "wisdom": 0,
                        "charisma": -3
                    },
                    "saving_throws": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "saving_throws_all": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "skill_bonuses": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "skill_bonuses_all": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "passive_perception": 10,
                    "damage_immunities": [],
                    "nonmagical_attack_immunity": false,
                    "damage_resistances": [],
                    "nonmagical_attack_resistance": false,
                    "damage_vulnerabilities": [],
                    "condition_immunities": [],
                    "normal_sight_range": 10560.0,
                    "darkvision_range": null,
                    "blindsight_range": null,
                    "tremorsense_range": null,
                    "truesight_range": null,
                    "actions": [
                        {
                            "key": "srd_mule_hooves",
                            "attacks": [
                                {
                                    "key": "srd_mule_hooves_hooves-attack",
                                    "distance_unit": "feet",
                                    "name": "Hooves attack",
                                    "attack_type": "WEAPON",
                                    "to_hit_mod": 2,
                                    "reach": 5.0,
                                    "range": null,
                                    "long_range": null,
                                    "target_creature_only": false,
                                    "damage_die_count": 1,
                                    "damage_die_type": "D4",
                                    "damage_bonus": null,
                                    "extra_damage_die_count": null,
                                    "extra_damage_die_type": null,
                                    "extra_damage_bonus": null,
                                    "parent": "srd_mule_hooves",
                                    "damage_type": "thunder",
                                    "extra_damage_type": null
                                }
                            ],
                            "name": "Hooves",
                            "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.",
                            "uses_type": null,
                            "uses_param": null,
                            "action_type": "ACTION",
                            "form_condition": null,
                            "legendary_cost": 1,
                            "parent": "srd_mule"
                        }
                    ],
                    "traits": [
                        {
                            "url": "https://api.open5e.com/v2/creaturetraits/srd_mule_beast-of-burden/?format=api",
                            "key": "srd_mule_beast-of-burden",
                            "name": "Beast of Burden",
                            "desc": "The mule is considered to be a Large animal for the purpose of determining its carrying capacity.",
                            "type": null,
                            "parent": "https://api.open5e.com/v2/creatures/srd_mule/?format=api"
                        },
                        {
                            "url": "https://api.open5e.com/v2/creaturetraits/srd_mule_sure-footed/?format=api",
                            "key": "srd_mule_sure-footed",
                            "name": "Sure-Footed",
                            "desc": "The mule has advantage on Strength and Dexterity saving throws made against effects that would knock it prone.",
                            "type": null,
                            "parent": "https://api.open5e.com/v2/creatures/srd_mule/?format=api"
                        }
                    ],
                    "creaturesets": [
                        "https://api.open5e.com/v2/creaturesets/common-mounts/?format=api"
                    ],
                    "environments": [
                        {
                            "url": "https://api.open5e.com/v2/environments/grassland/?format=api",
                            "key": "grassland",
                            "name": "Grassland or Plains",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        },
                        {
                            "url": "https://api.open5e.com/v2/environments/hills/?format=api",
                            "key": "hills",
                            "name": "Hills",
                            "desc": "[None Provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        },
                        {
                            "url": "https://api.open5e.com/v2/environments/urban/?format=api",
                            "key": "urban",
                            "name": "Urban",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        }
                    ]
                },
                {
                    "url": "https://api.open5e.com/v2/creatures/srd_pony/?format=api",
                    "document": "https://api.open5e.com/v2/documents/srd/?format=api",
                    "key": "srd_pony",
                    "name": "Pony",
                    "size": "https://api.open5e.com/v2/sizes/medium/?format=api",
                    "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": "Miscellaneous Creatures",
                    "subcategory": null,
                    "type": "https://api.open5e.com/v2/creaturetypes/beast/?format=api",
                    "alignment": "unaligned",
                    "languages": [],
                    "armor_class": 10,
                    "hit_points": 11,
                    "hit_dice": "2d8+2",
                    "challenge_rating_decimal": "0.125",
                    "challenge_rating_text": "1/8",
                    "experience_points": 25,
                    "ability_scores": {
                        "strength": 15,
                        "dexterity": 10,
                        "constitution": 13,
                        "intelligence": 2,
                        "wisdom": 11,
                        "charisma": 7
                    },
                    "modifiers": {
                        "strength": 2,
                        "dexterity": 0,
                        "constitution": 1,
                        "intelligence": -4,
                        "wisdom": 0,
                        "charisma": -2
                    },
                    "saving_throws": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "saving_throws_all": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "skill_bonuses": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "skill_bonuses_all": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "passive_perception": 10,
                    "damage_immunities": [],
                    "nonmagical_attack_immunity": false,
                    "damage_resistances": [],
                    "nonmagical_attack_resistance": false,
                    "damage_vulnerabilities": [],
                    "condition_immunities": [],
                    "normal_sight_range": 10560.0,
                    "darkvision_range": null,
                    "blindsight_range": null,
                    "tremorsense_range": null,
                    "truesight_range": null,
                    "actions": [
                        {
                            "key": "srd_pony_hooves",
                            "attacks": [
                                {
                                    "key": "srd_pony_hooves_hooves-attack",
                                    "distance_unit": "feet",
                                    "name": "Hooves attack",
                                    "attack_type": "WEAPON",
                                    "to_hit_mod": 4,
                                    "reach": 5.0,
                                    "range": null,
                                    "long_range": null,
                                    "target_creature_only": false,
                                    "damage_die_count": 2,
                                    "damage_die_type": "D4",
                                    "damage_bonus": null,
                                    "extra_damage_die_count": null,
                                    "extra_damage_die_type": null,
                                    "extra_damage_bonus": null,
                                    "parent": "srd_pony_hooves",
                                    "damage_type": "thunder",
                                    "extra_damage_type": null
                                }
                            ],
                            "name": "Hooves",
                            "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) bludgeoning damage.",
                            "uses_type": null,
                            "uses_param": null,
                            "action_type": "ACTION",
                            "form_condition": null,
                            "legendary_cost": 1,
                            "parent": "srd_pony"
                        }
                    ],
                    "traits": [],
                    "creaturesets": [
                        "https://api.open5e.com/v2/creaturesets/common-mounts/?format=api"
                    ],
                    "environments": [
                        {
                            "url": "https://api.open5e.com/v2/environments/mountain/?format=api",
                            "key": "mountain",
                            "name": "Mountain",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        },
                        {
                            "url": "https://api.open5e.com/v2/environments/urban/?format=api",
                            "key": "urban",
                            "name": "Urban",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        }
                    ]
                },
                {
                    "url": "https://api.open5e.com/v2/creatures/srd_riding-horse/?format=api",
                    "document": "https://api.open5e.com/v2/documents/srd/?format=api",
                    "key": "srd_riding-horse",
                    "name": "Riding Horse",
                    "size": "https://api.open5e.com/v2/sizes/large/?format=api",
                    "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": "Miscellaneous Creatures",
                    "subcategory": null,
                    "type": "https://api.open5e.com/v2/creaturetypes/beast/?format=api",
                    "alignment": "unaligned",
                    "languages": [],
                    "armor_class": 10,
                    "hit_points": 13,
                    "hit_dice": "2d10+2",
                    "challenge_rating_decimal": "0.250",
                    "challenge_rating_text": "1/4",
                    "experience_points": 50,
                    "ability_scores": {
                        "strength": 16,
                        "dexterity": 10,
                        "constitution": 12,
                        "intelligence": 2,
                        "wisdom": 11,
                        "charisma": 7
                    },
                    "modifiers": {
                        "strength": 3,
                        "dexterity": 0,
                        "constitution": 1,
                        "intelligence": -4,
                        "wisdom": 0,
                        "charisma": -2
                    },
                    "saving_throws": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "saving_throws_all": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "skill_bonuses": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "skill_bonuses_all": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "passive_perception": 10,
                    "damage_immunities": [],
                    "nonmagical_attack_immunity": false,
                    "damage_resistances": [],
                    "nonmagical_attack_resistance": false,
                    "damage_vulnerabilities": [],
                    "condition_immunities": [],
                    "normal_sight_range": 10560.0,
                    "darkvision_range": null,
                    "blindsight_range": null,
                    "tremorsense_range": null,
                    "truesight_range": null,
                    "actions": [
                        {
                            "key": "srd_riding-horse_hooves",
                            "attacks": [
                                {
                                    "key": "srd_riding-horse_hooves_hooves-attack",
                                    "distance_unit": "feet",
                                    "name": "Hooves attack",
                                    "attack_type": "WEAPON",
                                    "to_hit_mod": 5,
                                    "reach": 5.0,
                                    "range": null,
                                    "long_range": null,
                                    "target_creature_only": false,
                                    "damage_die_count": 2,
                                    "damage_die_type": "D4",
                                    "damage_bonus": null,
                                    "extra_damage_die_count": null,
                                    "extra_damage_die_type": null,
                                    "extra_damage_bonus": null,
                                    "parent": "srd_riding-horse_hooves",
                                    "damage_type": "thunder",
                                    "extra_damage_type": null
                                }
                            ],
                            "name": "Hooves",
                            "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) bludgeoning damage.",
                            "uses_type": null,
                            "uses_param": null,
                            "action_type": "ACTION",
                            "form_condition": null,
                            "legendary_cost": 1,
                            "parent": "srd_riding-horse"
                        }
                    ],
                    "traits": [],
                    "creaturesets": [
                        "https://api.open5e.com/v2/creaturesets/common-mounts/?format=api"
                    ],
                    "environments": [
                        {
                            "url": "https://api.open5e.com/v2/environments/grassland/?format=api",
                            "key": "grassland",
                            "name": "Grassland or Plains",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        },
                        {
                            "url": "https://api.open5e.com/v2/environments/urban/?format=api",
                            "key": "urban",
                            "name": "Urban",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        }
                    ]
                },
                {
                    "url": "https://api.open5e.com/v2/creatures/srd_warhorse/?format=api",
                    "document": "https://api.open5e.com/v2/documents/srd/?format=api",
                    "key": "srd_warhorse",
                    "name": "Warhorse",
                    "size": "https://api.open5e.com/v2/sizes/large/?format=api",
                    "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": "Miscellaneous Creatures",
                    "subcategory": null,
                    "type": "https://api.open5e.com/v2/creaturetypes/beast/?format=api",
                    "alignment": "unaligned",
                    "languages": [],
                    "armor_class": 11,
                    "hit_points": 19,
                    "hit_dice": "3d10+3",
                    "challenge_rating_decimal": "0.500",
                    "challenge_rating_text": "1/2",
                    "experience_points": 100,
                    "ability_scores": {
                        "strength": 18,
                        "dexterity": 12,
                        "constitution": 13,
                        "intelligence": 2,
                        "wisdom": 12,
                        "charisma": 7
                    },
                    "modifiers": {
                        "strength": 4,
                        "dexterity": 1,
                        "constitution": 1,
                        "intelligence": -4,
                        "wisdom": 1,
                        "charisma": -2
                    },
                    "saving_throws": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "saving_throws_all": {
                        "strength": 0,
                        "dexterity": 0,
                        "constitution": 0,
                        "intelligence": 0,
                        "wisdom": 0,
                        "charisma": 0
                    },
                    "skill_bonuses": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "skill_bonuses_all": {
                        "acrobatics": 0,
                        "animal_handling": 0,
                        "arcana": 0,
                        "athletics": 0,
                        "deception": 0,
                        "history": 0,
                        "insight": 0,
                        "intimidation": 0,
                        "investigation": 0,
                        "medicine": 0,
                        "nature": 0,
                        "perception": 0,
                        "performance": 0,
                        "persuasion": 0,
                        "religion": 0,
                        "sleight_of_hand": 0,
                        "stealth": 0,
                        "survival": 0
                    },
                    "passive_perception": 11,
                    "damage_immunities": [],
                    "nonmagical_attack_immunity": false,
                    "damage_resistances": [],
                    "nonmagical_attack_resistance": false,
                    "damage_vulnerabilities": [],
                    "condition_immunities": [],
                    "normal_sight_range": 10560.0,
                    "darkvision_range": null,
                    "blindsight_range": null,
                    "tremorsense_range": null,
                    "truesight_range": null,
                    "actions": [
                        {
                            "key": "srd_warhorse_hooves",
                            "attacks": [
                                {
                                    "key": "srd_warhorse_hooves_hooves-attack",
                                    "distance_unit": "feet",
                                    "name": "Hooves 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": "D6",
                                    "damage_bonus": null,
                                    "extra_damage_die_count": null,
                                    "extra_damage_die_type": null,
                                    "extra_damage_bonus": null,
                                    "parent": "srd_warhorse_hooves",
                                    "damage_type": "thunder",
                                    "extra_damage_type": null
                                }
                            ],
                            "name": "Hooves",
                            "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage.",
                            "uses_type": null,
                            "uses_param": null,
                            "action_type": "ACTION",
                            "form_condition": null,
                            "legendary_cost": 1,
                            "parent": "srd_warhorse"
                        }
                    ],
                    "traits": [
                        {
                            "url": "https://api.open5e.com/v2/creaturetraits/srd_warhorse_trampling-charge/?format=api",
                            "key": "srd_warhorse_trampling-charge",
                            "name": "Trampling Charge",
                            "desc": "If the horse moves at least 20 ft. straight toward a creature and then hits it with a hooves attack on the same turn, that target must succeed on a DC 14 Strength saving throw or be knocked prone. If the target is prone, the horse can make another attack with its hooves against it as a bonus action.",
                            "type": null,
                            "parent": "https://api.open5e.com/v2/creatures/srd_warhorse/?format=api"
                        }
                    ],
                    "creaturesets": [
                        "https://api.open5e.com/v2/creaturesets/common-mounts/?format=api"
                    ],
                    "environments": [
                        {
                            "url": "https://api.open5e.com/v2/environments/urban/?format=api",
                            "key": "urban",
                            "name": "Urban",
                            "desc": "[None provided]",
                            "aquatic": false,
                            "planar": false,
                            "interior": false,
                            "document": "https://api.open5e.com/v2/documents/open5e-e/?format=api"
                        }
                    ]
                }
            ],
            "name": "Common Mounts",
            "document": "https://api.open5e.com/v2/documents/srd/?format=api"
        }
    ]
}