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

retrieve: API endpoint for return a particular itemset.

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

{
    "url": "https://api-beta.open5e.com/v2/itemsets/light-armor/?format=api",
    "key": "light-armor",
    "items": [
        {
            "name": "Leather Armor",
            "key": "srd_leather-armor",
            "url": "https://api-beta.open5e.com/v2/items/srd_leather-armor/?format=api"
        },
        {
            "name": "Padded Armor",
            "key": "srd_padded-armor",
            "url": "https://api-beta.open5e.com/v2/items/srd_padded-armor/?format=api"
        },
        {
            "name": "Studded Leather Armor",
            "key": "srd_studded-leather-armor",
            "url": "https://api-beta.open5e.com/v2/items/srd_studded-leather-armor/?format=api"
        }
    ],
    "name": "Light Armor",
    "desc": "Made from supple and thin materials, light armor favors agile adventurers since it offers some protection without sacrificing mobility. If you wear light armor, you add your Dexterity modifier to the base number from your armor type to determine your Armor Class.",
    "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
}