list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

GET /v2/items/srd_armor-of-resistance-leather/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/items/srd_armor-of-resistance-leather/?format=api",
    "key": "srd_armor-of-resistance-leather",
    "is_magic_item": true,
    "weapon": null,
    "armor": {
        "name": "Leather",
        "key": "srd_leather",
        "url": "https://api-beta.open5e.com/v2/armor/srd_leather/?format=api",
        "category": "light",
        "ac_base": 11,
        "ac_display": "11 + Dex modifier",
        "ac_add_dexmod": true,
        "ac_cap_dexmod": null,
        "grants_stealth_disadvantage": false,
        "strength_score_required": null
    },
    "document": {
        "name": "System Reference Document 5.1",
        "key": "srd-2014",
        "display_name": "5e 2014 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 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "category": {
        "name": "Armor",
        "key": "armor",
        "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
    },
    "rarity": {
        "name": "Rare",
        "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
        "key": "rare",
        "rank": 3
    },
    "damage_immunities": [
        {
            "name": "Poison",
            "key": "poison",
            "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
        },
        {
            "name": "Psychic",
            "key": "psychic",
            "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
        }
    ],
    "size": {
        "name": "Tiny",
        "key": "tiny",
        "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
    },
    "weight_unit": "lb",
    "name": "Armor of Resistance (Leather)",
    "desc": "You have resistance to one type of damage while you wear this armor. The GM chooses the type or determines it randomly from the options below.\n\n| d10 | Damage Type |\n|-----|-------------|\n| 1   | Acid        |\n| 2   | Cold        |\n| 3   | Fire        |\n| 4   | Force       |\n| 5   | Lightning   |\n| 6   | Necrotic    |\n| 7   | Poison      |\n| 8   | Psychic     |\n| 9   | Radiant     |\n| 10  | Thunder     |",
    "cost": null,
    "weight": "10.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": []
}