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

retrieve: API endpoint for return a particular itemset.

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

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