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

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

{
    "url": "https://api-beta.open5e.com/v2/weapons/halberd/?format=api",
    "key": "halberd",
    "is_versatile": false,
    "is_martial": true,
    "range_melee": 10,
    "is_reach": true,
    "properties": [
        "heavy",
        "two-handed",
        "reach"
    ],
    "name": "Halberd",
    "damage_dice": "1d10",
    "versatile_dice": "0",
    "range_reach": 10,
    "range_normal": 0,
    "range_long": 0,
    "is_finesse": false,
    "is_thrown": false,
    "is_two_handed": true,
    "requires_ammunition": false,
    "requires_loading": false,
    "is_heavy": true,
    "is_light": false,
    "is_lance": false,
    "is_net": false,
    "is_simple": false,
    "is_improvised": false,
    "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
    "damage_type": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
}