list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

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

{
    "key": "srd_splint-armor",
    "name": "Splint Armor",
    "desc": "This armor is made of narrow vertical strips of metal riveted to a backing of leather that is worn over cloth padding. Flexible chain mail protects the joints.",
    "category": {
        "name": "Armor",
        "key": "armor"
    },
    "weapon": null,
    "armor": {
        "name": "Splint",
        "key": "srd_splint",
        "category": "heavy",
        "ac_base": 17,
        "ac_display": "17",
        "ac_add_dexmod": false,
        "ac_cap_dexmod": null,
        "grants_stealth_disadvantage": true,
        "strength_score_required": 15
    },
    "size": {
        "name": "Tiny",
        "key": "tiny"
    },
    "weight": "60.000",
    "weight_unit": "lb",
    "cost": "200.00",
    "document": {
        "name": "System Reference Document 5.1",
        "key": "srd-2014",
        "type": "SOURCE",
        "display_name": "5e 2014 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "crossreferences": {
        "to": [
            {
                "anchor": "Chain mail",
                "url": "https://api-beta.open5e.com/v2/items/srd_chain-mail/"
            }
        ]
    }
}