Item Instance
list: API endpoint for returning a list of items.
retrieve: API endpoint for returning a particular item.
GET /v2/items/vom_hammer-of-throwing/?format=api
{ "url": "https://api-beta.open5e.com/v2/items/vom_hammer-of-throwing/?format=api", "key": "vom_hammer-of-throwing", "name": "Hammer of Throwing", "desc": "You gain a +1 bonus to attack and damage rolls with this magic weapon. In addition, when you throw the hammer, it returns to your hand at the end of your turn. If you have no hand free, it falls to the ground at your feet.", "category": { "name": "Weapon", "key": "weapon", "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?format=api" }, "rarity": { "name": "Uncommon", "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api", "key": "uncommon", "rank": 2 }, "is_magic_item": true, "weapon": { "name": "Light hammer", "key": "srd_light-hammer", "url": "https://api-beta.open5e.com/v2/weapons/srd_light-hammer/?format=api", "damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "damage_dice": "1d4", "properties": [ { "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 }, { "property": { "name": "Thrown", "type": null, "url": "https://api-beta.open5e.com/v2/weaponproperties/srd-2014_thrown-wp/?format=api", "desc": "If a weapon has the thrown property, you can throw the weapon to make a ranged attack. If the weapon is a melee weapon, you use the same ability modifier for that attack roll and damage roll that you would use for a melee attack with the weapon. For example, if you throw a handaxe, you use your Strength, but if you throw a dagger, you can use either your Strength or your Dexterity, since the dagger has the finesse property." }, "detail": "range 20/60" } ], "is_simple": true, "is_martial": false, "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": true, "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/" } }