list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

GET /v2/items/?format=api&ordering=cost
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2231,
    "next": "https://api-beta.open5e.com/v2/items/?format=api&ordering=cost&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_adamantine-armor-breastplate/?format=api",
            "key": "srd_adamantine-armor-breastplate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Breastplate",
                "key": "srd_breastplate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_breastplate/?format=api",
                "category": "medium",
                "ac_base": 14,
                "ac_display": "14 + Dex modifier (max 2)",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": 2,
                "grants_stealth_disadvantage": false,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Adamantine Armor (Breastplate)",
            "desc": "This suit of armor is reinforced with adamantine, one of the hardest substances in existence. While you're wearing it, any critical hit against you becomes a normal hit.",
            "cost": null,
            "weight": "20.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_adamantine-armor-chain-mail/?format=api",
            "key": "srd_adamantine-armor-chain-mail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Chain mail",
                "key": "srd_chain-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_chain-mail/?format=api",
                "category": "heavy",
                "ac_base": 16,
                "ac_display": "16",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 13
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Adamantine Armor (Chain-Mail)",
            "desc": "This suit of armor is reinforced with adamantine, one of the hardest substances in existence. While you're wearing it, any critical hit against you becomes a normal hit.",
            "cost": null,
            "weight": "55.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_adamantine-armor-chain-shirt/?format=api",
            "key": "srd_adamantine-armor-chain-shirt",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Chain shirt",
                "key": "srd_chain-shirt",
                "url": "https://api-beta.open5e.com/v2/armor/srd_chain-shirt/?format=api",
                "category": "medium",
                "ac_base": 13,
                "ac_display": "13 + Dex modifier (max 2)",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": 2,
                "grants_stealth_disadvantage": false,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Adamantine Armor (Chain-Shirt)",
            "desc": "This suit of armor is reinforced with adamantine, one of the hardest substances in existence. While you're wearing it, any critical hit against you becomes a normal hit.",
            "cost": null,
            "weight": "20.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_adamantine-armor-half-plate/?format=api",
            "key": "srd_adamantine-armor-half-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Half plate",
                "key": "srd_half-plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_half-plate/?format=api",
                "category": "medium",
                "ac_base": 15,
                "ac_display": "15 + Dex modifier (max 2)",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": 2,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Adamantine Armor (Half-Plate)",
            "desc": "This suit of armor is reinforced with adamantine, one of the hardest substances in existence. While you're wearing it, any critical hit against you becomes a normal hit.",
            "cost": null,
            "weight": "40.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_adamantine-armor-hide/?format=api",
            "key": "srd_adamantine-armor-hide",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Hide",
                "key": "srd_hide",
                "url": "https://api-beta.open5e.com/v2/armor/srd_hide/?format=api",
                "category": "medium",
                "ac_base": 12,
                "ac_display": "12 + Dex modifier (max 2)",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": 2,
                "grants_stealth_disadvantage": false,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Adamantine Armor (Hide)",
            "desc": "This suit of armor is reinforced with adamantine, one of the hardest substances in existence. While you're wearing it, any critical hit against you becomes a normal hit.",
            "cost": null,
            "weight": "12.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_adamantine-armor-plate/?format=api",
            "key": "srd_adamantine-armor-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Adamantine Armor (Plate)",
            "desc": "This suit of armor is reinforced with adamantine, one of the hardest substances in existence. While you're wearing it, any critical hit against you becomes a normal hit.",
            "cost": null,
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_adamantine-armor-ring-mail/?format=api",
            "key": "srd_adamantine-armor-ring-mail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Ring mail",
                "key": "srd_ring-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_ring-mail/?format=api",
                "category": "heavy",
                "ac_base": 14,
                "ac_display": "14",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Adamantine Armor (Ring-Mail)",
            "desc": "This suit of armor is reinforced with adamantine, one of the hardest substances in existence. While you're wearing it, any critical hit against you becomes a normal hit.",
            "cost": null,
            "weight": "40.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_adamantine-armor-scale-mail/?format=api",
            "key": "srd_adamantine-armor-scale-mail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Scale mail",
                "key": "srd_scale-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_scale-mail/?format=api",
                "category": "medium",
                "ac_base": 14,
                "ac_display": "14 + Dex modifier (max 2)",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": 2,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Adamantine Armor (Scale-Mail)",
            "desc": "This suit of armor is reinforced with adamantine, one of the hardest substances in existence. While you're wearing it, any critical hit against you becomes a normal hit.",
            "cost": null,
            "weight": "45.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_adamantine-armor-splint/?format=api",
            "key": "srd_adamantine-armor-splint",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Splint",
                "key": "srd_splint",
                "url": "https://api-beta.open5e.com/v2/armor/srd_splint/?format=api",
                "category": "heavy",
                "ac_base": 17,
                "ac_display": "17",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Adamantine Armor (Splint)",
            "desc": "This suit of armor is reinforced with adamantine, one of the hardest substances in existence. While you're wearing it, any critical hit against you becomes a normal hit.",
            "cost": null,
            "weight": "60.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_animated-shield/?format=api",
            "key": "srd_animated-shield",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Shield",
                "key": "shield",
                "url": "https://api-beta.open5e.com/v2/itemcategories/shield/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Animated Shield",
            "desc": "While holding this shield, you can speak its command word as a bonus action to cause it to animate. The shield leaps into the air and hovers in your space to protect you as if you were wielding it, leaving your hands free. The shield remains animated for 1 minute, until you use a bonus action to end this effect, or until you are incapacitated or die, at which point the shield falls to the ground or into your hand if you have one free.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_armor-of-invulnerability/?format=api",
            "key": "srd_armor-of-invulnerability",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Legendary",
                "url": "https://api-beta.open5e.com/v2/itemrarities/legendary/?format=api",
                "key": "legendary",
                "rank": 5
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Armor of Invulnerability",
            "desc": "You have resistance to nonmagical damage while you wear this armor. Additionally, you can use an action to make yourself immune to nonmagical damage for 10 minutes or until you are no longer wearing the armor. Once this special action is used, it can't be used again until the next dawn.",
            "cost": null,
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_armor-of-resistance-leather/?format=api",
            "key": "srd_armor-of-resistance-leather",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Leather",
                "key": "srd_leather",
                "url": "https://api-beta.open5e.com/v2/armor/srd_leather/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": false,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Armor of Resistance (Leather)",
            "desc": "You have resistance to one type of damage while you wear this armor. The GM chooses the type or determines it randomly from the options below.\n\n| d10 | Damage Type |\n|-----|-------------|\n| 1   | Acid        |\n| 2   | Cold        |\n| 3   | Fire        |\n| 4   | Force       |\n| 5   | Lightning   |\n| 6   | Necrotic    |\n| 7   | Poison      |\n| 8   | Psychic     |\n| 9   | Radiant     |\n| 10  | Thunder     |",
            "cost": null,
            "weight": "10.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_armor-of-resistance-padded/?format=api",
            "key": "srd_armor-of-resistance-padded",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Padded",
                "key": "srd_padded",
                "url": "https://api-beta.open5e.com/v2/armor/srd_padded/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Armor of Resistance (Padded)",
            "desc": "You have resistance to one type of damage while you wear this armor. The GM chooses the type or determines it randomly from the options below.\n\n| d10 | Damage Type |\n|-----|-------------|\n| 1   | Acid        |\n| 2   | Cold        |\n| 3   | Fire        |\n| 4   | Force       |\n| 5   | Lightning   |\n| 6   | Necrotic    |\n| 7   | Poison      |\n| 8   | Psychic     |\n| 9   | Radiant     |\n| 10  | Thunder     |",
            "cost": null,
            "weight": "8.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_armor-of-resistance-studded-leather/?format=api",
            "key": "srd_armor-of-resistance-studded-leather",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Studded leather",
                "key": "srd_studded-leather",
                "url": "https://api-beta.open5e.com/v2/armor/srd_studded-leather/?format=api",
                "category": "light",
                "ac_base": 12,
                "ac_display": "12 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": false,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Armor of Resistance (Studded-Leather)",
            "desc": "You have resistance to one type of damage while you wear this armor. The GM chooses the type or determines it randomly from the options below.\n\n| d10 | Damage Type |\n|-----|-------------|\n| 1   | Acid        |\n| 2   | Cold        |\n| 3   | Fire        |\n| 4   | Force       |\n| 5   | Lightning   |\n| 6   | Necrotic    |\n| 7   | Poison      |\n| 8   | Psychic     |\n| 9   | Radiant     |\n| 10  | Thunder     |",
            "cost": null,
            "weight": "13.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_armor-of-vulnerability/?format=api",
            "key": "srd_armor-of-vulnerability",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Armor of Vulnerability",
            "desc": "While wearing this armor, you have resistance to one of the following damage types: bludgeoning, piercing, or slashing. The GM chooses the type or determines it randomly.\n\n**_Curse_**. This armor is cursed, a fact that is revealed only when an _identify_ spell is cast on the armor or you attune to it. Attuning to the armor curses you until you are targeted by the _remove curse_ spell or similar magic; removing the armor fails to end the curse. While cursed, you have vulnerability to two of the three damage types associated with the armor (not the one to which it grants resistance).",
            "cost": null,
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_arrow-catching-shield/?format=api",
            "key": "srd_arrow-catching-shield",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Shield",
                "key": "shield",
                "url": "https://api-beta.open5e.com/v2/itemcategories/shield/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Arrow-Catching Shield",
            "desc": "You gain a +2 bonus to AC against ranged attacks while you wield this shield. This bonus is in addition to the shield's normal bonus to AC. In addition, whenever an attacker makes a ranged attack against a target within 5 feet of you, you can use your reaction to become the target of the attack instead.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_battleaxe-1/?format=api",
            "key": "srd_battleaxe-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Battleaxe",
                "key": "srd_battleaxe",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_battleaxe/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                },
                "damage_dice": "1d8",
                "properties": [
                    {
                        "property": {
                            "name": "Versatile",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                        },
                        "detail": "1d10"
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Battleaxe (+1)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_battleaxe-2/?format=api",
            "key": "srd_battleaxe-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Battleaxe",
                "key": "srd_battleaxe",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_battleaxe/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                },
                "damage_dice": "1d8",
                "properties": [
                    {
                        "property": {
                            "name": "Versatile",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                        },
                        "detail": "1d10"
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Battleaxe (+2)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_battleaxe-3/?format=api",
            "key": "srd_battleaxe-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Battleaxe",
                "key": "srd_battleaxe",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_battleaxe/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                },
                "damage_dice": "1d8",
                "properties": [
                    {
                        "property": {
                            "name": "Versatile",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                        },
                        "detail": "1d10"
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Battleaxe (+3)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_blowgun-1/?format=api",
            "key": "srd_blowgun-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Blowgun",
                "key": "srd_blowgun",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_blowgun/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1",
                "properties": [
                    {
                        "property": {
                            "name": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 25/100"
                    },
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Blowgun (+1)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_blowgun-2/?format=api",
            "key": "srd_blowgun-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Blowgun",
                "key": "srd_blowgun",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_blowgun/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1",
                "properties": [
                    {
                        "property": {
                            "name": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 25/100"
                    },
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Blowgun (+2)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_blowgun-3/?format=api",
            "key": "srd_blowgun-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Blowgun",
                "key": "srd_blowgun",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_blowgun/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1",
                "properties": [
                    {
                        "property": {
                            "name": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 25/100"
                    },
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Blowgun (+3)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_club-1/?format=api",
            "key": "srd_club-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Club",
                "key": "srd_club",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_club/?format=api",
                "damage_type": {
                    "name": "Bludgeoning",
                    "key": "bludgeoning",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Club (+1)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_club-2/?format=api",
            "key": "srd_club-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Club",
                "key": "srd_club",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_club/?format=api",
                "damage_type": {
                    "name": "Bludgeoning",
                    "key": "bludgeoning",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Club (+2)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_club-3/?format=api",
            "key": "srd_club-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Club",
                "key": "srd_club",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_club/?format=api",
                "damage_type": {
                    "name": "Bludgeoning",
                    "key": "bludgeoning",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Club (+3)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-hand-1/?format=api",
            "key": "srd_crossbow-hand-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Crossbow, hand",
                "key": "srd_crossbow-hand",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_crossbow-hand/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d6",
                "properties": [
                    {
                        "property": {
                            "name": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 30/120"
                    },
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Crossbow-Hand (+1)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-hand-2/?format=api",
            "key": "srd_crossbow-hand-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Crossbow, hand",
                "key": "srd_crossbow-hand",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_crossbow-hand/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d6",
                "properties": [
                    {
                        "property": {
                            "name": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 30/120"
                    },
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Crossbow-Hand (+2)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-hand-3/?format=api",
            "key": "srd_crossbow-hand-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Crossbow, hand",
                "key": "srd_crossbow-hand",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_crossbow-hand/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d6",
                "properties": [
                    {
                        "property": {
                            "name": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 30/120"
                    },
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Crossbow-Hand (+3)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-heavy-1/?format=api",
            "key": "srd_crossbow-heavy-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Crossbow, heavy",
                "key": "srd_crossbow-heavy",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_crossbow-heavy/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d10",
                "properties": [
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Two-Handed",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_two-handed-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Crossbow-Heavy (+1)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-heavy-2/?format=api",
            "key": "srd_crossbow-heavy-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Crossbow, heavy",
                "key": "srd_crossbow-heavy",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_crossbow-heavy/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d10",
                "properties": [
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Two-Handed",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_two-handed-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Crossbow-Heavy (+2)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-heavy-3/?format=api",
            "key": "srd_crossbow-heavy-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Crossbow, heavy",
                "key": "srd_crossbow-heavy",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_crossbow-heavy/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d10",
                "properties": [
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Two-Handed",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_two-handed-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Crossbow-Heavy (+3)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-light-1/?format=api",
            "key": "srd_crossbow-light-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Crossbow, light",
                "key": "srd_crossbow-light",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_crossbow-light/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d8",
                "properties": [
                    {
                        "property": {
                            "name": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 80/320"
                    },
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Crossbow-Light (+1)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-light-2/?format=api",
            "key": "srd_crossbow-light-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Crossbow, light",
                "key": "srd_crossbow-light",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_crossbow-light/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d8",
                "properties": [
                    {
                        "property": {
                            "name": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 80/320"
                    },
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Crossbow-Light (+2)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-light-3/?format=api",
            "key": "srd_crossbow-light-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Crossbow, light",
                "key": "srd_crossbow-light",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_crossbow-light/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d8",
                "properties": [
                    {
                        "property": {
                            "name": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 80/320"
                    },
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Crossbow-Light (+3)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_dagger-1/?format=api",
            "key": "srd_dagger-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Dagger",
                "key": "srd_dagger",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_dagger/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Finesse",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Thrown",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                        },
                        "detail": "range 20/60"
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Dagger (+1)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_dagger-2/?format=api",
            "key": "srd_dagger-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Dagger",
                "key": "srd_dagger",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_dagger/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Finesse",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Thrown",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                        },
                        "detail": "range 20/60"
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Dagger (+2)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_dagger-3/?format=api",
            "key": "srd_dagger-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Dagger",
                "key": "srd_dagger",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_dagger/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Finesse",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Thrown",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                        },
                        "detail": "range 20/60"
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Dagger (+3)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_dagger-of-venom/?format=api",
            "key": "srd_dagger-of-venom",
            "is_magic_item": true,
            "weapon": {
                "name": "Dagger",
                "key": "srd_dagger",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_dagger/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Finesse",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Thrown",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                        },
                        "detail": "range 20/60"
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Dagger of Venom",
            "desc": "You gain a +1 bonus to attack and damage rolls made with this magic weapon.\n\nYou can use an action to cause thick, black poison to coat the blade. The poison remains for 1 minute or until an attack using this weapon hits a creature. That creature must succeed on a DC 15 Constitution saving throw or take 2d10 poison damage and become poisoned for 1 minute. The dagger can't be used this way again until the next dawn.",
            "cost": null,
            "weight": "1.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_dancing-sword-greatsword/?format=api",
            "key": "srd_dancing-sword-greatsword",
            "is_magic_item": true,
            "weapon": {
                "name": "Greatsword",
                "key": "srd_greatsword",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_greatsword/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                },
                "damage_dice": "2d6",
                "properties": [
                    {
                        "property": {
                            "name": "Two-Handed",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_two-handed-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Dancing Sword (Greatsword)",
            "desc": "You can use a bonus action to toss this magic sword into the air and speak the command word. When you do so, the sword begins to hover, flies up to 30 feet, and attacks one creature of your choice within 5 feet of it. The sword uses your attack roll and ability score modifier to damage rolls.\n\nWhile the sword hovers, you can use a bonus action to cause it to fly up to 30 feet to another spot within 30 feet of you. As part of the same bonus action, you can cause the sword to attack one creature within 5 feet of it.\n\nAfter the hovering sword attacks for the fourth time, it flies up to 30 feet and tries to return to your hand. If you have no hand free, it falls to the ground at your feet. If the sword has no unobstructed path to you, it moves as close to you as it can and then falls to the ground. It also ceases to hover if you grasp it or move more than 30 feet away from it.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_dancing-sword-longsword/?format=api",
            "key": "srd_dancing-sword-longsword",
            "is_magic_item": true,
            "weapon": {
                "name": "Longsword",
                "key": "srd_longsword",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_longsword/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                },
                "damage_dice": "1d8",
                "properties": [
                    {
                        "property": {
                            "name": "Versatile",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                        },
                        "detail": "1d10"
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Dancing Sword (Longsword)",
            "desc": "You can use a bonus action to toss this magic sword into the air and speak the command word. When you do so, the sword begins to hover, flies up to 30 feet, and attacks one creature of your choice within 5 feet of it. The sword uses your attack roll and ability score modifier to damage rolls.\n\nWhile the sword hovers, you can use a bonus action to cause it to fly up to 30 feet to another spot within 30 feet of you. As part of the same bonus action, you can cause the sword to attack one creature within 5 feet of it.\n\nAfter the hovering sword attacks for the fourth time, it flies up to 30 feet and tries to return to your hand. If you have no hand free, it falls to the ground at your feet. If the sword has no unobstructed path to you, it moves as close to you as it can and then falls to the ground. It also ceases to hover if you grasp it or move more than 30 feet away from it.",
            "cost": null,
            "weight": "3.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_dancing-sword-rapier/?format=api",
            "key": "srd_dancing-sword-rapier",
            "is_magic_item": true,
            "weapon": {
                "name": "Rapier",
                "key": "srd_rapier",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_rapier/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d8",
                "properties": [
                    {
                        "property": {
                            "name": "Finesse",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Dancing Sword (Rapier)",
            "desc": "You can use a bonus action to toss this magic sword into the air and speak the command word. When you do so, the sword begins to hover, flies up to 30 feet, and attacks one creature of your choice within 5 feet of it. The sword uses your attack roll and ability score modifier to damage rolls.\n\nWhile the sword hovers, you can use a bonus action to cause it to fly up to 30 feet to another spot within 30 feet of you. As part of the same bonus action, you can cause the sword to attack one creature within 5 feet of it.\n\nAfter the hovering sword attacks for the fourth time, it flies up to 30 feet and tries to return to your hand. If you have no hand free, it falls to the ground at your feet. If the sword has no unobstructed path to you, it moves as close to you as it can and then falls to the ground. It also ceases to hover if you grasp it or move more than 30 feet away from it.",
            "cost": null,
            "weight": "2.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_dancing-sword-shortsword/?format=api",
            "key": "srd_dancing-sword-shortsword",
            "is_magic_item": true,
            "weapon": {
                "name": "Shortsword",
                "key": "srd_shortsword",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_shortsword/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                },
                "damage_dice": "1d6",
                "properties": [
                    {
                        "property": {
                            "name": "Finesse",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Dancing Sword (Shortsword)",
            "desc": "You can use a bonus action to toss this magic sword into the air and speak the command word. When you do so, the sword begins to hover, flies up to 30 feet, and attacks one creature of your choice within 5 feet of it. The sword uses your attack roll and ability score modifier to damage rolls.\n\nWhile the sword hovers, you can use a bonus action to cause it to fly up to 30 feet to another spot within 30 feet of you. As part of the same bonus action, you can cause the sword to attack one creature within 5 feet of it.\n\nAfter the hovering sword attacks for the fourth time, it flies up to 30 feet and tries to return to your hand. If you have no hand free, it falls to the ground at your feet. If the sword has no unobstructed path to you, it moves as close to you as it can and then falls to the ground. It also ceases to hover if you grasp it or move more than 30 feet away from it.",
            "cost": null,
            "weight": "2.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_dart-1/?format=api",
            "key": "srd_dart-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Dart",
                "key": "srd_dart",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_dart/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Finesse",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Thrown",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                        },
                        "detail": "range 20/60"
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Dart (+1)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_dart-2/?format=api",
            "key": "srd_dart-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Dart",
                "key": "srd_dart",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_dart/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Finesse",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Thrown",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                        },
                        "detail": "range 20/60"
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Dart (+2)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_dart-3/?format=api",
            "key": "srd_dart-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Dart",
                "key": "srd_dart",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_dart/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Finesse",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Thrown",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                        },
                        "detail": "range 20/60"
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Dart (+3)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_defender-greatsword/?format=api",
            "key": "srd_defender-greatsword",
            "is_magic_item": true,
            "weapon": {
                "name": "Greatsword",
                "key": "srd_greatsword",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_greatsword/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                },
                "damage_dice": "2d6",
                "properties": [
                    {
                        "property": {
                            "name": "Two-Handed",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_two-handed-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Legendary",
                "url": "https://api-beta.open5e.com/v2/itemrarities/legendary/?format=api",
                "key": "legendary",
                "rank": 5
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Defender (Greatsword)",
            "desc": "You gain a +3 bonus to attack and damage rolls made with this magic weapon.\n\nThe first time you attack with the sword on each of your turns, you can transfer some or all of the sword's bonus to your Armor Class, instead of using the bonus on any attacks that turn. For example, you could reduce the bonus to your attack and damage rolls to +1 and gain a +2 bonus to AC. The adjusted bonuses remain in effect until the start of your next turn, although you must hold the sword to gain a bonus to AC from it.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_defender-longsword/?format=api",
            "key": "srd_defender-longsword",
            "is_magic_item": true,
            "weapon": {
                "name": "Longsword",
                "key": "srd_longsword",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_longsword/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                },
                "damage_dice": "1d8",
                "properties": [
                    {
                        "property": {
                            "name": "Versatile",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                        },
                        "detail": "1d10"
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Legendary",
                "url": "https://api-beta.open5e.com/v2/itemrarities/legendary/?format=api",
                "key": "legendary",
                "rank": 5
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Defender (Longsword)",
            "desc": "You gain a +3 bonus to attack and damage rolls made with this magic weapon.\n\nThe first time you attack with the sword on each of your turns, you can transfer some or all of the sword's bonus to your Armor Class, instead of using the bonus on any attacks that turn. For example, you could reduce the bonus to your attack and damage rolls to +1 and gain a +2 bonus to AC. The adjusted bonuses remain in effect until the start of your next turn, although you must hold the sword to gain a bonus to AC from it.",
            "cost": null,
            "weight": "3.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_defender-rapier/?format=api",
            "key": "srd_defender-rapier",
            "is_magic_item": true,
            "weapon": {
                "name": "Rapier",
                "key": "srd_rapier",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_rapier/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d8",
                "properties": [
                    {
                        "property": {
                            "name": "Finesse",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Legendary",
                "url": "https://api-beta.open5e.com/v2/itemrarities/legendary/?format=api",
                "key": "legendary",
                "rank": 5
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Defender (Rapier)",
            "desc": "You gain a +3 bonus to attack and damage rolls made with this magic weapon.\n\nThe first time you attack with the sword on each of your turns, you can transfer some or all of the sword's bonus to your Armor Class, instead of using the bonus on any attacks that turn. For example, you could reduce the bonus to your attack and damage rolls to +1 and gain a +2 bonus to AC. The adjusted bonuses remain in effect until the start of your next turn, although you must hold the sword to gain a bonus to AC from it.",
            "cost": null,
            "weight": "2.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_defender-shortsword/?format=api",
            "key": "srd_defender-shortsword",
            "is_magic_item": true,
            "weapon": {
                "name": "Shortsword",
                "key": "srd_shortsword",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_shortsword/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                },
                "damage_dice": "1d6",
                "properties": [
                    {
                        "property": {
                            "name": "Finesse",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Legendary",
                "url": "https://api-beta.open5e.com/v2/itemrarities/legendary/?format=api",
                "key": "legendary",
                "rank": 5
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Defender (Shortsword)",
            "desc": "You gain a +3 bonus to attack and damage rolls made with this magic weapon.\n\nThe first time you attack with the sword on each of your turns, you can transfer some or all of the sword's bonus to your Armor Class, instead of using the bonus on any attacks that turn. For example, you could reduce the bonus to your attack and damage rolls to +1 and gain a +2 bonus to AC. The adjusted bonuses remain in effect until the start of your next turn, although you must hold the sword to gain a bonus to AC from it.",
            "cost": null,
            "weight": "2.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_demon-armor/?format=api",
            "key": "srd_demon-armor",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Demon Armor",
            "desc": "While wearing this armor, you gain a +1 bonus to AC, and you can understand and speak Abyssal. In addition, the armor's clawed gauntlets turn unarmed strikes with your hands into magic weapons that deal slashing damage, with a +1 bonus to attack rolls and damage rolls and a damage die of 1d8.\n\n**_Curse_**. Once you don this cursed armor, you can't doff it unless you are targeted by the _remove curse_ spell or similar magic. While wearing the armor, you have disadvantage on attack rolls against demons and on saving throws against their spells and special abilities.",
            "cost": null,
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        }
    ]
}