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

GET /v2/weapons/?format=api&ordering=is_simple&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=is_simple",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/weapons/srd_dart/?format=api",
            "key": "srd_dart",
            "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": "Thrown",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api"
                    },
                    "detail": "range 20/60"
                }
            ],
            "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_greatclub/?format=api",
            "key": "srd_greatclub",
            "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": "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_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_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_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_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_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_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-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_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_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_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_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_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_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_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_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_quarterstaff/?format=api",
            "key": "srd-2024_quarterstaff",
            "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": "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-2024_shortbow/?format=api",
            "key": "srd-2024_shortbow",
            "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": "Two-Handed",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_two-handed-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": "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-2024_sickle/?format=api",
            "key": "srd-2024_sickle",
            "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
                }
            ],
            "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-2024_sling/?format=api",
            "key": "srd-2024_sling",
            "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": "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": "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-2024_spear/?format=api",
            "key": "srd-2024_spear",
            "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": "Thrown",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_thrown-wp/?format=api"
                    },
                    "detail": null
                },
                {
                    "property": {
                        "name": "Versatile",
                        "type": null,
                        "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2024_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
        }
    ]
}