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

GET /v2/weapons/?format=api&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",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd_greatsword/?format=api",
            "key": "srd_greatsword",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_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_halberd/?format=api",
            "key": "srd_halberd",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Reach",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_reach-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "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_handaxe/?format=api",
            "key": "srd_handaxe",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Light",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-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": "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_javelin/?format=api",
            "key": "srd_javelin",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Thrown",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                    },
                    "detail": "range 30/120"
                }
            ],
            "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_lance/?format=api",
            "key": "srd_lance",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Special (Lance)",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_lance-special-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Reach",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_reach-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": "1d12",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd_light-hammer/?format=api",
            "key": "srd_light-hammer",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Light",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Thrown",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                    },
                    "detail": "range 20/60"
                }
            ],
            "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_longbow/?format=api",
            "key": "srd_longbow",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Ammunition",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                    },
                    "detail": "range 150/600"
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_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_longsword/?format=api",
            "key": "srd_longsword",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Versatile",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_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_mace/?format=api",
            "key": "srd_mace",
            "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"
            },
            "properties": [],
            "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_maul/?format=api",
            "key": "srd_maul",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_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_morningstar/?format=api",
            "key": "srd_morningstar",
            "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"
            },
            "properties": [],
            "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_net/?format=api",
            "key": "srd_net",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Special (Net)",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_net-special-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Thrown",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                    },
                    "detail": "range 5/15"
                }
            ],
            "damage_type": {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            "distance_unit": "feet",
            "name": "Net",
            "damage_dice": "0",
            "range": 5.0,
            "long_range": 15.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd_pike/?format=api",
            "key": "srd_pike",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Reach",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_reach-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "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_quarterstaff/?format=api",
            "key": "srd_quarterstaff",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Versatile",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                    },
                    "detail": "1d8"
                }
            ],
            "damage_type": {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            "distance_unit": "feet",
            "name": "Quarterstaff",
            "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_rapier/?format=api",
            "key": "srd_rapier",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Finesse",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-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": "Rapier",
            "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_scimitar/?format=api",
            "key": "srd_scimitar",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Finesse",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Light",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Scimitar",
            "damage_dice": "1d6",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd_shortbow/?format=api",
            "key": "srd_shortbow",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Ammunition",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                    },
                    "detail": "range 80/320"
                },
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_two-handed-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Shortbow",
            "damage_dice": "1d6",
            "range": 80.0,
            "long_range": 320.0,
            "is_simple": true,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd_shortsword/?format=api",
            "key": "srd_shortsword",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Finesse",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Light",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api"
                    },
                    "detail": null
                }
            ],
            "damage_type": {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Shortsword",
            "damage_dice": "1d6",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd_sickle/?format=api",
            "key": "srd_sickle",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Light",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-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": "Sickle",
            "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_sling/?format=api",
            "key": "srd_sling",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Ammunition",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_ammunition-wp/?format=api"
                    },
                    "detail": "range 80/320"
                }
            ],
            "damage_type": {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            "distance_unit": "feet",
            "name": "Sling",
            "damage_dice": "1d4",
            "range": 30.0,
            "long_range": 120.0,
            "is_simple": true,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd_spear/?format=api",
            "key": "srd_spear",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Thrown",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                    },
                    "detail": "range 20/60"
                },
                {
                    "property": {
                        "name": "Versatile",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                    },
                    "detail": "1d8"
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Spear",
            "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_trident/?format=api",
            "key": "srd_trident",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_two-handed-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Thrown",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                    },
                    "detail": "range 20/60"
                },
                {
                    "property": {
                        "name": "Versatile",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                    },
                    "detail": "1d8"
                }
            ],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "Trident",
            "damage_dice": "1d6",
            "range": 20.0,
            "long_range": 60.0,
            "is_simple": false,
            "is_improvised": false
        },
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd_war-pick/?format=api",
            "key": "srd_war-pick",
            "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"
            },
            "properties": [],
            "damage_type": {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            "distance_unit": "feet",
            "name": "War Pick",
            "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_warhammer/?format=api",
            "key": "srd_warhammer",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Versatile",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_versatile-wp/?format=api"
                    },
                    "detail": "1d10"
                }
            ],
            "damage_type": {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            "distance_unit": "feet",
            "name": "Warhammer",
            "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_whip/?format=api",
            "key": "srd_whip",
            "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"
            },
            "properties": [
                {
                    "property": {
                        "name": "Reach",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_reach-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": "Whip",
            "damage_dice": "1d4",
            "range": 0.0,
            "long_range": 0.0,
            "is_simple": false,
            "is_improvised": false
        }
    ]
}