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

GET /v2/weapons/srd-2024_lance/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api.open5e.com/v2/weapons/srd-2024_lance/?format=api",
    "key": "srd-2024_lance",
    "document": {
        "name": "System Reference Document 5.2",
        "key": "srd-2024",
        "type": "SOURCE",
        "display_name": "5e 2024 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2024",
            "key": "5e-2024",
            "url": "https://api.open5e.com/v2/gamesystems/5e-2024/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "properties": [
        {
            "property": {
                "name": "Heavy",
                "type": null,
                "url": "/v2/weaponproperties/srd-2024_heavy-wp/",
                "desc": "You have Disadvantage on attack rolls with a Heavy weapon if it's a Melee weapon and your Strength score isn't at least 13 or if it's a Ranged weapon and your Dexterity score isn't at least 13."
            },
            "detail": null
        },
        {
            "property": {
                "name": "Reach",
                "type": null,
                "url": "/v2/weaponproperties/srd-2024_reach-wp/",
                "desc": "A Reach weapon adds 5 feet to your reach when you attack with it, as well as when determining your reach for Opportunity Attacks with it."
            },
            "detail": null
        },
        {
            "property": {
                "name": "Topple",
                "type": "Mastery",
                "url": "/v2/weaponproperties/srd-2024_topple-mastery/",
                "desc": "If you hit a creature with this weapon, you can force the creature to make a Constitution saving throw (DC 8 plus the ability modifier used to make the attack roll and your Proficiency Bonus). On a failed save, the creature has the Prone condition."
            },
            "detail": null
        },
        {
            "property": {
                "name": "Two-Handed",
                "type": null,
                "url": "/v2/weaponproperties/srd-2024_two-handed-wp/",
                "desc": "A Two-Handed weapon requires two hands when you attack with it."
            },
            "detail": "unless mounted"
        }
    ],
    "damage_type": {
        "name": "Piercing",
        "key": "piercing",
        "url": "https://api.open5e.com/v2/damagetypes/piercing/?format=api"
    },
    "distance_unit": "feet",
    "name": "Lance",
    "damage_dice": "1d10",
    "range": 0.0,
    "long_range": 0.0,
    "is_simple": false,
    "is_improvised": false
}