list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

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

{
    "url": "https://api-beta.open5e.com/v2/items/srd_rapier/?format=api",
    "key": "srd_rapier",
    "is_magic_item": false,
    "weapon": {
        "name": "Rapier",
        "key": "srd_rapier",
        "url": "https://api-beta.open5e.com/v2/weapons/srd_rapier/?format=api",
        "damage_type": {
            "name": "Piercing",
            "key": "piercing",
            "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
        },
        "damage_dice": "1d8",
        "properties": [
            {
                "property": {
                    "name": "Finesse",
                    "type": null,
                    "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api"
                },
                "detail": null
            }
        ],
        "is_simple": false,
        "is_martial": true,
        "is_improvised": false,
        "distance_unit": "feet"
    },
    "armor": null,
    "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"
    },
    "category": {
        "name": "Weapon",
        "key": "weapon",
        "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
    },
    "rarity": null,
    "damage_immunities": [
        {
            "name": "Poison",
            "key": "poison",
            "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
        },
        {
            "name": "Psychic",
            "key": "psychic",
            "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
        }
    ],
    "size": {
        "name": "Tiny",
        "key": "tiny",
        "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
    },
    "weight_unit": "lb",
    "name": "Rapier",
    "desc": "A rapier.",
    "cost": "25.00",
    "weight": "2.000",
    "armor_class": 0,
    "armor_detail": "",
    "hit_points": 0,
    "hit_dice": null,
    "nonmagical_attack_resistance": false,
    "nonmagical_attack_immunity": false,
    "requires_attunement": false,
    "damage_vulnerabilities": [],
    "damage_resistances": []
}