list: API endpoint for returning a list of weapons.
retrieve: API endpoint for returning a particular weapon.

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

{
    "count": 75,
    "next": null,
    "previous": "https://api-beta.open5e.com/v2/weapons/?format=api&ordering=-key",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_pike/?format=api",
            "key": "srd-2024_pike",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Heavy",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_heavy-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Push",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_push-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Reach",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_reach-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Pike",
            "damage_dice": "1d10",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_musket/?format=api",
            "key": "srd-2024_musket",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Ammunition",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_ammunition-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Loading",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_loading-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Slow",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_slow-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Musket",
            "damage_dice": "1d12",
            "range": 40.0,
            "long_range": 120.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_morningstar/?format=api",
            "key": "srd-2024_morningstar",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Sap",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_sap-mastery/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Morningstar",
            "damage_dice": "1d8",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_maul/?format=api",
            "key": "srd-2024_maul",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Heavy",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_heavy-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Topple",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_topple-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            "distance_unit": "feet",
            "name": "Maul",
            "damage_dice": "2d6",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_mace/?format=api",
            "key": "srd-2024_mace",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Sap",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_sap-mastery/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            "distance_unit": "feet",
            "name": "Mace",
            "damage_dice": "1d6",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": true,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_longsword/?format=api",
            "key": "srd-2024_longsword",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Sap",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_sap-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Versatile",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_versatile-wp/?format=api"
                    },
                    "detail": "1d10"
                }
            ],
            "damage_type": {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Longsword",
            "damage_dice": "1d8",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_longbow/?format=api",
            "key": "srd-2024_longbow",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Ammunition",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_ammunition-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Heavy",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_heavy-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Slow",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_slow-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Longbow",
            "damage_dice": "1d8",
            "range": 150.0,
            "long_range": 600.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_light-hammer/?format=api",
            "key": "srd-2024_light-hammer",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Light",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_light-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Nick",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_nick-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Thrown",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_thrown-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            "distance_unit": "feet",
            "name": "Light Hammer",
            "damage_dice": "1d4",
            "range": 20.0,
            "long_range": 60.0,
            "is_simple": true,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_light-crossbow/?format=api",
            "key": "srd-2024_light-crossbow",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Ammunition",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_ammunition-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Loading",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_loading-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Slow",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_slow-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Light Crossbow",
            "damage_dice": "1d8",
            "range": 80.0,
            "long_range": 320.0,
            "is_simple": true,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_lance/?format=api",
            "key": "srd-2024_lance",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Heavy",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_heavy-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Reach",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_reach-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Topple",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_topple-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Lance",
            "damage_dice": "1d10",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_javelin/?format=api",
            "key": "srd-2024_javelin",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Slow",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_slow-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Thrown",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_thrown-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Javelin",
            "damage_dice": "1d6",
            "range": 30.0,
            "long_range": 120.0,
            "is_simple": true,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_heavy-crossbow/?format=api",
            "key": "srd-2024_heavy-crossbow",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Ammunition",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_ammunition-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Heavy",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_heavy-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Loading",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_loading-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Push",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_push-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Heavy Crossbow",
            "damage_dice": "1d10",
            "range": 100.0,
            "long_range": 400.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_handaxe/?format=api",
            "key": "srd-2024_handaxe",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Light",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_light-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Thrown",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_thrown-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Vex",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_vex-mastery/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Handaxe",
            "damage_dice": "1d6",
            "range": 20.0,
            "long_range": 60.0,
            "is_simple": true,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_hand-crossbow/?format=api",
            "key": "srd-2024_hand-crossbow",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Ammunition",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_ammunition-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Light",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_light-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Loading",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_loading-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Vex",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_vex-mastery/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Hand Crossbow",
            "damage_dice": "1d6",
            "range": 30.0,
            "long_range": 120.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_halberd/?format=api",
            "key": "srd-2024_halberd",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Cleave",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_cleave-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Heavy",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_heavy-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Reach",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_reach-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Halberd",
            "damage_dice": "1d10",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_greatsword/?format=api",
            "key": "srd-2024_greatsword",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Graze",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_graze-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Heavy",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_heavy-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Greatsword",
            "damage_dice": "2d6",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_greatclub/?format=api",
            "key": "srd-2024_greatclub",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Push",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_push-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            "distance_unit": "feet",
            "name": "Greatclub",
            "damage_dice": "1d8",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": true,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_greataxe/?format=api",
            "key": "srd-2024_greataxe",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Cleave",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_cleave-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Heavy",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_heavy-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Greataxe",
            "damage_dice": "1d12",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_glaive/?format=api",
            "key": "srd-2024_glaive",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Graze",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_graze-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Heavy",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_heavy-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Reach",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_reach-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Glaive",
            "damage_dice": "1d10",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_flail/?format=api",
            "key": "srd-2024_flail",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Sap",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_sap-mastery/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            "distance_unit": "feet",
            "name": "Flail",
            "damage_dice": "1d8",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_dart/?format=api",
            "key": "srd-2024_dart",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Finesse",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_finesse-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Thrown",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_thrown-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Vex",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_vex-mastery/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Dart",
            "damage_dice": "1d4",
            "range": 20.0,
            "long_range": 60.0,
            "is_simple": true,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_dagger/?format=api",
            "key": "srd-2024_dagger",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Finesse",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_finesse-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Light",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_light-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Nick",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_nick-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Thrown",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_thrown-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Dagger",
            "damage_dice": "1d4",
            "range": 20.0,
            "long_range": 60.0,
            "is_simple": true,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_club/?format=api",
            "key": "srd-2024_club",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Light",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_light-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Slow",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_slow-mastery/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            "distance_unit": "feet",
            "name": "Club",
            "damage_dice": "1d4",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": true,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_blowgun/?format=api",
            "key": "srd-2024_blowgun",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Ammunition",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_ammunition-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Loading",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_loading-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Vex",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_vex-mastery/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Blowgun",
            "damage_dice": "1",
            "range": 25.0,
            "long_range": 100.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd-2024_battleaxe/?format=api",
            "key": "srd-2024_battleaxe",
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "properties": [
                {
                    "property": {
                        "name": "Topple",
                        "type": "Mastery",
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_topple-mastery/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Versatile",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_versatile-wp/?format=api"
                    },
                    "detail": "1d10"
                }
            ],
            "damage_type": {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Battleaxe",
            "damage_dice": "1d8",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        }
    ]
}