list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

GET /v2/items/srd-2024_bag-of-tricks/?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_bag-of-tricks/?format=api",
    "key": "srd-2024_bag-of-tricks",
    "is_magic_item": true,
    "weapon": null,
    "armor": null,
    "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"
    },
    "category": {
        "name": "Wondrous Item",
        "key": "wondrous-item",
        "url": "https://api-beta.open5e.com/v2/itemcategories/wondrous-item/?format=api"
    },
    "rarity": {
        "name": "Uncommon",
        "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
        "key": "uncommon",
        "rank": 2
    },
    "damage_immunities": [],
    "size": {
        "name": "Tiny",
        "key": "tiny",
        "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
    },
    "weight_unit": "lb",
    "name": "Bag of Tricks",
    "desc": "This bag made from gray, rust, or tan cloth appears empty. Reaching inside the bag, however, reveals the presence of a small, fuzzy object. You can take a Magic action to pull the fuzzy object from the bag and throw it up to 20 feet. When the object lands, it transforms into a creature you determine by rolling on the table that corresponds to the bag's color. See \"Monsters\" for the creature's stat block. The creature vanishes at the next dawn or when it is reduced to 0 Hit Points. The creature is Friendly to you and your allies, and it acts immediately after you on your Initiative count. You can take a Bonus Action to command how the creature moves and what action it takes on its next turn, such as attacking an enemy. In the absence of such orders, the creature acts in a fashion appropriate to its nature. Once three fuzzy objects have been pulled from the bag, the bag can't be used again until the next dawn.",
    "cost": "0.00",
    "weight": "0.000",
    "armor_class": 0,
    "armor_detail": "",
    "hit_points": 0,
    "hit_dice": null,
    "nonmagical_attack_resistance": false,
    "nonmagical_attack_immunity": false,
    "requires_attunement": false,
    "damage_vulnerabilities": [],
    "damage_resistances": []
}