Item Instance
list: API endpoint for returning a list of items.
retrieve: API endpoint for returning a particular item.
GET /v2/items/vom_blackguards-shortsword/?format=api
{ "url": "https://api-beta.open5e.com/v2/items/vom_blackguards-shortsword/?format=api", "key": "vom_blackguards-shortsword", "name": "Blackguard's Shortsword", "desc": "You have advantage on attack rolls made with this weapon against a target if another enemy of the target is within 5 feet of it, and it has no allies within 5 feet of it.", "category": { "name": "Weapon", "key": "weapon", "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api" }, "rarity": { "name": "Common", "url": "https://api-beta.open5e.com/v2/itemrarities/common/?format=api", "key": "common", "rank": 1 }, "is_magic_item": true, "weapon": { "name": "Shortsword", "key": "srd_shortsword", "url": "https://api-beta.open5e.com/v2/weapons/srd_shortsword/?format=api", "damage_type": { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" }, "damage_dice": "1d6", "properties": [ { "property": { "name": "Finesse", "type": null, "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_finesse-wp/?format=api", "desc": "When making an attack with a finesse weapon, you use your choice of your Strength or Dexterity modifier for the attack and damage rolls. You must use the same modifier for both rolls." }, "detail": null }, { "property": { "name": "Light", "type": null, "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_light-wp/?format=api", "desc": "A light weapon is small and easy to handle, making it ideal for use when fighting with two weapons." }, "detail": null } ], "is_simple": false, "is_martial": true, "is_improvised": false, "distance_unit": "feet" }, "armor": null, "size": { "name": "Tiny", "key": "tiny", "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api" }, "weight": "0.000", "weight_unit": "lb", "cost": "0.00", "requires_attunement": false, "attunement_detail": null, "document": { "name": "Vault of Magic", "key": "vom", "type": "SOURCE", "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/" } }