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

retrieve: API endpoint for return a particular itemset.

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

{
    "url": "https://api-beta.open5e.com/v2/itemsets/heavy-armor/?format=api",
    "key": "heavy-armor",
    "items": [
        {
            "name": "Chain mail",
            "key": "srd_chain-mail",
            "url": "https://api-beta.open5e.com/v2/items/srd_chain-mail/?format=api"
        },
        {
            "name": "Plate Armor",
            "key": "srd_plate-armor",
            "url": "https://api-beta.open5e.com/v2/items/srd_plate-armor/?format=api"
        },
        {
            "name": "Ring mail",
            "key": "srd_ring-mail",
            "url": "https://api-beta.open5e.com/v2/items/srd_ring-mail/?format=api"
        },
        {
            "name": "Splint Armor",
            "key": "srd_splint-armor",
            "url": "https://api-beta.open5e.com/v2/items/srd_splint-armor/?format=api"
        }
    ],
    "name": "Heavy Armor",
    "desc": "Of all the armor categories, heavy armor offers the best protection. These suits of armor cover the entire body and are designed to stop a wide range of attacks. Only proficient warriors can manage their weight and bulk.\r\n\r\nHeavy armor doesn't let you add your Dexterity modifier to your Armor Class, but it also doesn't penalize you if your Dexterity modifier is negative.",
    "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
}