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

retrieve: API endpoint for return a particular itemset.

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

{
    "url": "https://api-beta.open5e.com/v2/itemsets/holy-symbols/?format=api",
    "key": "holy-symbols",
    "items": [
        {
            "name": "Amulet",
            "key": "srd_amulet",
            "url": "https://api-beta.open5e.com/v2/items/srd_amulet/?format=api"
        },
        {
            "name": "Emblem",
            "key": "srd_emblem",
            "url": "https://api-beta.open5e.com/v2/items/srd_emblem/?format=api"
        },
        {
            "name": "Reliquary",
            "key": "srd_reliquary",
            "url": "https://api-beta.open5e.com/v2/items/srd_reliquary/?format=api"
        }
    ],
    "name": "Holy Symbols",
    "desc": "A holy symbol is a representation of a god or pantheon. It might be an amulet depicting a symbol representing a deity, the same symbol carefully engraved or inlaid as an emblem on a shield, or a tiny box holding a fragment of a sacred relic. Appendix PH-­‐‑B \"Fantasy-­‐‑Historical Pantheons\" lists the symbols commonly associated with many gods in the multiverse. A cleric or paladin can use a holy symbol as a spellcasting focus. To use the symbol in this way, the caster must hold it in hand, wear it visibly, or bear it on a shield.",
    "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
}