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

GET /v2/feats/a5e-ag_stealth-expert/?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_stealth-expert/?format=api",
    "key": "a5e-ag_stealth-expert",
    "has_prerequisite": true,
    "benefits": [
        {
            "desc": "You can try to hide from a creature even while you are only lightly obscured from that creature."
        },
        {
            "desc": "Your position isn’t revealed when you miss with a ranged weapon attack against a creature you are hidden from."
        },
        {
            "desc": "Dim light does not impose disadvantage when you make Perception checks."
        }
    ],
    "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": "Stealth Expert",
    "desc": "* You can try to hide from a creature even while you are only lightly obscured from that creature.\r\n* Your position isn’t revealed when you miss with a ranged weapon attack against a creature you are hidden from.\r\n* Dim light does not impose disadvantage when you make Perception checks.",
    "prerequisite": "Dexterity 13 or higher",
    "type": "GENERAL"
}