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

retrieve: API endpoint for return a particular itemset.

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

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