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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/a5e-grappler/?format=api",
    "key": "a5e-grappler",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "You gain advantage on attack rolls against a creature you are grappling."
        },
        {
            "desc": "You can use your action to try to pin a creature you are grappling. The creature makes a Strength or Dexterity saving throw against your maneuver DC. On a failure, you and the creature are both restrained  until the grapple ends."
        }
    ],
    "name": "Grappler",
    "desc": "* You gain advantage on attack rolls against a creature you are grappling.\r\n* You can use your action to try to pin a creature you are grappling. The creature makes a Strength or Dexterity saving throw against your maneuver DC. On a failure, you and the creature are both restrained  until the grapple ends.",
    "prerequisite": "Strength 13 or higher",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}