"
list: API Endpoint for returning a set of itemsets.

retrieve: API endpoint for return a particular itemset.

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

{
    "count": 20,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/arcane-focuses/?format=api",
            "key": "arcane-focuses",
            "items": [
                {
                    "name": "Crystal",
                    "key": "srd_crystal",
                    "url": "https://api-beta.open5e.com/v2/items/srd_crystal/?format=api"
                },
                {
                    "name": "Orb",
                    "key": "srd_orb",
                    "url": "https://api-beta.open5e.com/v2/items/srd_orb/?format=api"
                },
                {
                    "name": "Rod",
                    "key": "srd_rod",
                    "url": "https://api-beta.open5e.com/v2/items/srd_rod/?format=api"
                },
                {
                    "name": "Staff",
                    "key": "srd_staff",
                    "url": "https://api-beta.open5e.com/v2/items/srd_staff/?format=api"
                },
                {
                    "name": "Wand",
                    "key": "srd_wand",
                    "url": "https://api-beta.open5e.com/v2/items/srd_wand/?format=api"
                }
            ],
            "name": "Arcane Focuses",
            "desc": "An arcane focus is a special item - an orb, a crystal, a rod, a specially constructed staff, a wand-­like length of wood, or some similar item designed to channel the power of arcane spells. A sorcerer, warlock, or wizard can use such an item as a spellcasting focus.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/artisans-tools/?format=api",
            "key": "artisans-tools",
            "items": [
                {
                    "name": "Alchemist's Supplies (50 GP)",
                    "key": "srd-2024_alchemists-supplies",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_alchemists-supplies/?format=api"
                },
                {
                    "name": "Brewer's Supplies (20 GP)",
                    "key": "srd-2024_brewers-supplies",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_brewers-supplies/?format=api"
                },
                {
                    "name": "Calligrapher's Supplies (10 GP)",
                    "key": "srd-2024_calligraphers-supplies",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_calligraphers-supplies/?format=api"
                },
                {
                    "name": "Carpenter's Tools (8 GP)",
                    "key": "srd-2024_carpenters-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_carpenters-tools/?format=api"
                },
                {
                    "name": "Cartographer's Tools (15 GP)",
                    "key": "srd-2024_cartographers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_cartographers-tools/?format=api"
                },
                {
                    "name": "Cobbler's Tools (5 GP)",
                    "key": "srd-2024_cobblers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_cobblers-tools/?format=api"
                },
                {
                    "name": "Cook's Utensils (1 GP)",
                    "key": "srd-2024_cooks-utensils",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_cooks-utensils/?format=api"
                },
                {
                    "name": "Glassblower's Tools (30 GP)",
                    "key": "srd-2024_glassblowers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_glassblowers-tools/?format=api"
                },
                {
                    "name": "Jeweler's Tools (25 GP)",
                    "key": "srd-2024_jewelers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_jewelers-tools/?format=api"
                },
                {
                    "name": "Leatherworker's Tools (5 GP)",
                    "key": "srd-2024_leatherworkers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_leatherworkers-tools/?format=api"
                },
                {
                    "name": "Mason's Tools (10 GP)",
                    "key": "srd-2024_masons-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_masons-tools/?format=api"
                },
                {
                    "name": "Painter's Supplies (10 GP)",
                    "key": "srd-2024_painters-supplies",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_painters-supplies/?format=api"
                },
                {
                    "name": "Potter's Tools (10 GP)",
                    "key": "srd-2024_potters-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_potters-tools/?format=api"
                },
                {
                    "name": "Smith's Tools (20 GP)",
                    "key": "srd-2024_smiths-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_smiths-tools/?format=api"
                },
                {
                    "name": "Tinker's Tools (50 GP)",
                    "key": "srd-2024_tinkers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_tinkers-tools/?format=api"
                },
                {
                    "name": "Weaver's Tools (1 GP)",
                    "key": "srd-2024_weavers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_weavers-tools/?format=api"
                },
                {
                    "name": "Woodcarver's Tools (1 GP)",
                    "key": "srd-2024_woodcarvers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_woodcarvers-tools/?format=api"
                },
                {
                    "name": "Alchemist's Supplies",
                    "key": "srd_alchemists-supplies",
                    "url": "https://api-beta.open5e.com/v2/items/srd_alchemists-supplies/?format=api"
                },
                {
                    "name": "Brewer's Supplies",
                    "key": "srd_brewers-supplies",
                    "url": "https://api-beta.open5e.com/v2/items/srd_brewers-supplies/?format=api"
                },
                {
                    "name": "Calligrapher's supplies",
                    "key": "srd_calligraphers-supplies",
                    "url": "https://api-beta.open5e.com/v2/items/srd_calligraphers-supplies/?format=api"
                },
                {
                    "name": "Carpenter's Tools",
                    "key": "srd_carpenters-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd_carpenters-tools/?format=api"
                },
                {
                    "name": "Cartographer's Tools",
                    "key": "srd_cartographers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd_cartographers-tools/?format=api"
                },
                {
                    "name": "Cobbler's Tools",
                    "key": "srd_cobblers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd_cobblers-tools/?format=api"
                },
                {
                    "name": "Cook's utensils",
                    "key": "srd_cooks-utensils",
                    "url": "https://api-beta.open5e.com/v2/items/srd_cooks-utensils/?format=api"
                },
                {
                    "name": "Disguise kit",
                    "key": "srd_disguise-kit",
                    "url": "https://api-beta.open5e.com/v2/items/srd_disguise-kit/?format=api"
                },
                {
                    "name": "Forgery kit",
                    "key": "srd_forgery-kit",
                    "url": "https://api-beta.open5e.com/v2/items/srd_forgery-kit/?format=api"
                },
                {
                    "name": "Glassblower's Tools",
                    "key": "srd_glassblowers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd_glassblowers-tools/?format=api"
                },
                {
                    "name": "Jeweler's Tools",
                    "key": "srd_jewelers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd_jewelers-tools/?format=api"
                },
                {
                    "name": "Leatherworker's Tools",
                    "key": "srd_leatherworkers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd_leatherworkers-tools/?format=api"
                },
                {
                    "name": "Mason's Tools",
                    "key": "srd_masons-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd_masons-tools/?format=api"
                },
                {
                    "name": "Painter's Supplies",
                    "key": "srd_painters-supplies",
                    "url": "https://api-beta.open5e.com/v2/items/srd_painters-supplies/?format=api"
                },
                {
                    "name": "Potter's tools",
                    "key": "srd_potters-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd_potters-tools/?format=api"
                },
                {
                    "name": "Smith's tools",
                    "key": "srd_smiths-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd_smiths-tools/?format=api"
                },
                {
                    "name": "Tinker's tools",
                    "key": "srd_tinkers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd_tinkers-tools/?format=api"
                },
                {
                    "name": "Weaver's tools",
                    "key": "srd_weavers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd_weavers-tools/?format=api"
                },
                {
                    "name": "Woodcarver's tools",
                    "key": "srd_woodcarvers-tools",
                    "url": "https://api-beta.open5e.com/v2/items/srd_woodcarvers-tools/?format=api"
                }
            ],
            "name": "Artisan's tools",
            "desc": "These special tools include the items needed to pursue a craft or trade. The table shows examples of the most common types of tools, each providing items related to a single craft. Proficiency with a set of artisan’s tools lets you add your proficiency bonus to any ability checks you make using the tools in your craft. Each type of artisan’s tools requires a separate proficiency.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/burglars-pack/?format=api",
            "key": "burglars-pack",
            "items": [
                {
                    "name": "Backpack",
                    "key": "srd_backpack",
                    "url": "https://api-beta.open5e.com/v2/items/srd_backpack/?format=api"
                },
                {
                    "name": "Ball Bearings (bag of 1000)",
                    "key": "srd_ball-bearings-bag-of-1000",
                    "url": "https://api-beta.open5e.com/v2/items/srd_ball-bearings-bag-of-1000/?format=api"
                },
                {
                    "name": "Candle",
                    "key": "srd_candle",
                    "url": "https://api-beta.open5e.com/v2/items/srd_candle/?format=api"
                },
                {
                    "name": "Crowbar",
                    "key": "srd_crowbar",
                    "url": "https://api-beta.open5e.com/v2/items/srd_crowbar/?format=api"
                },
                {
                    "name": "Hammer",
                    "key": "srd_hammer",
                    "url": "https://api-beta.open5e.com/v2/items/srd_hammer/?format=api"
                },
                {
                    "name": "Lamp oil (flask)",
                    "key": "srd_lamp-oil-flask",
                    "url": "https://api-beta.open5e.com/v2/items/srd_lamp-oil-flask/?format=api"
                },
                {
                    "name": "Lantern, Hooded",
                    "key": "srd_lantern-hooded",
                    "url": "https://api-beta.open5e.com/v2/items/srd_lantern-hooded/?format=api"
                },
                {
                    "name": "Rations (1 day)",
                    "key": "srd_rations-1-day",
                    "url": "https://api-beta.open5e.com/v2/items/srd_rations-1-day/?format=api"
                },
                {
                    "name": "Rope, hempen (50 feet)",
                    "key": "srd_rope-hempen-50-feet",
                    "url": "https://api-beta.open5e.com/v2/items/srd_rope-hempen-50-feet/?format=api"
                },
                {
                    "name": "Tinderbox",
                    "key": "srd_tinderbox",
                    "url": "https://api-beta.open5e.com/v2/items/srd_tinderbox/?format=api"
                },
                {
                    "name": "Waterskin",
                    "key": "srd_waterskin",
                    "url": "https://api-beta.open5e.com/v2/items/srd_waterskin/?format=api"
                }
            ],
            "name": "Burglar's Pack",
            "desc": "Includes a backpack, a bag of 1,000 ball bearings, 10 feet of string, a bell, 5 candles, a crowbar, a hammer, 10 pitons, a hooded lantern, 2 flasks of oil, 5 days rations, a tinderbox, and a waterskin. The pack also has 50 feet of hempen rope strapped to the side of it.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/diplomats-pack/?format=api",
            "key": "diplomats-pack",
            "items": [
                {
                    "name": "Case, Map or Scroll",
                    "key": "srd_case-map-or-scroll",
                    "url": "https://api-beta.open5e.com/v2/items/srd_case-map-or-scroll/?format=api"
                },
                {
                    "name": "Chest",
                    "key": "srd_chest",
                    "url": "https://api-beta.open5e.com/v2/items/srd_chest/?format=api"
                },
                {
                    "name": "Clothes, fine",
                    "key": "srd_clothes-fine",
                    "url": "https://api-beta.open5e.com/v2/items/srd_clothes-fine/?format=api"
                },
                {
                    "name": "Ink (1 ounce bottle)",
                    "key": "srd_ink-1-ounce-bottle",
                    "url": "https://api-beta.open5e.com/v2/items/srd_ink-1-ounce-bottle/?format=api"
                },
                {
                    "name": "Ink pen",
                    "key": "srd_ink-pen",
                    "url": "https://api-beta.open5e.com/v2/items/srd_ink-pen/?format=api"
                },
                {
                    "name": "Lamp",
                    "key": "srd_lamp",
                    "url": "https://api-beta.open5e.com/v2/items/srd_lamp/?format=api"
                },
                {
                    "name": "Lamp oil (flask)",
                    "key": "srd_lamp-oil-flask",
                    "url": "https://api-beta.open5e.com/v2/items/srd_lamp-oil-flask/?format=api"
                },
                {
                    "name": "Paper (one sheet)",
                    "key": "srd_paper-one-sheet",
                    "url": "https://api-beta.open5e.com/v2/items/srd_paper-one-sheet/?format=api"
                },
                {
                    "name": "Perfume (vial)",
                    "key": "srd_perfume-vial",
                    "url": "https://api-beta.open5e.com/v2/items/srd_perfume-vial/?format=api"
                },
                {
                    "name": "Sealing wax",
                    "key": "srd_sealing-wax",
                    "url": "https://api-beta.open5e.com/v2/items/srd_sealing-wax/?format=api"
                },
                {
                    "name": "Soap",
                    "key": "srd_soap",
                    "url": "https://api-beta.open5e.com/v2/items/srd_soap/?format=api"
                }
            ],
            "name": "Diplomat's Pack",
            "desc": "Includes a chest, 2 cases for maps and scrolls, a set of fine clothes, a bottle of ink, an ink pen, a lamp, 2 flasks of oil, 5 sheets of paper, a vial of perfume, sealing wax, and soap.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/druidic-focuses/?format=api",
            "key": "druidic-focuses",
            "items": [
                {
                    "name": "Sprig of mistletoe",
                    "key": "srd_sprig-of-mistletoe",
                    "url": "https://api-beta.open5e.com/v2/items/srd_sprig-of-mistletoe/?format=api"
                },
                {
                    "name": "Totem",
                    "key": "srd_totem",
                    "url": "https://api-beta.open5e.com/v2/items/srd_totem/?format=api"
                },
                {
                    "name": "Wooden staff",
                    "key": "srd_wooden-staff",
                    "url": "https://api-beta.open5e.com/v2/items/srd_wooden-staff/?format=api"
                },
                {
                    "name": "Yew wand",
                    "key": "srd_yew-wand",
                    "url": "https://api-beta.open5e.com/v2/items/srd_yew-wand/?format=api"
                }
            ],
            "name": "Druidic Focuses",
            "desc": "A druidic focus might be a sprig of mistletoe or holly, a wand or scepter made of yew or another special wood, a staff drawn whole out of a living tree, or a totem object incorporating feathers, fur, bones, and teeth from sacred animals. A druid can use such an object as a spellcasting focus.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/dungeoneers-pack/?format=api",
            "key": "dungeoneers-pack",
            "items": [
                {
                    "name": "Backpack",
                    "key": "srd_backpack",
                    "url": "https://api-beta.open5e.com/v2/items/srd_backpack/?format=api"
                },
                {
                    "name": "Crowbar",
                    "key": "srd_crowbar",
                    "url": "https://api-beta.open5e.com/v2/items/srd_crowbar/?format=api"
                },
                {
                    "name": "Hammer",
                    "key": "srd_hammer",
                    "url": "https://api-beta.open5e.com/v2/items/srd_hammer/?format=api"
                },
                {
                    "name": "Piton",
                    "key": "srd_piton",
                    "url": "https://api-beta.open5e.com/v2/items/srd_piton/?format=api"
                },
                {
                    "name": "Rations (1 day)",
                    "key": "srd_rations-1-day",
                    "url": "https://api-beta.open5e.com/v2/items/srd_rations-1-day/?format=api"
                },
                {
                    "name": "Rope, hempen (50 feet)",
                    "key": "srd_rope-hempen-50-feet",
                    "url": "https://api-beta.open5e.com/v2/items/srd_rope-hempen-50-feet/?format=api"
                },
                {
                    "name": "Tinderbox",
                    "key": "srd_tinderbox",
                    "url": "https://api-beta.open5e.com/v2/items/srd_tinderbox/?format=api"
                },
                {
                    "name": "Torch",
                    "key": "srd_torch",
                    "url": "https://api-beta.open5e.com/v2/items/srd_torch/?format=api"
                },
                {
                    "name": "Waterskin",
                    "key": "srd_waterskin",
                    "url": "https://api-beta.open5e.com/v2/items/srd_waterskin/?format=api"
                }
            ],
            "name": "Dungeoneer's Pack",
            "desc": "Includes a backpack, a crowbar, a hammer, 10 pitons, 10 torches, a tinderbox, 10 days of rations, and a waterskin. The pack also has 50 feet of hempen rope strapped to the side of it.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/entertainers-pack/?format=api",
            "key": "entertainers-pack",
            "items": [
                {
                    "name": "Backpack",
                    "key": "srd_backpack",
                    "url": "https://api-beta.open5e.com/v2/items/srd_backpack/?format=api"
                },
                {
                    "name": "Bedroll",
                    "key": "srd_bedroll",
                    "url": "https://api-beta.open5e.com/v2/items/srd_bedroll/?format=api"
                },
                {
                    "name": "Candle",
                    "key": "srd_candle",
                    "url": "https://api-beta.open5e.com/v2/items/srd_candle/?format=api"
                },
                {
                    "name": "Clothes, costume",
                    "key": "srd_clothes-costume",
                    "url": "https://api-beta.open5e.com/v2/items/srd_clothes-costume/?format=api"
                },
                {
                    "name": "Disguise kit",
                    "key": "srd_disguise-kit",
                    "url": "https://api-beta.open5e.com/v2/items/srd_disguise-kit/?format=api"
                },
                {
                    "name": "Rations (1 day)",
                    "key": "srd_rations-1-day",
                    "url": "https://api-beta.open5e.com/v2/items/srd_rations-1-day/?format=api"
                },
                {
                    "name": "Waterskin",
                    "key": "srd_waterskin",
                    "url": "https://api-beta.open5e.com/v2/items/srd_waterskin/?format=api"
                }
            ],
            "name": "Entertainer's Pack",
            "desc": "Includes a backpack, a bedroll, 2 costumes, 5 candles, 5 days of rations, a waterskin, and a disguise kit.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/explorers-pack/?format=api",
            "key": "explorers-pack",
            "items": [
                {
                    "name": "Backpack",
                    "key": "srd_backpack",
                    "url": "https://api-beta.open5e.com/v2/items/srd_backpack/?format=api"
                },
                {
                    "name": "Bedroll",
                    "key": "srd_bedroll",
                    "url": "https://api-beta.open5e.com/v2/items/srd_bedroll/?format=api"
                },
                {
                    "name": "Mess Kit",
                    "key": "srd_mess-kit",
                    "url": "https://api-beta.open5e.com/v2/items/srd_mess-kit/?format=api"
                },
                {
                    "name": "Rations (1 day)",
                    "key": "srd_rations-1-day",
                    "url": "https://api-beta.open5e.com/v2/items/srd_rations-1-day/?format=api"
                },
                {
                    "name": "Rope, hempen (50 feet)",
                    "key": "srd_rope-hempen-50-feet",
                    "url": "https://api-beta.open5e.com/v2/items/srd_rope-hempen-50-feet/?format=api"
                },
                {
                    "name": "Tinderbox",
                    "key": "srd_tinderbox",
                    "url": "https://api-beta.open5e.com/v2/items/srd_tinderbox/?format=api"
                },
                {
                    "name": "Torch",
                    "key": "srd_torch",
                    "url": "https://api-beta.open5e.com/v2/items/srd_torch/?format=api"
                },
                {
                    "name": "Waterskin",
                    "key": "srd_waterskin",
                    "url": "https://api-beta.open5e.com/v2/items/srd_waterskin/?format=api"
                }
            ],
            "name": "Explorer's Pack",
            "desc": "Includes a backpack, a bedroll, a mess kit, a tinderbox, 10 torches, 10 days of rations, and a waterskin. The pack also has 50 feet of hempen rope strapped to the side of it.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/gaming-sets/?format=api",
            "key": "gaming-sets",
            "items": [
                {
                    "name": "Dice set",
                    "key": "srd_dice-set",
                    "url": "https://api-beta.open5e.com/v2/items/srd_dice-set/?format=api"
                },
                {
                    "name": "Playing card set",
                    "key": "srd_playing-card-set",
                    "url": "https://api-beta.open5e.com/v2/items/srd_playing-card-set/?format=api"
                }
            ],
            "name": "Gaming set",
            "desc": "This item encompasses a wide range of game pieces, including dice and decks of cards (for games such as Three-­‐‑Dragon Ante). A few common examples appear on the Tools table, but other kinds of gaming sets exist. If you are proficient with a gaming set, you can add your proficiency bonus to ability checks you make to play a game with that set. Each type of gaming set requires a separate proficiency.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/heavy-armor/?format=api",
            "key": "heavy-armor",
            "items": [
                {
                    "name": "Chain mail",
                    "key": "srd_chain-mail",
                    "url": "https://api-beta.open5e.com/v2/items/srd_chain-mail/?format=api"
                },
                {
                    "name": "Plate Armor",
                    "key": "srd_plate-armor",
                    "url": "https://api-beta.open5e.com/v2/items/srd_plate-armor/?format=api"
                },
                {
                    "name": "Ring mail",
                    "key": "srd_ring-mail",
                    "url": "https://api-beta.open5e.com/v2/items/srd_ring-mail/?format=api"
                },
                {
                    "name": "Splint Armor",
                    "key": "srd_splint-armor",
                    "url": "https://api-beta.open5e.com/v2/items/srd_splint-armor/?format=api"
                }
            ],
            "name": "Heavy Armor",
            "desc": "Of all the armor categories, heavy armor offers the best protection. These suits of armor cover the entire body and are designed to stop a wide range of attacks. Only proficient warriors can manage their weight and bulk.\r\n\r\nHeavy armor doesn't let you add your Dexterity modifier to your Armor Class, but it also doesn't penalize you if your Dexterity modifier is negative.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/holy-symbols/?format=api",
            "key": "holy-symbols",
            "items": [
                {
                    "name": "Amulet",
                    "key": "srd_amulet",
                    "url": "https://api-beta.open5e.com/v2/items/srd_amulet/?format=api"
                },
                {
                    "name": "Emblem",
                    "key": "srd_emblem",
                    "url": "https://api-beta.open5e.com/v2/items/srd_emblem/?format=api"
                },
                {
                    "name": "Reliquary",
                    "key": "srd_reliquary",
                    "url": "https://api-beta.open5e.com/v2/items/srd_reliquary/?format=api"
                }
            ],
            "name": "Holy Symbols",
            "desc": "A holy symbol is a representation of a god or pantheon. It might be an amulet depicting a symbol representing a deity, the same symbol carefully engraved or inlaid as an emblem on a shield, or a tiny box holding a fragment of a sacred relic. Appendix PH-­‐‑B \"Fantasy-­‐‑Historical Pantheons\" lists the symbols commonly associated with many gods in the multiverse. A cleric or paladin can use a holy symbol as a spellcasting focus. To use the symbol in this way, the caster must hold it in hand, wear it visibly, or bear it on a shield.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/light-armor/?format=api",
            "key": "light-armor",
            "items": [
                {
                    "name": "Leather Armor",
                    "key": "srd_leather-armor",
                    "url": "https://api-beta.open5e.com/v2/items/srd_leather-armor/?format=api"
                },
                {
                    "name": "Padded Armor",
                    "key": "srd_padded-armor",
                    "url": "https://api-beta.open5e.com/v2/items/srd_padded-armor/?format=api"
                },
                {
                    "name": "Studded Leather Armor",
                    "key": "srd_studded-leather-armor",
                    "url": "https://api-beta.open5e.com/v2/items/srd_studded-leather-armor/?format=api"
                }
            ],
            "name": "Light Armor",
            "desc": "Made from supple and thin materials, light armor favors agile adventurers since it offers some protection without sacrificing mobility. If you wear light armor, you add your Dexterity modifier to the base number from your armor type to determine your Armor Class.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/martial-melee-weapons/?format=api",
            "key": "martial-melee-weapons",
            "items": [
                {
                    "name": "Battleaxe",
                    "key": "srd-2024_battleaxe",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_battleaxe/?format=api"
                },
                {
                    "name": "Flail",
                    "key": "srd-2024_flail",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_flail/?format=api"
                },
                {
                    "name": "Glaive",
                    "key": "srd-2024_glaive",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_glaive/?format=api"
                },
                {
                    "name": "Greataxe",
                    "key": "srd-2024_greataxe",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_greataxe/?format=api"
                },
                {
                    "name": "Greatsword",
                    "key": "srd-2024_greatsword",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_greatsword/?format=api"
                },
                {
                    "name": "Halberd",
                    "key": "srd-2024_halberd",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_halberd/?format=api"
                },
                {
                    "name": "Lance",
                    "key": "srd-2024_lance",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_lance/?format=api"
                },
                {
                    "name": "Longsword",
                    "key": "srd-2024_longsword",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_longsword/?format=api"
                },
                {
                    "name": "Maul",
                    "key": "srd-2024_maul",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_maul/?format=api"
                },
                {
                    "name": "Morningstar",
                    "key": "srd-2024_morningstar",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_morningstar/?format=api"
                },
                {
                    "name": "Pike",
                    "key": "srd-2024_pike",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_pike/?format=api"
                },
                {
                    "name": "Rapier",
                    "key": "srd-2024_rapier",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_rapier/?format=api"
                },
                {
                    "name": "Scimitar",
                    "key": "srd-2024_scimitar",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_scimitar/?format=api"
                },
                {
                    "name": "Shortsword",
                    "key": "srd-2024_shortsword",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_shortsword/?format=api"
                },
                {
                    "name": "War Pick",
                    "key": "srd-2024_war-pick",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_war-pick/?format=api"
                },
                {
                    "name": "Warhammer",
                    "key": "srd-2024_warhammer",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_warhammer/?format=api"
                },
                {
                    "name": "Whip",
                    "key": "srd-2024_whip",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_whip/?format=api"
                },
                {
                    "name": "Battleaxe",
                    "key": "srd_battleaxe",
                    "url": "https://api-beta.open5e.com/v2/items/srd_battleaxe/?format=api"
                },
                {
                    "name": "Flail",
                    "key": "srd_flail",
                    "url": "https://api-beta.open5e.com/v2/items/srd_flail/?format=api"
                },
                {
                    "name": "Glaive",
                    "key": "srd_glaive",
                    "url": "https://api-beta.open5e.com/v2/items/srd_glaive/?format=api"
                },
                {
                    "name": "Greataxe",
                    "key": "srd_greataxe",
                    "url": "https://api-beta.open5e.com/v2/items/srd_greataxe/?format=api"
                },
                {
                    "name": "Greatsword",
                    "key": "srd_greatsword",
                    "url": "https://api-beta.open5e.com/v2/items/srd_greatsword/?format=api"
                },
                {
                    "name": "Halberd",
                    "key": "srd_halberd",
                    "url": "https://api-beta.open5e.com/v2/items/srd_halberd/?format=api"
                },
                {
                    "name": "Lance",
                    "key": "srd_lance",
                    "url": "https://api-beta.open5e.com/v2/items/srd_lance/?format=api"
                },
                {
                    "name": "Longsword",
                    "key": "srd_longsword",
                    "url": "https://api-beta.open5e.com/v2/items/srd_longsword/?format=api"
                },
                {
                    "name": "Maul",
                    "key": "srd_maul",
                    "url": "https://api-beta.open5e.com/v2/items/srd_maul/?format=api"
                },
                {
                    "name": "Morningstar",
                    "key": "srd_morningstar",
                    "url": "https://api-beta.open5e.com/v2/items/srd_morningstar/?format=api"
                },
                {
                    "name": "Pike",
                    "key": "srd_pike",
                    "url": "https://api-beta.open5e.com/v2/items/srd_pike/?format=api"
                },
                {
                    "name": "Rapier",
                    "key": "srd_rapier",
                    "url": "https://api-beta.open5e.com/v2/items/srd_rapier/?format=api"
                },
                {
                    "name": "Scimitar",
                    "key": "srd_scimitar",
                    "url": "https://api-beta.open5e.com/v2/items/srd_scimitar/?format=api"
                },
                {
                    "name": "Shortsword",
                    "key": "srd_shortsword",
                    "url": "https://api-beta.open5e.com/v2/items/srd_shortsword/?format=api"
                },
                {
                    "name": "Trident",
                    "key": "srd_trident",
                    "url": "https://api-beta.open5e.com/v2/items/srd_trident/?format=api"
                },
                {
                    "name": "War pick",
                    "key": "srd_war-pick",
                    "url": "https://api-beta.open5e.com/v2/items/srd_war-pick/?format=api"
                },
                {
                    "name": "Warhammer",
                    "key": "srd_warhammer",
                    "url": "https://api-beta.open5e.com/v2/items/srd_warhammer/?format=api"
                },
                {
                    "name": "Whip",
                    "key": "srd_whip",
                    "url": "https://api-beta.open5e.com/v2/items/srd_whip/?format=api"
                }
            ],
            "name": "Martial Melee Weapons",
            "desc": "Martial weapons, including swords, axes, and polearms, require more specialized training to use effectively. Most warriors use martial weapons because these weapons put their fighting style and training to best use.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/martial-ranged-weapons/?format=api",
            "key": "martial-ranged-weapons",
            "items": [
                {
                    "name": "Blowgun",
                    "key": "srd-2024_blowgun",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_blowgun/?format=api"
                },
                {
                    "name": "Hand Crossbow",
                    "key": "srd-2024_hand-crossbow",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_hand-crossbow/?format=api"
                },
                {
                    "name": "Heavy Crossbow",
                    "key": "srd-2024_heavy-crossbow",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_heavy-crossbow/?format=api"
                },
                {
                    "name": "Longbow",
                    "key": "srd-2024_longbow",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_longbow/?format=api"
                },
                {
                    "name": "Musket",
                    "key": "srd-2024_musket",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_musket/?format=api"
                },
                {
                    "name": "Pistol",
                    "key": "srd-2024_pistol",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_pistol/?format=api"
                },
                {
                    "name": "Trident",
                    "key": "srd-2024_trident",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_trident/?format=api"
                },
                {
                    "name": "Blowgun",
                    "key": "srd_blowgun",
                    "url": "https://api-beta.open5e.com/v2/items/srd_blowgun/?format=api"
                },
                {
                    "name": "Crossbow, hand",
                    "key": "srd_crossbow-hand",
                    "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-hand/?format=api"
                },
                {
                    "name": "Crossbow, heavy",
                    "key": "srd_crossbow-heavy",
                    "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-heavy/?format=api"
                },
                {
                    "name": "Longbow",
                    "key": "srd_longbow",
                    "url": "https://api-beta.open5e.com/v2/items/srd_longbow/?format=api"
                },
                {
                    "name": "Net",
                    "key": "srd_net",
                    "url": "https://api-beta.open5e.com/v2/items/srd_net/?format=api"
                }
            ],
            "name": "Martial Ranged Weapons",
            "desc": "Martial weapons, including swords, axes, and polearms, require more specialized training to use effectively. Most warriors use martial weapons because these weapons put their fighting style and training to best use.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/medium-armor/?format=api",
            "key": "medium-armor",
            "items": [
                {
                    "name": "Breastplate",
                    "key": "srd-2024_breastplate",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_breastplate/?format=api"
                },
                {
                    "name": "Chain Shirt",
                    "key": "srd-2024_chain-shirt",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_chain-shirt/?format=api"
                },
                {
                    "name": "Half Plate Armor",
                    "key": "srd-2024_half-plate-armor",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_half-plate-armor/?format=api"
                },
                {
                    "name": "Hide Armor",
                    "key": "srd-2024_hide-armor",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_hide-armor/?format=api"
                },
                {
                    "name": "Scale Mail",
                    "key": "srd-2024_scale-mail",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_scale-mail/?format=api"
                },
                {
                    "name": "Breastplate",
                    "key": "srd_breastplate",
                    "url": "https://api-beta.open5e.com/v2/items/srd_breastplate/?format=api"
                },
                {
                    "name": "Chain shirt",
                    "key": "srd_chain-shirt",
                    "url": "https://api-beta.open5e.com/v2/items/srd_chain-shirt/?format=api"
                },
                {
                    "name": "Half plate",
                    "key": "srd_half-plate",
                    "url": "https://api-beta.open5e.com/v2/items/srd_half-plate/?format=api"
                },
                {
                    "name": "Hide Armor",
                    "key": "srd_hide-armor",
                    "url": "https://api-beta.open5e.com/v2/items/srd_hide-armor/?format=api"
                },
                {
                    "name": "Scale mail",
                    "key": "srd_scale-mail",
                    "url": "https://api-beta.open5e.com/v2/items/srd_scale-mail/?format=api"
                }
            ],
            "name": "Medium Armor",
            "desc": "Medium armor offers more protection than light armor, but it also impairs movement more. If you wear medium armor, you add your Dexterity modifier, to a maximum of +2, to the base number from your armor type to determine your Armor Class.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/musical-instruments/?format=api",
            "key": "musical-instruments",
            "items": [
                {
                    "name": "Bagpipes",
                    "key": "srd_bagpipes",
                    "url": "https://api-beta.open5e.com/v2/items/srd_bagpipes/?format=api"
                },
                {
                    "name": "Drum",
                    "key": "srd_drum",
                    "url": "https://api-beta.open5e.com/v2/items/srd_drum/?format=api"
                },
                {
                    "name": "Dulcimer",
                    "key": "srd_dulcimer",
                    "url": "https://api-beta.open5e.com/v2/items/srd_dulcimer/?format=api"
                },
                {
                    "name": "Flute",
                    "key": "srd_flute",
                    "url": "https://api-beta.open5e.com/v2/items/srd_flute/?format=api"
                },
                {
                    "name": "Horn",
                    "key": "srd_horn",
                    "url": "https://api-beta.open5e.com/v2/items/srd_horn/?format=api"
                },
                {
                    "name": "Lute",
                    "key": "srd_lute",
                    "url": "https://api-beta.open5e.com/v2/items/srd_lute/?format=api"
                },
                {
                    "name": "Lyre",
                    "key": "srd_lyre",
                    "url": "https://api-beta.open5e.com/v2/items/srd_lyre/?format=api"
                },
                {
                    "name": "Pan flute",
                    "key": "srd_pan-flute",
                    "url": "https://api-beta.open5e.com/v2/items/srd_pan-flute/?format=api"
                },
                {
                    "name": "Shawm",
                    "key": "srd_shawm",
                    "url": "https://api-beta.open5e.com/v2/items/srd_shawm/?format=api"
                },
                {
                    "name": "Viol",
                    "key": "srd_viol",
                    "url": "https://api-beta.open5e.com/v2/items/srd_viol/?format=api"
                }
            ],
            "name": "Musical instruments",
            "desc": "Several of the most common types of musical instruments are shown on the table as examples. If you have proficiency with a given musical instrument, you can add your proficiency bonus to any ability checks you make to play music with the instrument. A bard can use a musical instrument as a spellcasting focus. Each type of musical instrument requires a separate proficiency.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/priests-pack/?format=api",
            "key": "priests-pack",
            "items": [
                {
                    "name": "Backpack",
                    "key": "srd_backpack",
                    "url": "https://api-beta.open5e.com/v2/items/srd_backpack/?format=api"
                },
                {
                    "name": "Blanket",
                    "key": "srd_blanket",
                    "url": "https://api-beta.open5e.com/v2/items/srd_blanket/?format=api"
                },
                {
                    "name": "Candle",
                    "key": "srd_candle",
                    "url": "https://api-beta.open5e.com/v2/items/srd_candle/?format=api"
                },
                {
                    "name": "Rations (1 day)",
                    "key": "srd_rations-1-day",
                    "url": "https://api-beta.open5e.com/v2/items/srd_rations-1-day/?format=api"
                },
                {
                    "name": "Tinderbox",
                    "key": "srd_tinderbox",
                    "url": "https://api-beta.open5e.com/v2/items/srd_tinderbox/?format=api"
                },
                {
                    "name": "Waterskin",
                    "key": "srd_waterskin",
                    "url": "https://api-beta.open5e.com/v2/items/srd_waterskin/?format=api"
                }
            ],
            "name": "Priest's Pack",
            "desc": "Includes a backpack, a blanket, 10 candles, a tinderbox, an alms box, 2 blocks of incense, a censer, vestments, 2 days of rations, and a waterskin.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/scholars-pack/?format=api",
            "key": "scholars-pack",
            "items": [
                {
                    "name": "Backpack",
                    "key": "srd_backpack",
                    "url": "https://api-beta.open5e.com/v2/items/srd_backpack/?format=api"
                },
                {
                    "name": "Book",
                    "key": "srd_book",
                    "url": "https://api-beta.open5e.com/v2/items/srd_book/?format=api"
                },
                {
                    "name": "Ink (1 ounce bottle)",
                    "key": "srd_ink-1-ounce-bottle",
                    "url": "https://api-beta.open5e.com/v2/items/srd_ink-1-ounce-bottle/?format=api"
                },
                {
                    "name": "Ink pen",
                    "key": "srd_ink-pen",
                    "url": "https://api-beta.open5e.com/v2/items/srd_ink-pen/?format=api"
                },
                {
                    "name": "Parchment (one sheet)",
                    "key": "srd_parchment-one-sheet",
                    "url": "https://api-beta.open5e.com/v2/items/srd_parchment-one-sheet/?format=api"
                }
            ],
            "name": "Scholar's Pack",
            "desc": "Includes a backpack, a book of lore, a bottle of ink, an ink pen, 10 sheets of parchment, a little bag of sand, and a small knife.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/simple-melee-weapons/?format=api",
            "key": "simple-melee-weapons",
            "items": [
                {
                    "name": "Club",
                    "key": "srd-2024_club",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_club/?format=api"
                },
                {
                    "name": "Greatclub",
                    "key": "srd-2024_greatclub",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_greatclub/?format=api"
                },
                {
                    "name": "Mace",
                    "key": "srd-2024_mace",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_mace/?format=api"
                },
                {
                    "name": "Quarterstaff",
                    "key": "srd-2024_quarterstaff",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_quarterstaff/?format=api"
                },
                {
                    "name": "Sickle",
                    "key": "srd-2024_sickle",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_sickle/?format=api"
                },
                {
                    "name": "Club",
                    "key": "srd_club",
                    "url": "https://api-beta.open5e.com/v2/items/srd_club/?format=api"
                },
                {
                    "name": "Dagger",
                    "key": "srd_dagger",
                    "url": "https://api-beta.open5e.com/v2/items/srd_dagger/?format=api"
                },
                {
                    "name": "Greatclub",
                    "key": "srd_greatclub",
                    "url": "https://api-beta.open5e.com/v2/items/srd_greatclub/?format=api"
                },
                {
                    "name": "Handaxe",
                    "key": "srd_handaxe",
                    "url": "https://api-beta.open5e.com/v2/items/srd_handaxe/?format=api"
                },
                {
                    "name": "Javelin",
                    "key": "srd_javelin",
                    "url": "https://api-beta.open5e.com/v2/items/srd_javelin/?format=api"
                },
                {
                    "name": "Light hammer",
                    "key": "srd_light-hammer",
                    "url": "https://api-beta.open5e.com/v2/items/srd_light-hammer/?format=api"
                },
                {
                    "name": "Mace",
                    "key": "srd_mace",
                    "url": "https://api-beta.open5e.com/v2/items/srd_mace/?format=api"
                },
                {
                    "name": "Quarterstaff",
                    "key": "srd_quarterstaff",
                    "url": "https://api-beta.open5e.com/v2/items/srd_quarterstaff/?format=api"
                },
                {
                    "name": "Sickle",
                    "key": "srd_sickle",
                    "url": "https://api-beta.open5e.com/v2/items/srd_sickle/?format=api"
                },
                {
                    "name": "Spear",
                    "key": "srd_spear",
                    "url": "https://api-beta.open5e.com/v2/items/srd_spear/?format=api"
                }
            ],
            "name": "Simple Melee Weapons",
            "desc": "Most people can use simple weapons with proficiency. These weapons include clubs, maces, and other weapons often found in the hands of commoners.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/itemsets/simple-ranged-weapons/?format=api",
            "key": "simple-ranged-weapons",
            "items": [
                {
                    "name": "Dagger",
                    "key": "srd-2024_dagger",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_dagger/?format=api"
                },
                {
                    "name": "Dart",
                    "key": "srd-2024_dart",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_dart/?format=api"
                },
                {
                    "name": "Handaxe",
                    "key": "srd-2024_handaxe",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_handaxe/?format=api"
                },
                {
                    "name": "Javelin",
                    "key": "srd-2024_javelin",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_javelin/?format=api"
                },
                {
                    "name": "Light Crossbow",
                    "key": "srd-2024_light-crossbow",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_light-crossbow/?format=api"
                },
                {
                    "name": "Light Hammer",
                    "key": "srd-2024_light-hammer",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_light-hammer/?format=api"
                },
                {
                    "name": "Shortbow",
                    "key": "srd-2024_shortbow",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_shortbow/?format=api"
                },
                {
                    "name": "Sling",
                    "key": "srd-2024_sling",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_sling/?format=api"
                },
                {
                    "name": "Spear",
                    "key": "srd-2024_spear",
                    "url": "https://api-beta.open5e.com/v2/items/srd-2024_spear/?format=api"
                },
                {
                    "name": "Crossbow, light",
                    "key": "srd_crossbow-light",
                    "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-light/?format=api"
                },
                {
                    "name": "Dart",
                    "key": "srd_dart",
                    "url": "https://api-beta.open5e.com/v2/items/srd_dart/?format=api"
                },
                {
                    "name": "Shortbow",
                    "key": "srd_shortbow",
                    "url": "https://api-beta.open5e.com/v2/items/srd_shortbow/?format=api"
                },
                {
                    "name": "Sling",
                    "key": "srd_sling",
                    "url": "https://api-beta.open5e.com/v2/items/srd_sling/?format=api"
                }
            ],
            "name": "Simple Ranged Weapons",
            "desc": "Most people can use simple weapons with proficiency.",
            "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
        }
    ]
}