list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

GET /v2/items/vom_ghost-barding-padded/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/items/vom_ghost-barding-padded/?format=api",
    "key": "vom_ghost-barding-padded",
    "is_magic_item": true,
    "weapon": null,
    "armor": {
        "name": "Padded",
        "key": "srd_padded",
        "url": "https://api-beta.open5e.com/v2/armor/srd_padded/?format=api",
        "category": "light",
        "ac_base": 11,
        "ac_display": "11 + Dex modifier",
        "ac_add_dexmod": true,
        "ac_cap_dexmod": null,
        "grants_stealth_disadvantage": true,
        "strength_score_required": null
    },
    "document": {
        "name": "Vault of Magic",
        "key": "vom",
        "display_name": "Vault of Magic",
        "publisher": {
            "name": "Kobold Press",
            "key": "kobold-press",
            "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
    },
    "category": {
        "name": "Armor",
        "key": "armor",
        "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
    },
    "rarity": {
        "name": "Uncommon",
        "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
        "key": "uncommon",
        "rank": 2
    },
    "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": "Ghost Barding Padded",
    "desc": "This armor is blue-green and translucent. It weighs only 1 pound, and if the armor normally imposes disadvantage on Dexterity (Stealth) checks or has a Strength requirement, this version of the armor doesn't. The armor's base Armor Class applies only against attacks by undead creatures and doesn't provide protection against any other attacks. When a beast wears this armor, the beast gains a +1 bonus to AC against attacks by undead creatures, and it has advantage on saving throws against the spells and special abilities of undead creatures.",
    "cost": "0.00",
    "weight": "8.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": []
}