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

GET /v2/feats/a5e-ag_well-heeled/?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_well-heeled/?format=api",
    "key": "a5e-ag_well-heeled",
    "has_prerequisite": true,
    "benefits": [
        {
            "desc": "You are treated as royalty (or as closely as possible) by most commoners and traders, and as an equal when meeting other authority figures (who make time in their schedule to see you when requested to do so)."
        },
        {
            "desc": "You have passive investments and income that allow you to maintain a high quality of living. You have a rich lifestyle and do not need to pay for it."
        },
        {
            "desc": "You gain a second Prestige Center. This must be an area where you have spent at least a week of time."
        }
    ],
    "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": "Well-Heeled",
    "desc": "* You are treated as royalty (or as closely as possible) by most commoners and traders, and as an equal when meeting other authority figures (who make time in their schedule to see you when requested to do so).\r\n* You have passive investments and income that allow you to maintain a high quality of living. You have a rich lifestyle and do not need to pay for it.\r\n* You gain a second Prestige Center. This must be an area where you have spent at least a week of time.",
    "prerequisite": "Prestige rating of 2 or higher",
    "type": "GENERAL"
}