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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/grappler/?format=api",
    "key": "grappler",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "You have advantage on attack rolls against a creature you are grappling."
        },
        {
            "desc": "You can use your action to try to pin a creature grappled by you. 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've developed the skills necessary to hold your own in close-quarters grappling. You gain the following benefits:\r\n* You have advantage on attack rolls against a creature you are grappling.\r\n* You can use your action to try to pin a creature grappled by you. 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/srd/?format=api"
}