list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

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

{
    "key": "srd_greataxe",
    "name": "Greataxe",
    "desc": "A greataxe.",
    "category": {
        "name": "Weapon",
        "key": "weapon"
    },
    "weapon": {
        "name": "Greataxe",
        "key": "srd_greataxe",
        "damage_type": {
            "name": "Slashing",
            "key": "slashing"
        },
        "damage_dice": "1d12",
        "properties": [
            {
                "property": {
                    "name": "Two-Handed",
                    "type": null,
                    "desc": "This weapon requires two hands when you attack with it."
                },
                "detail": null
            }
        ],
        "is_simple": false,
        "is_martial": true,
        "is_improvised": false,
        "distance_unit": "feet"
    },
    "armor": null,
    "size": {
        "name": "Tiny",
        "key": "tiny"
    },
    "weight": "7.000",
    "weight_unit": "lb",
    "cost": "30.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": []
    }
}