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

GET /v2/feats/a5e-ag_thespian/?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_thespian/?format=api",
    "key": "a5e-ag_thespian",
    "has_prerequisite": false,
    "benefits": [
        {
            "desc": "Your Charisma score increases by 1, to a maximum of 20."
        },
        {
            "desc": "You have advantage on Deception and Performance checks made when attempting to mimic another creature’s looks, mannerisms, or speech."
        },
        {
            "desc": "You have a natural talent for perfectly mimicking the sounds of other creatures you’ve heard make sound for at least 1 minute. A suspicious listener can see through your perfect mimicry by succeeding on a Wisdom (Insight) check opposed by your Charisma (Deception) check."
        }
    ],
    "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": "Thespian",
    "desc": "* Your Charisma score increases by 1, to a maximum of 20. \r\n* You have advantage on Deception and Performance checks made when attempting to mimic another creature’s looks, mannerisms, or speech.\r\n* You have a natural talent for perfectly mimicking the sounds of other creatures you’ve heard make sound for at least 1 minute. A suspicious listener can see through your perfect mimicry by succeeding on a Wisdom (Insight) check opposed by your Charisma (Deception) check.",
    "prerequisite": "",
    "type": "GENERAL"
}