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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/natural-warrior/?format=api",
    "key": "natural-warrior",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "Your Speed increases by 5 feet."
        },
        {
            "desc": "When making an Acrobatics or Athletics check during combat, you can choose to use your Strength or Dexterity modifier for either skill."
        },
        {
            "desc": "You gain proficiency with the Bounding Strike maneuver and do not have to spend exertion to activate it."
        },
        {
            "desc": "You can roll 1d4 in place of your normal damage for unarmed strikes. When rolling damage for your unarmed strikes, you can choose to deal bludgeoning, piercing, or slashing damage."
        }
    ],
    "name": "Natural Warrior",
    "desc": "* Your Speed increases by 5 feet.\r\n* When making an Acrobatics or Athletics check during combat, you can choose to use your Strength or Dexterity modifier for either skill.\r\n* You gain proficiency with the Bounding Strike maneuver and do not have to spend exertion to activate it.\r\n* You can roll 1d4 in place of your normal damage for unarmed strikes. When rolling damage for your unarmed strikes, you can choose to deal bludgeoning, piercing, or slashing damage.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}