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

retrieve: API endpoint for return a particular itemset.

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

{
    "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"
}