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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/tdcs_rapid-drinker/?format=api",
    "key": "tdcs_rapid-drinker",
    "has_prerequisite": true,
    "benefits": [
        {
            "desc": "* You can drink a potion as a Bonus action, instead of as an action."
        },
        {
            "desc": "* You have advantage on any saving throws triggered by ingesting an alcoholic or dangerous substance."
        }
    ],
    "document": {
        "name": "Tal'dorei Campaign Setting",
        "key": "tdcs",
        "display_name": "Tal'dorei Campaign Setting",
        "publisher": {
            "name": "Green Ronin Publishing",
            "key": "green-ronin",
            "url": "https://api-beta.open5e.com/v2/publishers/green-ronin/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://en.wikipedia.org/wiki/Critical_Role%3A_Tal'Dorei_Campaign_Setting"
    },
    "name": "Rapid Drinker",
    "desc": "Through a lifestyle of hard, competitive drinking, you’ve learned how to quaff drinks at an incredibly accelerated pace. You gain the following benefits:",
    "prerequisite": "*N/A*",
    "type": "GENERAL"
}