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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/bull-rush/?format=api",
    "key": "bull-rush",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "After dashing (with the Dash Action) at least ten feet towards a foe, you may perform a bonus action to select one of the following options.\r\n**Attack.** Make one melee weapon attack, dealing an extra 5 damage on a hit. \r\n**Shove.** Use the Shove maneuver, pushing the target 10 feet directly away on a success."
        }
    ],
    "name": "Bull Rush",
    "desc": "Your headlong rush devastates your foes. After dashing (with the Dash Action) at least ten feet towards a foe, you may perform a bonus action to select one of the following options.\r\n**Attack.** Make one melee weapon attack, dealing an extra 5 damage on a hit. \r\n**Shove.** Use the Shove maneuver, pushing the target 10 feet directly away on a success.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}