list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

GET /v2/items/srd-2024_ammunition-of-slaying/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/items/srd-2024_ammunition-of-slaying/?format=api",
    "key": "srd-2024_ammunition-of-slaying",
    "name": "Ammunition of Slaying",
    "desc": "This magic ammunition is meant to slay creatures of a particular type, which the GM chooses or determines randomly by rolling on the table below. If a creature of that type takes damage from the ammunition, the creature makes a DC 17 Constitution saving throw, taking an extra 6d10 Force damage on a failed save or half as much extra damage on a successful one.\n\nAfter dealing its extra damage to a creature, the ammunition becomes nonmagical.\n\n| 1d100 | Creature Type |\n|-------|---------------|\n| 01–10 | Aberrations   |\n| 11–15 | Beasts        |\n| 16–20 | Celestials    |\n| 21–25 | Constructs    |\n| 26–35 | Dragons       |\n| 36–45 | Elementals    |\n| 46–50 | Humanoids     |\n| 51–60 | Fey           |\n| 61–70 | Fiends        |\n| 71–75 | Giants        |\n| 76–80 | Monstrosities |\n| 81–85 | Oozes         |\n| 86–90 | Plants        |\n| 91–00 | Undead        |",
    "category": {
        "name": "Weapon",
        "key": "weapon",
        "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?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": 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,
    "document": {
        "name": "System Reference Document 5.2",
        "key": "srd-2024",
        "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"
    }
}