list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

GET /v2/items/srd-2024_horn-of-valhalla/?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_horn-of-valhalla/?format=api",
    "key": "srd-2024_horn-of-valhalla",
    "name": "Horn of Valhalla",
    "desc": "You can take a Magic action to blow this horn. In response, warrior spirits from the plane of Ysgard appear in unoccupied spaces within 60 feet of you. Each spirit uses the **Berserker** stat block and returns to Ysgard after 1 hour or when it drops to 0 Hit Points. The spirits look like living, breathing warriors, and they have Immunity to the Charmed and Frightened conditions. Once you use the horn, it can't be used again until 7 days have passed.\n\nFour types of *Horn of Valhalla* are known to exist, each made of a different metal. The horn's type determines how many spirits it summons, as well as the requirement for its use. The GM chooses the horn's type or determines it randomly by rolling on the following table.\n\nIf you blow the horn without meeting its requirement, the summoned spirits attack you. If you meet the requirement, they are Friendly to you and your allies and follow your commands.\n\n| 1d100 | Horn Type | Spirits | Requirement                          |\n|-------|-----------|---------|--------------------------------------|\n| 01–40 | Silver    | 2       | None                                 |\n| 41–75 | Brass     | 3       | Proficiency with all Simple weapons  |\n| 76–90 | Bronze    | 4       | Training with all Medium armor       |\n| 91–00 | Iron      | 5       | Proficiency with all Martial weapons |",
    "category": {
        "name": "Wondrous Item",
        "key": "wondrous-item",
        "url": "https://api-beta.open5e.com/v2/itemcategories/wondrous-item/?format=api"
    },
    "rarity": {
        "name": "Legendary",
        "url": "https://api-beta.open5e.com/v2/itemrarities/legendary/?format=api",
        "key": "legendary",
        "rank": 5
    },
    "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"
    }
}