list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

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

{
    "url": "https://api-beta.open5e.com/v2/items/srd-2024_oathbow/?format=api",
    "key": "srd-2024_oathbow",
    "is_magic_item": true,
    "weapon": null,
    "armor": null,
    "document": {
        "name": "System Reference Document 5.2",
        "key": "srd-2024",
        "display_name": "5e 2024 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 2024",
            "key": "5e-2024",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "category": {
        "name": "Weapon",
        "key": "weapon",
        "url": "https://api-beta.open5e.com/v2/itemcategories/weapon/?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": [],
    "size": {
        "name": "Tiny",
        "key": "tiny",
        "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
    },
    "weight_unit": "lb",
    "name": "Oathbow",
    "desc": "When you nock an arrow on this bow, it whispers in Elvish, \"Swift defeat to my enemies.\" When you use this weapon to make a ranged attack, you can utter or sign the following command words: \"Swift death to you who have wronged me.\" The target of your attack becomes your sworn enemy until it dies or until dawn 7 days later. You can have only one such sworn enemy at a time. When your sworn enemy dies, you can choose a new one after the next dawn. When you make a ranged attack roll with this weapon against your sworn enemy, you have Advantage on the roll. In addition, your target gains no benefit from Half Cover or Three-Quarters Cover, and you suffer no Disadvantage due to long range. If the attack hits, your sworn enemy takes an extra 3d6 Piercing damage. While your sworn enemy lives, you have Disadvantage on attack rolls with all other weapons.",
    "cost": "0.00",
    "weight": "0.000",
    "armor_class": 0,
    "armor_detail": "",
    "hit_points": 0,
    "hit_dice": null,
    "nonmagical_attack_resistance": false,
    "nonmagical_attack_immunity": false,
    "requires_attunement": true,
    "damage_vulnerabilities": [],
    "damage_resistances": []
}