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

retrieve: API endpoint for return a particular itemset.

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

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