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

retrieve: API endpoint for return a particular itemset.

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

{
    "url": "https://api-beta.open5e.com/v2/itemsets/musical-instruments/?format=api",
    "key": "musical-instruments",
    "items": [
        {
            "name": "Bagpipes",
            "key": "srd_bagpipes",
            "url": "https://api-beta.open5e.com/v2/items/srd_bagpipes/?format=api"
        },
        {
            "name": "Drum",
            "key": "srd_drum",
            "url": "https://api-beta.open5e.com/v2/items/srd_drum/?format=api"
        },
        {
            "name": "Dulcimer",
            "key": "srd_dulcimer",
            "url": "https://api-beta.open5e.com/v2/items/srd_dulcimer/?format=api"
        },
        {
            "name": "Flute",
            "key": "srd_flute",
            "url": "https://api-beta.open5e.com/v2/items/srd_flute/?format=api"
        },
        {
            "name": "Horn",
            "key": "srd_horn",
            "url": "https://api-beta.open5e.com/v2/items/srd_horn/?format=api"
        },
        {
            "name": "Lute",
            "key": "srd_lute",
            "url": "https://api-beta.open5e.com/v2/items/srd_lute/?format=api"
        },
        {
            "name": "Lyre",
            "key": "srd_lyre",
            "url": "https://api-beta.open5e.com/v2/items/srd_lyre/?format=api"
        },
        {
            "name": "Pan flute",
            "key": "srd_pan-flute",
            "url": "https://api-beta.open5e.com/v2/items/srd_pan-flute/?format=api"
        },
        {
            "name": "Shawm",
            "key": "srd_shawm",
            "url": "https://api-beta.open5e.com/v2/items/srd_shawm/?format=api"
        },
        {
            "name": "Viol",
            "key": "srd_viol",
            "url": "https://api-beta.open5e.com/v2/items/srd_viol/?format=api"
        }
    ],
    "name": "Musical instruments",
    "desc": "Several of the most common types of musical instruments are shown on the table as examples. If you have proficiency with a given musical instrument, you can add your proficiency bonus to any ability checks you make to play music with the instrument. A bard can use a musical instrument as a spellcasting focus. Each type of musical instrument requires a separate proficiency.",
    "document": "https://api-beta.open5e.com/v2/documents/srd-2014/?format=api"
}