Item Instance
list: API endpoint for returning a list of items.
retrieve: API endpoint for returning a particular item.
GET /v2/items/srd-2024_plate-armor-plus-3/?format=api
{ "url": "https://api-beta.open5e.com/v2/items/srd-2024_plate-armor-plus-3/?format=api", "key": "srd-2024_plate-armor-plus-3", "name": "Plate Armor (+3)", "desc": "You have a bonus to Armor Class while wearing this armor. The bonus is determined by its rarity.", "category": { "name": "Armor", "key": "armor", "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api" }, "rarity": { "name": "Very Rare", "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api", "key": "very-rare", "rank": 4 }, "is_magic_item": true, "weapon": null, "armor": { "name": "Plate Armor", "key": "srd-2024_plate-armor", "url": "https://api-beta.open5e.com/v2/armor/srd-2024_plate-armor/?format=api", "category": "heavy", "ac_base": 18, "ac_display": "18", "ac_add_dexmod": false, "ac_cap_dexmod": null, "grants_stealth_disadvantage": true, "strength_score_required": 15 }, "size": { "name": "Tiny", "key": "tiny", "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api" }, "weight": "65.000", "weight_unit": "lb", "cost": "0.00", "requires_attunement": false, "attunement_detail": null, "document": { "name": "System Reference Document 5.2", "key": "srd-2024", "type": "SOURCE", "display_name": "5e 2024 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 2024", "key": "5e-2024", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api" }, "permalink": "https://dnd.wizards.com/resources/systems-reference-document" } }