list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

GET /v2/items/srd-2024_boots-of-the-winterlands/?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_boots-of-the-winterlands/?format=api",
    "key": "srd-2024_boots-of-the-winterlands",
    "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": "Boots of the Winterlands",
    "desc": "These furred boots are snug and feel warm. While wearing them, you gain the following benefits. Cold Resistance. You have Resistance to Cold damage and can tolerate temperatures of 0 degrees Fahrenheit or lower without any additional protection. Winter Strider. You ignore Difficult Terrain created by ice or snow.",
    "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": true,
    "damage_vulnerabilities": [],
    "damage_resistances": []
}