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

retrieve: API endpoint for return a particular itemset.

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

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