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

retrieve: API endpoint for return a particular itemset.

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

{
    "url": "https://api-beta.open5e.com/v2/itemsets/simple-melee-weapons/?format=api",
    "key": "simple-melee-weapons",
    "items": [
        {
            "name": "Club",
            "key": "srd-2024_club",
            "url": "https://api-beta.open5e.com/v2/items/srd-2024_club/?format=api"
        },
        {
            "name": "Greatclub",
            "key": "srd-2024_greatclub",
            "url": "https://api-beta.open5e.com/v2/items/srd-2024_greatclub/?format=api"
        },
        {
            "name": "Mace",
            "key": "srd-2024_mace",
            "url": "https://api-beta.open5e.com/v2/items/srd-2024_mace/?format=api"
        },
        {
            "name": "Quarterstaff",
            "key": "srd-2024_quarterstaff",
            "url": "https://api-beta.open5e.com/v2/items/srd-2024_quarterstaff/?format=api"
        },
        {
            "name": "Sickle",
            "key": "srd-2024_sickle",
            "url": "https://api-beta.open5e.com/v2/items/srd-2024_sickle/?format=api"
        },
        {
            "name": "Club",
            "key": "srd_club",
            "url": "https://api-beta.open5e.com/v2/items/srd_club/?format=api"
        },
        {
            "name": "Dagger",
            "key": "srd_dagger",
            "url": "https://api-beta.open5e.com/v2/items/srd_dagger/?format=api"
        },
        {
            "name": "Greatclub",
            "key": "srd_greatclub",
            "url": "https://api-beta.open5e.com/v2/items/srd_greatclub/?format=api"
        },
        {
            "name": "Handaxe",
            "key": "srd_handaxe",
            "url": "https://api-beta.open5e.com/v2/items/srd_handaxe/?format=api"
        },
        {
            "name": "Javelin",
            "key": "srd_javelin",
            "url": "https://api-beta.open5e.com/v2/items/srd_javelin/?format=api"
        },
        {
            "name": "Light hammer",
            "key": "srd_light-hammer",
            "url": "https://api-beta.open5e.com/v2/items/srd_light-hammer/?format=api"
        },
        {
            "name": "Mace",
            "key": "srd_mace",
            "url": "https://api-beta.open5e.com/v2/items/srd_mace/?format=api"
        },
        {
            "name": "Quarterstaff",
            "key": "srd_quarterstaff",
            "url": "https://api-beta.open5e.com/v2/items/srd_quarterstaff/?format=api"
        },
        {
            "name": "Sickle",
            "key": "srd_sickle",
            "url": "https://api-beta.open5e.com/v2/items/srd_sickle/?format=api"
        },
        {
            "name": "Spear",
            "key": "srd_spear",
            "url": "https://api-beta.open5e.com/v2/items/srd_spear/?format=api"
        }
    ],
    "name": "Simple Melee Weapons",
    "desc": "Most people can use simple weapons with proficiency. These weapons include clubs, maces, and other weapons often found in the hands of commoners.",
    "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
}