list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

GET /v2/items/?format=api&ordering=requires_attunement&page=2
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=requires_attunement&page=3",
    "previous": "https://api-beta.open5e.com/v2/items/?format=api&ordering=requires_attunement",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_broom-of-flying/?format=api",
            "key": "srd_broom-of-flying",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Wondrous Item",
                "key": "wondrous-item",
                "url": "https://api-beta.open5e.com/v2/itemcategories/wondrous-item/?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": "Broom of Flying",
            "desc": "This wooden broom, which weighs 3 pounds, functions like a mundane broom until you stand astride it and speak its command word. It then hovers beneath you and can be ridden in the air. It has a flying speed of 50 feet. It can carry up to 400 pounds, but its flying speed becomes 30 feet while carrying over 200 pounds. The broom stops hovering when you land.\r\n\r\nYou can send the broom to travel alone to a destination within 1 mile of you if you speak the command word, name the location, and are familiar with that place. The broom comes back to you when you speak another command word, provided that the broom is still within 1 mile of you.",
            "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_bucket/?format=api",
            "key": "srd_bucket",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Adventuring Gear",
                "key": "adventuring-gear",
                "url": "https://api-beta.open5e.com/v2/itemcategories/adventuring-gear/?format=api"
            },
            "rarity": null,
            "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": "Bucket",
            "desc": "A bucket. Capacity: 3 gallons liquid, 1/2 cubic foot solid.",
            "cost": "0.05",
            "weight": "2.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_burnt-othur-fumes/?format=api",
            "key": "srd_burnt-othur-fumes",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/itemcategories/poison/?format=api"
            },
            "rarity": null,
            "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": "Burnt othur fumes",
            "desc": "A creature subjected to this poison must succeed on a DC 13 Constitution saving throw or take 10 (3d6) poison damage, and must repeat the saving throw at the start of each of its turns. On each successive failed save, the character takes 3 (1d6) poison damage. After three successful saves, the poison ends.\\n\\n**_Inhaled._** These poisons are powders or gases that take effect when inhaled. Blowing the powder or releasing the gas subjects creatures in a 5-foot cube to its effect. The resulting cloud dissipates immediately afterward. Holding one's breath is ineffective against inhaled poisons, as they affect nasal membranes, tear ducts, and other parts of the body.",
            "cost": "500.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_calligraphers-supplies/?format=api",
            "key": "srd_calligraphers-supplies",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Tools",
                "key": "tools",
                "url": "https://api-beta.open5e.com/v2/itemcategories/tools/?format=api"
            },
            "rarity": null,
            "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": "Calligrapher's supplies",
            "desc": "These special tools include the items needed to pursue a craft or trade.\\n\\n\r\nProficiency with a set of artisan’s tools lets you add your proficiency bonus to any ability checks you make using the tools in your craft. Each type of artisan’s tools requires a separate proficiency.",
            "cost": "10.00",
            "weight": "5.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_caltrops-bag-of-20/?format=api",
            "key": "srd_caltrops-bag-of-20",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Adventuring Gear",
                "key": "adventuring-gear",
                "url": "https://api-beta.open5e.com/v2/itemcategories/adventuring-gear/?format=api"
            },
            "rarity": null,
            "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": "Caltrops (bag of 20)",
            "desc": "As an action, you can spread a bag of caltrops to cover a square area that is 5 feet on a side. Any creature that enters the area must succeed on a DC 15 Dexterity saving throw or stop moving this turn and take 1 piercing damage. Taking this damage reduces the creature's walking speed by 10 feet until the creature regains at least 1 hit point. A creature moving through the area at half speed doesn't need to make the save.",
            "cost": "1.00",
            "weight": "2.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_candle/?format=api",
            "key": "srd_candle",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Adventuring Gear",
                "key": "adventuring-gear",
                "url": "https://api-beta.open5e.com/v2/itemcategories/adventuring-gear/?format=api"
            },
            "rarity": null,
            "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": "Candle",
            "desc": "For 1 hour, a candle sheds bright light in a 5-foot radius and dim light for an additional 5 feet.",
            "cost": "0.01",
            "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_canvas/?format=api",
            "key": "srd_canvas",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Trade Good",
                "key": "trade-good",
                "url": "https://api-beta.open5e.com/v2/itemcategories/trade-good/?format=api"
            },
            "rarity": null,
            "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": "Canvas",
            "desc": "1 sq. yd. of canvas",
            "cost": "0.10",
            "weight": "1.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_cape-of-the-mountebank/?format=api",
            "key": "srd_cape-of-the-mountebank",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "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": [
                {
                    "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": "Cape of the Mountebank",
            "desc": "This cape smells faintly of brimstone. While wearing it, you can use it to cast the _dimension door_ spell as an action. This property of the cape can't be used again until the next dawn.\r\n\r\nWhen you disappear, you leave behind a cloud of smoke, and you appear in a similar cloud of smoke at your destination. The smoke lightly obscures the space you left and the space you appear in, and it dissipates at the end of your next turn. A light or stronger wind disperses the smoke.",
            "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_carpenters-tools/?format=api",
            "key": "srd_carpenters-tools",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Tools",
                "key": "tools",
                "url": "https://api-beta.open5e.com/v2/itemcategories/tools/?format=api"
            },
            "rarity": null,
            "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": "Carpenter's Tools",
            "desc": "These special tools include the items needed to pursue a craft or trade.\\n\\n\r\nProficiency with a set of artisan’s tools lets you add your proficiency bonus to any ability checks you make using the tools in your craft. Each type of artisan’s tools requires a separate proficiency.",
            "cost": "8.00",
            "weight": "6.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_carpet-of-flying/?format=api",
            "key": "srd_carpet-of-flying",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Wondrous Item",
                "key": "wondrous-item",
                "url": "https://api-beta.open5e.com/v2/itemcategories/wondrous-item/?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": "Carpet of Flying",
            "desc": "You can speak the carpet's command word as an action to make the carpet hover and fly. It moves according to your spoken directions, provided that you are within 30 feet of it.\r\n\r\nFour sizes of _carpet of flying_ exist. The GM chooses the size of a given carpet or determines it randomly.\r\n\r\n| d100   | Size          | Capacity | Flying Speed |\r\n|--------|---------------|----------|--------------|\r\n| 01-20  | 3 ft. × 5 ft. | 200 lb.  | 80 feet      |\r\n| 21-55  | 4 ft. × 6 ft. | 400 lb.  | 60 feet      |\r\n| 56-80  | 5 ft. × 7 ft. | 600 lb.  | 40 feet      |\r\n| 81-100 | 6 ft. × 9 ft. | 800 lb.  | 30 feet      |\r\n\r\nA carpet can carry up to twice the weight shown on the table, but it flies at half speed if it carries more than its normal capacity.",
            "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_carriage/?format=api",
            "key": "srd_carriage",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Land Vehicle",
                "key": "land-vehicle",
                "url": "https://api-beta.open5e.com/v2/itemcategories/land-vehicle/?format=api"
            },
            "rarity": null,
            "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": "Huge",
                "key": "huge",
                "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
            },
            "weight_unit": "lb",
            "name": "Carriage",
            "desc": "Drawn vehicle.",
            "cost": "100.00",
            "weight": "600.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_cart/?format=api",
            "key": "srd_cart",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Land Vehicle",
                "key": "land-vehicle",
                "url": "https://api-beta.open5e.com/v2/itemcategories/land-vehicle/?format=api"
            },
            "rarity": null,
            "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": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "weight_unit": "lb",
            "name": "Cart",
            "desc": "Drawn vehicle",
            "cost": "15.00",
            "weight": "200.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_cartographers-tools/?format=api",
            "key": "srd_cartographers-tools",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Tools",
                "key": "tools",
                "url": "https://api-beta.open5e.com/v2/itemcategories/tools/?format=api"
            },
            "rarity": null,
            "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": "Cartographer's Tools",
            "desc": "These special tools include the items needed to pursue a craft or trade.\\n\\n\r\nProficiency with a set of artisan’s tools lets you add your proficiency bonus to any ability checks you make using the tools in your craft. Each type of artisan’s tools requires a separate proficiency.",
            "cost": "15.00",
            "weight": "6.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_case-crossbow-bolt/?format=api",
            "key": "srd_case-crossbow-bolt",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Adventuring Gear",
                "key": "adventuring-gear",
                "url": "https://api-beta.open5e.com/v2/itemcategories/adventuring-gear/?format=api"
            },
            "rarity": null,
            "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": "Case, Crossbow Bolt",
            "desc": "This wooden case can hold up to twenty crossbow bolts.",
            "cost": "1.00",
            "weight": "1.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_case-map-or-scroll/?format=api",
            "key": "srd_case-map-or-scroll",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Adventuring Gear",
                "key": "adventuring-gear",
                "url": "https://api-beta.open5e.com/v2/itemcategories/adventuring-gear/?format=api"
            },
            "rarity": null,
            "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": "Case, Map or Scroll",
            "desc": "This cylindrical leather case can hold up to ten rolled-up sheets of paper or five rolled-up sheets of parchment.",
            "cost": "1.00",
            "weight": "1.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_censer-of-controlling-air-elementals/?format=api",
            "key": "srd_censer-of-controlling-air-elementals",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "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": [
                {
                    "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": "Censer of Controlling Air Elementals",
            "desc": "While incense is burning in this censer, you can use an action to speak the censer's command word and summon an air elemental, as if you had cast the _conjure elemental_ spell. The censer can't be used this way again until the next dawn.\r\n\r\nThis 6-inch-wide, 1-foot-high vessel resembles a chalice with a decorated lid. It weighs 1 pound.",
            "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_chain-10-feet/?format=api",
            "key": "srd_chain-10-feet",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Adventuring Gear",
                "key": "adventuring-gear",
                "url": "https://api-beta.open5e.com/v2/itemcategories/adventuring-gear/?format=api"
            },
            "rarity": null,
            "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": "Chain (10 feet)",
            "desc": "A chain has 10 hit points. It can be burst with a successful DC 20 Strength check.",
            "cost": "5.00",
            "weight": "10.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_chain-mail/?format=api",
            "key": "srd_chain-mail",
            "is_magic_item": false,
            "weapon": null,
            "armor": {
                "name": "Chain mail",
                "key": "srd_chain-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_chain-mail/?format=api",
                "category": "heavy",
                "ac_base": 16,
                "ac_display": "16",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 13
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": null,
            "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": "Chain mail",
            "desc": "Made of interlocking metal rings, chain mail includes a layer of quilted fabric worn underneath the mail to prevent chafing and to cushion the impact of blows. The suit includes gauntlets.",
            "cost": "75.00",
            "weight": "55.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_chain-shirt/?format=api",
            "key": "srd_chain-shirt",
            "is_magic_item": false,
            "weapon": null,
            "armor": {
                "name": "Chain shirt",
                "key": "srd_chain-shirt",
                "url": "https://api-beta.open5e.com/v2/armor/srd_chain-shirt/?format=api",
                "category": "medium",
                "ac_base": 13,
                "ac_display": "13 + Dex modifier (max 2)",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": 2,
                "grants_stealth_disadvantage": false,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": null,
            "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": "Chain shirt",
            "desc": "Made of interlocking metal rings, a chain shirt is worn between layers of clothing or leather. This armor offers modest protection to the wearer's upper body and allows the sound of the rings rubbing against one another to be muffled by outer layers.",
            "cost": "50.00",
            "weight": "20.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_chalk-1-piece/?format=api",
            "key": "srd_chalk-1-piece",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Adventuring Gear",
                "key": "adventuring-gear",
                "url": "https://api-beta.open5e.com/v2/itemcategories/adventuring-gear/?format=api"
            },
            "rarity": null,
            "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": "Chalk (1 piece)",
            "desc": "A piece of chalk.",
            "cost": "0.01",
            "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_chariot/?format=api",
            "key": "srd_chariot",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Land Vehicle",
                "key": "land-vehicle",
                "url": "https://api-beta.open5e.com/v2/itemcategories/land-vehicle/?format=api"
            },
            "rarity": null,
            "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": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "weight_unit": "lb",
            "name": "Chariot",
            "desc": "Drawn vehicle.",
            "cost": "250.00",
            "weight": "100.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_chest/?format=api",
            "key": "srd_chest",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Adventuring Gear",
                "key": "adventuring-gear",
                "url": "https://api-beta.open5e.com/v2/itemcategories/adventuring-gear/?format=api"
            },
            "rarity": null,
            "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": "Small",
                "key": "small",
                "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
            },
            "weight_unit": "lb",
            "name": "Chest",
            "desc": "A chest. Capacity: 12 cubic feet/300 pounds of gear.",
            "cost": "5.00",
            "weight": "25.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_chicken/?format=api",
            "key": "srd_chicken",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Trade Good",
                "key": "trade-good",
                "url": "https://api-beta.open5e.com/v2/itemcategories/trade-good/?format=api"
            },
            "rarity": null,
            "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": "Chicken",
            "desc": "One chicken",
            "cost": "0.02",
            "weight": "3.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_chime-of-opening/?format=api",
            "key": "srd_chime-of-opening",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "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": [
                {
                    "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": "Chime of Opening",
            "desc": "This hollow metal tube measures about 1 foot long and weighs 1 pound. You can strike it as an action, pointing it at an object within 120 feet of you that can be opened, such as a door, lid, or lock. The chime issues a clear tone, and one lock or latch on the object opens unless the sound can't reach the object. If no locks or latches remain, the object itself opens.\r\n\r\nThe chime can be used ten times. After the tenth time, it cracks and becomes useless.",
            "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_cinnamon/?format=api",
            "key": "srd_cinnamon",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Trade Good",
                "key": "trade-good",
                "url": "https://api-beta.open5e.com/v2/itemcategories/trade-good/?format=api"
            },
            "rarity": null,
            "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": "Cinnamon",
            "desc": "1lb of cinnamon",
            "cost": "2.00",
            "weight": "1.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_circlet-of-blasting/?format=api",
            "key": "srd_circlet-of-blasting",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Wondrous Item",
                "key": "wondrous-item",
                "url": "https://api-beta.open5e.com/v2/itemcategories/wondrous-item/?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": "Circlet of Blasting",
            "desc": "While wearing this circlet, you can use an action to cast the _scorching ray_ spell with it. When you make the spell's attacks, you do so with an attack bonus of +5. The circlet can't be used this way 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": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_climbers-kit/?format=api",
            "key": "srd_climbers-kit",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Adventuring Gear",
                "key": "adventuring-gear",
                "url": "https://api-beta.open5e.com/v2/itemcategories/adventuring-gear/?format=api"
            },
            "rarity": null,
            "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": "Climber's Kit",
            "desc": "A climber's kit includes special pitons, boot tips, gloves, and a harness. You can use the climber's kit as an action to anchor yourself; when you do, you can't fall more than 25 feet from the point where you anchored yourself, and you can't climb more than 25 feet away from that point without undoing the anchor.",
            "cost": "25.00",
            "weight": "12.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_cloak-of-the-manta-ray/?format=api",
            "key": "srd_cloak-of-the-manta-ray",
            "is_magic_item": true,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Wondrous Item",
                "key": "wondrous-item",
                "url": "https://api-beta.open5e.com/v2/itemcategories/wondrous-item/?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": "Cloak of the Manta Ray",
            "desc": "While wearing this cloak with its hood up, you can breathe underwater, and you have a swimming speed of 60 feet. Pulling the hood up or down requires an action.",
            "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_clothes-common/?format=api",
            "key": "srd_clothes-common",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Adventuring Gear",
                "key": "adventuring-gear",
                "url": "https://api-beta.open5e.com/v2/itemcategories/adventuring-gear/?format=api"
            },
            "rarity": null,
            "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": "Clothes, Common",
            "desc": "Common clothes.",
            "cost": "0.50",
            "weight": "3.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_clothes-costume/?format=api",
            "key": "srd_clothes-costume",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Adventuring Gear",
                "key": "adventuring-gear",
                "url": "https://api-beta.open5e.com/v2/itemcategories/adventuring-gear/?format=api"
            },
            "rarity": null,
            "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": "Clothes, costume",
            "desc": "A costume.",
            "cost": "5.00",
            "weight": "4.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_clothes-fine/?format=api",
            "key": "srd_clothes-fine",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Adventuring Gear",
                "key": "adventuring-gear",
                "url": "https://api-beta.open5e.com/v2/itemcategories/adventuring-gear/?format=api"
            },
            "rarity": null,
            "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": "Clothes, fine",
            "desc": "Fine clothing.",
            "cost": "15.00",
            "weight": "6.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_clothes-travelers/?format=api",
            "key": "srd_clothes-travelers",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Adventuring Gear",
                "key": "adventuring-gear",
                "url": "https://api-beta.open5e.com/v2/itemcategories/adventuring-gear/?format=api"
            },
            "rarity": null,
            "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": "Clothes, traveler's",
            "desc": "Traveler's clothing.",
            "cost": "2.00",
            "weight": "4.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_cloves/?format=api",
            "key": "srd_cloves",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Trade Good",
                "key": "trade-good",
                "url": "https://api-beta.open5e.com/v2/itemcategories/trade-good/?format=api"
            },
            "rarity": null,
            "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": "Cloves",
            "desc": "1lb of cloves.",
            "cost": "3.00",
            "weight": "1.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_club/?format=api",
            "key": "srd_club",
            "is_magic_item": false,
            "weapon": {
                "name": "Club",
                "key": "srd_club",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_club/?format=api",
                "damage_type": {
                    "name": "Bludgeoning",
                    "key": "bludgeoning",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": null,
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Club",
            "desc": "A club",
            "cost": "0.10",
            "weight": "2.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_club-1/?format=api",
            "key": "srd_club-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Club",
                "key": "srd_club",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_club/?format=api",
                "damage_type": {
                    "name": "Bludgeoning",
                    "key": "bludgeoning",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Club (+1)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_club-2/?format=api",
            "key": "srd_club-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Club",
                "key": "srd_club",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_club/?format=api",
                "damage_type": {
                    "name": "Bludgeoning",
                    "key": "bludgeoning",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Club (+2)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_club-3/?format=api",
            "key": "srd_club-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Club",
                "key": "srd_club",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_club/?format=api",
                "damage_type": {
                    "name": "Bludgeoning",
                    "key": "bludgeoning",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                },
                "damage_dice": "1d4",
                "properties": [
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": true,
                "is_martial": false,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Club (+3)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_cobblers-tools/?format=api",
            "key": "srd_cobblers-tools",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Tools",
                "key": "tools",
                "url": "https://api-beta.open5e.com/v2/itemcategories/tools/?format=api"
            },
            "rarity": null,
            "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": "Cobbler's Tools",
            "desc": "These special tools include the items needed to pursue a craft or trade.\\n\\n\r\nProficiency with a set of artisan’s tools lets you add your proficiency bonus to any ability checks you make using the tools in your craft. Each type of artisan’s tools requires a separate proficiency.",
            "cost": "5.00",
            "weight": "5.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_component-pouch/?format=api",
            "key": "srd_component-pouch",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Adventuring Gear",
                "key": "adventuring-gear",
                "url": "https://api-beta.open5e.com/v2/itemcategories/adventuring-gear/?format=api"
            },
            "rarity": null,
            "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": "Component Pouch",
            "desc": "A component pouch is a small, watertight leather belt pouch that has compartments to hold all the material components and other special items you need to cast your spells, except for those components that have a specific cost (as indicated in a spell's description).",
            "cost": "25.00",
            "weight": "2.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_cooks-utensils/?format=api",
            "key": "srd_cooks-utensils",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Tools",
                "key": "tools",
                "url": "https://api-beta.open5e.com/v2/itemcategories/tools/?format=api"
            },
            "rarity": null,
            "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": "Cook's utensils",
            "desc": "These special tools include the items needed to pursue a craft or trade.\\n\\n\r\nProficiency with a set of artisan’s tools lets you add your proficiency bonus to any ability checks you make using the tools in your craft. Each type of artisan’s tools requires a separate proficiency.",
            "cost": "1.00",
            "weight": "8.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_copper/?format=api",
            "key": "srd_copper",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Trade Good",
                "key": "trade-good",
                "url": "https://api-beta.open5e.com/v2/itemcategories/trade-good/?format=api"
            },
            "rarity": null,
            "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": "Copper",
            "desc": "1lb of copper.",
            "cost": "0.50",
            "weight": "1.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_copper-piece/?format=api",
            "key": "srd_copper-piece",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Trade Good",
                "key": "trade-good",
                "url": "https://api-beta.open5e.com/v2/itemcategories/trade-good/?format=api"
            },
            "rarity": null,
            "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": "Copper Piece",
            "desc": "One silver piece is worth ten copper pieces, which are common among laborers and beggars. A single copper piece buys a candle, a torch, or a piece of chalk.",
            "cost": "0.01",
            "weight": "0.020",
            "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_cotton-cloth/?format=api",
            "key": "srd_cotton-cloth",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Trade Good",
                "key": "trade-good",
                "url": "https://api-beta.open5e.com/v2/itemcategories/trade-good/?format=api"
            },
            "rarity": null,
            "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": "Cotton Cloth",
            "desc": "1 sq. yd. of cotton cloth.",
            "cost": "0.50",
            "weight": "1.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_cow/?format=api",
            "key": "srd_cow",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Trade Good",
                "key": "trade-good",
                "url": "https://api-beta.open5e.com/v2/itemcategories/trade-good/?format=api"
            },
            "rarity": null,
            "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": "Large",
                "key": "large",
                "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
            },
            "weight_unit": "lb",
            "name": "Cow",
            "desc": "One cow.",
            "cost": "10.00",
            "weight": "1000.000",
            "armor_class": 10,
            "armor_detail": "",
            "hit_points": 15,
            "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_crawler-mucus/?format=api",
            "key": "srd_crawler-mucus",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/itemcategories/poison/?format=api"
            },
            "rarity": null,
            "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": "Crawler mucus",
            "desc": "This poison must be harvested from a dead or incapacitated crawler. A creature subjected to this poison must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. The poisoned creature is paralyzed. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\\n\\n\r\n**_Contact._** Contact poison can be smeared on an object and remains potent until it is touched or washed off. A creature that touches contact poison with exposed skin suffers its effects.",
            "cost": "200.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_crossbow-bolt/?format=api",
            "key": "srd_crossbow-bolt",
            "is_magic_item": false,
            "weapon": null,
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Ammunition",
                "key": "ammunition",
                "url": "https://api-beta.open5e.com/v2/itemcategories/ammunition/?format=api"
            },
            "rarity": null,
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Crossbow bolt",
            "desc": "Bolts to be used in a crossbow.",
            "cost": "0.05",
            "weight": "0.080",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-hand/?format=api",
            "key": "srd_crossbow-hand",
            "is_magic_item": false,
            "weapon": {
                "name": "Crossbow, hand",
                "key": "srd_crossbow-hand",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_crossbow-hand/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d6",
                "properties": [
                    {
                        "property": {
                            "name": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 30/120"
                    },
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": null,
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Crossbow, hand",
            "desc": "A hand crossbow.",
            "cost": "75.00",
            "weight": "3.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-hand-1/?format=api",
            "key": "srd_crossbow-hand-1",
            "is_magic_item": true,
            "weapon": {
                "name": "Crossbow, hand",
                "key": "srd_crossbow-hand",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_crossbow-hand/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d6",
                "properties": [
                    {
                        "property": {
                            "name": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 30/120"
                    },
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Crossbow-Hand (+1)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-hand-2/?format=api",
            "key": "srd_crossbow-hand-2",
            "is_magic_item": true,
            "weapon": {
                "name": "Crossbow, hand",
                "key": "srd_crossbow-hand",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_crossbow-hand/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d6",
                "properties": [
                    {
                        "property": {
                            "name": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 30/120"
                    },
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Crossbow-Hand (+2)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_crossbow-hand-3/?format=api",
            "key": "srd_crossbow-hand-3",
            "is_magic_item": true,
            "weapon": {
                "name": "Crossbow, hand",
                "key": "srd_crossbow-hand",
                "url": "https://api-beta.open5e.com/v2/weapons/srd_crossbow-hand/?format=api",
                "damage_type": {
                    "name": "Piercing",
                    "key": "piercing",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                },
                "damage_dice": "1d6",
                "properties": [
                    {
                        "property": {
                            "name": "Ammunition",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                        },
                        "detail": "range 30/120"
                    },
                    {
                        "property": {
                            "name": "Light",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                        },
                        "detail": null
                    },
                    {
                        "property": {
                            "name": "Loading",
                            "type": null,
                            "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_loading-wp/?format=api"
                        },
                        "detail": null
                    }
                ],
                "is_simple": false,
                "is_martial": true,
                "is_improvised": false,
                "distance_unit": "feet"
            },
            "armor": null,
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Weapon",
                "key": "weapon",
                "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Crossbow-Hand (+3)",
            "desc": "You have a bonus to attack and damage rolls made with this magic weapon. The bonus is determined by the weapon's rarity.",
            "cost": null,
            "weight": "0.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        }
    ]
}