list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

GET /v2/items/?format=api&ordering=-desc&page=3
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=-desc&page=4",
    "previous": "https://api-beta.open5e.com/v2/items/?format=api&ordering=-desc&page=2",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_net-3/?format=api",
            "key": "srd_net-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Net",
                "key": "srd_net",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_net/?format=api",
                "damage_type": {
                    "name": "Bludgeoning",
                    "key": "bludgeoning",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                },
                "damage_dice": "0",
                "properties": [
                    {
                        "property": {
                            "name": "Special (Net)",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_net-special-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 5/15"
                    }
                ],
                "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": "Net (+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_pike-1/?format=api",
            "key": "srd_pike-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Pike",
                "key": "srd_pike",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_pike/?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": "Reach",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_reach-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": "Pike (+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_pike-2/?format=api",
            "key": "srd_pike-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Pike",
                "key": "srd_pike",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_pike/?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": "Reach",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_reach-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": "Pike (+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_pike-3/?format=api",
            "key": "srd_pike-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Pike",
                "key": "srd_pike",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_pike/?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": "Reach",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_reach-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": "Pike (+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_quarterstaff-1/?format=api",
            "key": "srd_quarterstaff-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Quarterstaff",
                "key": "srd_quarterstaff",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_quarterstaff/?format=api",
                "damage_type": {
                    "name": "Bludgeoning",
                    "key": "bludgeoning",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                },
                "damage_dice": "1d6",
                "properties": [
                    {
                        "property": {
                            "name": "Versatile",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                        },
                        "detail": "1d8"
                    }
                ],
                "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": "Quarterstaff (+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_quarterstaff-2/?format=api",
            "key": "srd_quarterstaff-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Quarterstaff",
                "key": "srd_quarterstaff",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_quarterstaff/?format=api",
                "damage_type": {
                    "name": "Bludgeoning",
                    "key": "bludgeoning",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                },
                "damage_dice": "1d6",
                "properties": [
                    {
                        "property": {
                            "name": "Versatile",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                        },
                        "detail": "1d8"
                    }
                ],
                "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": "Quarterstaff (+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_quarterstaff-3/?format=api",
            "key": "srd_quarterstaff-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Quarterstaff",
                "key": "srd_quarterstaff",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_quarterstaff/?format=api",
                "damage_type": {
                    "name": "Bludgeoning",
                    "key": "bludgeoning",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                },
                "damage_dice": "1d6",
                "properties": [
                    {
                        "property": {
                            "name": "Versatile",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                        },
                        "detail": "1d8"
                    }
                ],
                "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": "Quarterstaff (+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_rapier-1/?format=api",
            "key": "srd_rapier-1",
            "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": "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": "Rapier (+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_rapier-2/?format=api",
            "key": "srd_rapier-2",
            "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": "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": "Rapier (+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_rapier-3/?format=api",
            "key": "srd_rapier-3",
            "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": "Rapier (+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_scimitar-1/?format=api",
            "key": "srd_scimitar-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Scimitar",
                "key": "srd_scimitar",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_scimitar/?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": "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": "Scimitar (+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_scimitar-2/?format=api",
            "key": "srd_scimitar-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Scimitar",
                "key": "srd_scimitar",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_scimitar/?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": "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": "Scimitar (+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_scimitar-3/?format=api",
            "key": "srd_scimitar-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Scimitar",
                "key": "srd_scimitar",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_scimitar/?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": "Scimitar (+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_shortbow-1/?format=api",
            "key": "srd_shortbow-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Shortbow",
                "key": "srd_shortbow",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_shortbow/?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 80/320"
                    },
                    {
                        "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": 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": "Shortbow (+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_shortbow-2/?format=api",
            "key": "srd_shortbow-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Shortbow",
                "key": "srd_shortbow",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_shortbow/?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 80/320"
                    },
                    {
                        "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": 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": "Shortbow (+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_shortbow-3/?format=api",
            "key": "srd_shortbow-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Shortbow",
                "key": "srd_shortbow",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_shortbow/?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 80/320"
                    },
                    {
                        "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": 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": "Shortbow (+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_shortsword-1/?format=api",
            "key": "srd_shortsword-1",
            "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": "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": "Shortsword (+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_shortsword-2/?format=api",
            "key": "srd_shortsword-2",
            "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": "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": "Shortsword (+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_shortsword-3/?format=api",
            "key": "srd_shortsword-3",
            "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": "Shortsword (+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_sickle-1/?format=api",
            "key": "srd_sickle-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Sickle",
                "key": "srd_sickle",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_sickle/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?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": "Sickle (+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_sickle-2/?format=api",
            "key": "srd_sickle-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Sickle",
                "key": "srd_sickle",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_sickle/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?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": "Sickle (+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_sickle-3/?format=api",
            "key": "srd_sickle-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Sickle",
                "key": "srd_sickle",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_sickle/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?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": "Sickle (+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_sling-1/?format=api",
            "key": "srd_sling-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Sling",
                "key": "srd_sling",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_sling/?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": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 80/320"
                    }
                ],
                "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": "Sling (+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_sling-2/?format=api",
            "key": "srd_sling-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Sling",
                "key": "srd_sling",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_sling/?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": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 80/320"
                    }
                ],
                "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": "Sling (+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_sling-3/?format=api",
            "key": "srd_sling-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Sling",
                "key": "srd_sling",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_sling/?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": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 80/320"
                    }
                ],
                "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": "Sling (+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_spear-1/?format=api",
            "key": "srd_spear-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Spear",
                "key": "srd_spear",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_spear/?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": "Thrown",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                        },
                        "detail": "range 20/60"
                    },
                    {
                        "property": {
                            "name": "Versatile",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                        },
                        "detail": "1d8"
                    }
                ],
                "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": "Spear (+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_spear-2/?format=api",
            "key": "srd_spear-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Spear",
                "key": "srd_spear",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_spear/?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": "Thrown",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                        },
                        "detail": "range 20/60"
                    },
                    {
                        "property": {
                            "name": "Versatile",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                        },
                        "detail": "1d8"
                    }
                ],
                "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": "Spear (+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_spear-3/?format=api",
            "key": "srd_spear-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Spear",
                "key": "srd_spear",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_spear/?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": "Thrown",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                        },
                        "detail": "range 20/60"
                    },
                    {
                        "property": {
                            "name": "Versatile",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                        },
                        "detail": "1d8"
                    }
                ],
                "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": "Spear (+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_trident-1/?format=api",
            "key": "srd_trident-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Trident",
                "key": "srd_trident",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_trident/?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": "Two-Handed",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_two-handed-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"
                    },
                    {
                        "property": {
                            "name": "Versatile",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                        },
                        "detail": "1d8"
                    }
                ],
                "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": "Trident (+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_trident-2/?format=api",
            "key": "srd_trident-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Trident",
                "key": "srd_trident",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_trident/?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": "Two-Handed",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_two-handed-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"
                    },
                    {
                        "property": {
                            "name": "Versatile",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                        },
                        "detail": "1d8"
                    }
                ],
                "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": "Trident (+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_trident-3/?format=api",
            "key": "srd_trident-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Trident",
                "key": "srd_trident",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_trident/?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": "Two-Handed",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_two-handed-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"
                    },
                    {
                        "property": {
                            "name": "Versatile",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                        },
                        "detail": "1d8"
                    }
                ],
                "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": "Trident (+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_war-pick-1/?format=api",
            "key": "srd_war-pick-1",
            "is_magic_item": true,
            "weapon": {
                "name": "War Pick",
                "key": "srd_war-pick",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_war-pick/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d8",
                "properties": [],
                "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": "War-Pick (+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_war-pick-2/?format=api",
            "key": "srd_war-pick-2",
            "is_magic_item": true,
            "weapon": {
                "name": "War Pick",
                "key": "srd_war-pick",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_war-pick/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d8",
                "properties": [],
                "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": "War-Pick (+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_war-pick-3/?format=api",
            "key": "srd_war-pick-3",
            "is_magic_item": true,
            "weapon": {
                "name": "War Pick",
                "key": "srd_war-pick",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_war-pick/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d8",
                "properties": [],
                "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": "War-Pick (+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_warhammer-1/?format=api",
            "key": "srd_warhammer-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Warhammer",
                "key": "srd_warhammer",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_warhammer/?format=api",
                "damage_type": {
                    "name": "Bludgeoning",
                    "key": "bludgeoning",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?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": "Warhammer (+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_warhammer-2/?format=api",
            "key": "srd_warhammer-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Warhammer",
                "key": "srd_warhammer",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_warhammer/?format=api",
                "damage_type": {
                    "name": "Bludgeoning",
                    "key": "bludgeoning",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?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": "Warhammer (+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_warhammer-3/?format=api",
            "key": "srd_warhammer-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Warhammer",
                "key": "srd_warhammer",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_warhammer/?format=api",
                "damage_type": {
                    "name": "Bludgeoning",
                    "key": "bludgeoning",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?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": "Warhammer (+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_whip-1/?format=api",
            "key": "srd_whip-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Whip",
                "key": "srd_whip",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_whip/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Reach",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_reach-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": "Whip (+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_whip-2/?format=api",
            "key": "srd_whip-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Whip",
                "key": "srd_whip",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_whip/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Reach",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_reach-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": "Whip (+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_whip-3/?format=api",
            "key": "srd_whip-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Whip",
                "key": "srd_whip",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_whip/?format=api",
                "damage_type": {
                    "name": "Slashing",
                    "key": "slashing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Reach",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_reach-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": "Whip (+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-2024_armor-1-2-or-3/?format=api",
            "key": "srd-2024_armor-1-2-or-3",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?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": [],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Armor, +1, +2, or +3",
            "desc": "You have a bonus to Armor Class while wearing this armor. The bonus is determined by its rarity.",
            "cost": "0.00",
            "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-2024_ring-of-swimming/?format=api",
            "key": "srd-2024_ring-of-swimming",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Ring",
                "key": "ring",
                "url": "https://api-beta.open5e.com/v2/itemcategories/ring/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Ring of Swimming",
            "desc": "You have a Swim Speed of 40 feet while wearing this ring.",
            "cost": "0.00",
            "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/vom_sweet-nature/?format=api",
            "key": "vom_sweet-nature",
            "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": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "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": "Sweet Nature",
            "desc": "You have a +1 bonus to attack and damage rolls made with this magic weapon. When you hit a humanoid with this weapon, the humanoid takes an extra 1d6 slashing damage. If you use the axe to damage a plant creature or an object made of wood, the axe's blade liquifies into harmless honey, and it can't be used again until 24 hours have passed.",
            "cost": "0.00",
            "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-2024_armor-of-resistance/?format=api",
            "key": "srd-2024_armor-of-resistance",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?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": [],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Armor of Resistance",
            "desc": "You have Resistance to one type of damage while you wear this armor. The GM chooses the type or determines it randomly by rolling on the following table.",
            "cost": "0.00",
            "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-2024_ring-of-resistance/?format=api",
            "key": "srd-2024_ring-of-resistance",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Ring",
                "key": "ring",
                "url": "https://api-beta.open5e.com/v2/itemcategories/ring/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Ring of Resistance",
            "desc": "You have Resistance to one damage type while wearing this ring. The gemstone in the ring indicates the type, which the GM chooses or determines randomly by rolling on the following table.",
            "cost": "0.00",
            "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-2024_staff-of-fire/?format=api",
            "key": "srd-2024_staff-of-fire",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Staff",
                "key": "staff",
                "url": "https://api-beta.open5e.com/v2/itemcategories/staff/?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": [],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Staff of Fire",
            "desc": "You have Resistance to Fire damage while you hold this staff. Spells. The staff has 10 charges. While holding the staff, you can cast one of the spells on the following table from it, using your spell save DC. The table indicates how many charges you must expend to cast the spell. Regaining Charges. The staff regains 1d6 + 4 expended charges daily at dawn. If you expend the last charge, roll 1d20. On a 1, the staff crumbles into cinders and is destroyed.",
            "cost": "0.00",
            "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-2024_staff-of-frost/?format=api",
            "key": "srd-2024_staff-of-frost",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Staff",
                "key": "staff",
                "url": "https://api-beta.open5e.com/v2/itemcategories/staff/?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": [],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Staff of Frost",
            "desc": "You have Resistance to Cold damage while you hold this staff. Spells. The staff has 10 charges. While holding the staff, you can cast one of the spells on the following table from it, using your spell save DC. The table indicates how many charges you must expend to cast the spell. Regaining Charges. The staff regains 1d6 + 4 expended charges daily at dawn. If you expend the last charge, roll 1d20. On a 1, the staff turns to water and is destroyed.",
            "cost": "0.00",
            "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-2024_armor-of-invulnerability/?format=api",
            "key": "srd-2024_armor-of-invulnerability",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?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": [],
            "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 Bludgeoning, Piercing, and Slashing damage while you wear this armor. Metal Shell. You can take a Magic action to give yourself Immunity to Bludgeoning, Piercing, and Slashing damage for 10 minutes or until you are no longer wearing the armor. Once this property is used, it can't be used again until the next dawn.",
            "cost": "0.00",
            "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-2024_mantle-of-spell-resistance/?format=api",
            "key": "srd-2024_mantle-of-spell-resistance",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Wondrous Item",
                "key": "wondrous-item",
                "url": "https://api-beta.open5e.com/v2/itemcategories/wondrous-item/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Mantle of Spell Resistance",
            "desc": "You have Advantage on saving throws against spells while you wear this cloak.",
            "cost": "0.00",
            "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-2024_holy-avenger/?format=api",
            "key": "srd-2024_holy-avenger",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?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": [],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Holy Avenger",
            "desc": "You gain a +3 bonus to attack rolls and damage rolls made with this magic weapon. When you hit a Fiend or an Undead with it, that creature takes an extra 2d10 Radiant damage. While you hold the drawn weapon, it creates a 10-foot Emanation originating from you. You and all creatures Friendly to you in the Emanation have Advantage on saving throws against spells and other magical effects. If you have 17 or more levels in the Paladin class, the size of the Emanation increases to 30 feet.",
            "cost": "0.00",
            "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": []
        }
    ]
}