list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

GET /v2/items/srd-2024_candle-of-invocation/?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_candle-of-invocation/?format=api",
    "key": "srd-2024_candle-of-invocation",
    "name": "Candle of Invocation",
    "desc": "This candle's magic is activated when the candle is lit, which requires a Magic action. After burning for 4 hours, the candle is destroyed. You can snuff it out early for use at a later time. Deduct the time it burned in increments of 1 minute from its total burn time.\n\nWhile lit, the candle sheds Dim Light in a 30-foot radius. While you are within that light, you have Advantage on D20 Tests. In addition, a Cleric or Druid in the light can cast level 1 spells they have prepared without expending spell slots.\n\nAlternatively, when you light the candle for the first time, you can cast *Gate* with it. Doing so destroys the candle. The portal created by the spell links to a particular Outer Plane chosen by the GM or determined by rolling on the following table.\n\n| 1d100 | Outer Plane    |\n|-------|----------------|\n| 01–05 | Abyss          |\n| 06–10 | Acheron        |\n| 11–17 | Arborea        |\n| 18–25 | Arcadia        |\n| 26–33 | Beastlands     |\n| 34–41 | Bytopia        |\n| 42–46 | Carceri        |\n| 47–54 | Elysium        |\n| 55–59 | Gehenna        |\n| 60–64 | Hades          |\n| 65–69 | Limbo          |\n| 70–77 | Mechanus       |\n| 78–85 | Mount Celestia |\n| 86–90 | Nine Hells     |\n| 91–95 | Pandemonium    |\n| 96–00 | Ysgard         |",
    "category": {
        "name": "Wondrous Item",
        "key": "wondrous-item",
        "url": "https://api-beta.open5e.com/v2/itemcategories/wondrous-item/?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": true,
    "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"
    }
}