list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

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

{
    "url": "https://api-beta.open5e.com/v2/items/srd_rowboat/?format=api",
    "key": "srd_rowboat",
    "name": "Rowboat",
    "desc": "Waterborne vehicle. Speed 1.5mph",
    "category": {
        "name": "Waterborne Vehicle",
        "key": "waterborne-vehicle",
        "url": "https://api-beta.open5e.com/v2/itemcategories/waterborne-vehicle/?format=api"
    },
    "rarity": null,
    "is_magic_item": false,
    "weapon": null,
    "armor": null,
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "weight": "100.000",
    "weight_unit": "lb",
    "cost": "50.00",
    "requires_attunement": false,
    "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"
    }
}