list: API endpoint for returning a list of feats.
retrieve: API endpoint for returning a particular feat.

GET /v2/feats/srd-2024_boon-of-combat-prowess/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/feats/srd-2024_boon-of-combat-prowess/?format=api",
    "key": "srd-2024_boon-of-combat-prowess",
    "has_prerequisite": true,
    "benefits": [
        {
            "desc": "Increase one ability score of your choice by 1, to a maximum of 30."
        },
        {
            "desc": "When you miss with an attack roll, you can hit instead. Once you use this benefit, you can't use it again until the start of your next turn."
        }
    ],
    "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"
    },
    "name": "Boon of Combat Prowess",
    "desc": "You gain the following benefits.",
    "prerequisite": "Level 19+",
    "type": "Epic Boon"
}