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

retrieve: API endpoint for return a particular itemset.

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

{
    "url": "https://api-beta.open5e.com/v2/itemsets/medium-armor/?format=api",
    "key": "medium-armor",
    "items": [
        {
            "name": "Breastplate",
            "key": "srd-2024_breastplate",
            "url": "https://api-beta.open5e.com/v2/items/srd-2024_breastplate/?format=api"
        },
        {
            "name": "Chain Shirt",
            "key": "srd-2024_chain-shirt",
            "url": "https://api-beta.open5e.com/v2/items/srd-2024_chain-shirt/?format=api"
        },
        {
            "name": "Half Plate Armor",
            "key": "srd-2024_half-plate-armor",
            "url": "https://api-beta.open5e.com/v2/items/srd-2024_half-plate-armor/?format=api"
        },
        {
            "name": "Hide Armor",
            "key": "srd-2024_hide-armor",
            "url": "https://api-beta.open5e.com/v2/items/srd-2024_hide-armor/?format=api"
        },
        {
            "name": "Scale Mail",
            "key": "srd-2024_scale-mail",
            "url": "https://api-beta.open5e.com/v2/items/srd-2024_scale-mail/?format=api"
        },
        {
            "name": "Breastplate",
            "key": "srd_breastplate",
            "url": "https://api-beta.open5e.com/v2/items/srd_breastplate/?format=api"
        },
        {
            "name": "Chain shirt",
            "key": "srd_chain-shirt",
            "url": "https://api-beta.open5e.com/v2/items/srd_chain-shirt/?format=api"
        },
        {
            "name": "Half plate",
            "key": "srd_half-plate",
            "url": "https://api-beta.open5e.com/v2/items/srd_half-plate/?format=api"
        },
        {
            "name": "Hide Armor",
            "key": "srd_hide-armor",
            "url": "https://api-beta.open5e.com/v2/items/srd_hide-armor/?format=api"
        },
        {
            "name": "Scale mail",
            "key": "srd_scale-mail",
            "url": "https://api-beta.open5e.com/v2/items/srd_scale-mail/?format=api"
        }
    ],
    "name": "Medium Armor",
    "desc": "Medium armor offers more protection than light armor, but it also impairs movement more. If you wear medium armor, you add your Dexterity modifier, to a maximum of +2, 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"
}