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

GET /v2/feats/a5e-ag_hardy-adventurer/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/feats/a5e-ag_hardy-adventurer/?format=api",
    "key": "a5e-ag_hardy-adventurer",
    "has_prerequisite": false,
    "benefits": [
        {
            "desc": "When you take this feat, you gain a number of hit points equal to twice your level."
        },
        {
            "desc": "Whenever you gain a new level, you gain an additional 2 hit points to your hit point maximum."
        },
        {
            "desc": "During a short rest, you regain 1 additional hit point per hit die spent to heal."
        }
    ],
    "document": {
        "name": "Adventurer's Guide",
        "key": "a5e-ag",
        "display_name": "Adventurer's Guide",
        "publisher": {
            "name": "EN Publishing",
            "key": "en-publishing",
            "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
        },
        "gamesystem": {
            "name": "Advanced 5th Edition",
            "key": "a5e",
            "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
        },
        "permalink": "https://a5esrd.com/a5esrd"
    },
    "name": "Hardy Adventurer",
    "desc": "* When you take this feat, you gain a number of hit points equal to twice your level. \r\n* Whenever you gain a new level, you gain an additional 2 hit points to your hit point maximum.\r\n* During a short rest, you regain 1 additional hit point per hit die spent to heal.",
    "prerequisite": "",
    "type": "GENERAL"
}