list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

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

{
    "url": "https://api-beta.open5e.com/v2/items/vom_bloodthirsty-shortbow/?format=api",
    "key": "vom_bloodthirsty-shortbow",
    "is_magic_item": true,
    "weapon": {
        "name": "Shortbow",
        "key": "srd_shortbow",
        "url": "https://api-beta.open5e.com/v2/weapons/srd_shortbow/?format=api",
        "damage_type": {
            "name": "Piercing",
            "key": "piercing",
            "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
        },
        "damage_dice": "1d6",
        "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
            }
        ],
        "is_simple": true,
        "is_martial": false,
        "is_improvised": false,
        "distance_unit": "feet"
    },
    "armor": null,
    "document": {
        "name": "Vault of Magic",
        "key": "vom",
        "display_name": "Vault of Magic",
        "publisher": {
            "name": "Kobold Press",
            "key": "kobold-press",
            "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
    },
    "category": {
        "name": "Weapon",
        "key": "weapon",
        "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api"
    },
    "rarity": {
        "name": "Rare",
        "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
        "key": "rare",
        "rank": 3
    },
    "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": "Bloodthirsty Shortbow",
    "desc": "This magic weapon bears long, branching channels inscribed into its blade or head, and it gives off a coppery scent. When you damage a creature that has blood with this weapon, it loses an additional 2d6 hit points from blood loss.",
    "cost": "0.00",
    "weight": "0.000",
    "armor_class": 0,
    "armor_detail": "",
    "hit_points": 0,
    "hit_dice": null,
    "nonmagical_attack_resistance": false,
    "nonmagical_attack_immunity": false,
    "requires_attunement": true,
    "damage_vulnerabilities": [],
    "damage_resistances": []
}