list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

GET /v2/items/vom_grave-ward-splint/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/items/vom_grave-ward-splint/?format=api",
    "key": "vom_grave-ward-splint",
    "is_magic_item": true,
    "weapon": null,
    "armor": {
        "name": "Splint",
        "key": "srd_splint",
        "url": "https://api-beta.open5e.com/v2/armor/srd_splint/?format=api",
        "category": "heavy",
        "ac_base": 17,
        "ac_display": "17",
        "ac_add_dexmod": false,
        "ac_cap_dexmod": null,
        "grants_stealth_disadvantage": true,
        "strength_score_required": 15
    },
    "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": "Very Rare",
        "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
        "key": "very-rare",
        "rank": 4
    },
    "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": "Grave Ward Splint",
    "desc": "This armor bears gold or brass symbols of sunlight and sun deities and never tarnishes or rusts. The armor is immune to necrotic damage and rusting attacks such as those of a rust monster. While wearing this armor, your maximum hit points can't be reduced. As an action, you can speak a command word to gain the effect of a protection from evil and good spell for 1 minute (no concentration required). While the spell is active, if you are reduced to 0 hit points, you drop to 1 hit point instead. Once you use this property, it can't be used again until the next dawn.",
    "cost": "0.00",
    "weight": "60.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": []
}