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

GET /v2/feats/a5e-ag_shield-focus/?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_shield-focus/?format=api",
    "key": "a5e-ag_shield-focus",
    "has_prerequisite": false,
    "benefits": [
        {
            "desc": "When you take the Attack action on your turn, as a bonus action you can make a Shove maneuver against a creature within 5 feet of you."
        },
        {
            "desc": "When you make a Dexterity saving throw against a spell or harmful effect that only targets you, if you aren’t incapacitated you gain a bonus equal to your shield’s Armor Class bonus."
        },
        {
            "desc": "When you succeed on a Dexterity saving throw against an effect that deals half damage on a success, you can use your reaction to take no damage by protecting yourself with your shield."
        }
    ],
    "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": "Shield Focus",
    "desc": "You gain the following benefits while wielding a shield:\r\n* When you take the Attack action on your turn, as a bonus action you can make a Shove maneuver against a creature within 5 feet of you.\r\n* When you make a Dexterity saving throw against a spell or harmful effect that only targets you, if you aren’t incapacitated you gain a bonus equal to your shield’s Armor Class bonus.\r\n* When you succeed on a Dexterity saving throw against an effect that deals half damage on a success, you can use your reaction to take no damage by protecting yourself with your shield.",
    "prerequisite": "",
    "type": "GENERAL"
}