list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

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

{
    "key": "srd-2024_sickle",
    "name": "Sickle",
    "desc": "A sickle.",
    "category": {
        "name": "Weapon",
        "key": "weapon"
    },
    "weapon": {
        "name": "Sickle",
        "key": "srd-2024_sickle",
        "damage_type": {
            "name": "Slashing",
            "key": "slashing"
        },
        "damage_dice": "1d4",
        "properties": [
            {
                "property": {
                    "name": "Light",
                    "type": null,
                    "desc": "When you take the Attack action on your turn and attack with a Light weapon, you can make one extra attack as a Bonus Action later on the same turn. That extra attack must be made with a different Light weapon, and you don't add your ability modifier to the extra attack's damage unless that modifier is negative."
                },
                "detail": null
            },
            {
                "property": {
                    "name": "Nick",
                    "type": "Mastery",
                    "desc": "When you make the extra attack of the Light property, you can make it as part of the Attack action instead of as a Bonus Action. You can make this extra attack only once per turn."
                },
                "detail": null
            }
        ],
        "is_simple": true,
        "is_martial": false,
        "is_improvised": false,
        "distance_unit": "feet"
    },
    "armor": null,
    "size": {
        "name": "Tiny",
        "key": "tiny"
    },
    "weight": "2.000",
    "weight_unit": "lb",
    "cost": "1.00",
    "document": {
        "name": "System Reference Document 5.2",
        "key": "srd-2024",
        "type": "SOURCE",
        "display_name": "5e 2024 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast"
        },
        "gamesystem": {
            "name": "5th Edition 2024",
            "key": "5e-2024"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "crossreferences": {
        "to": []
    }
}