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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/living-stampede/?format=api",
    "key": "living-stampede",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "Whenever you enter a rage you may choose up to a number of creatures equal to your Wisdom modifier within 60 feet that are beasts, fey, or plants. These chosen creatures gain the following benefits for as long as you rage, but are unable to take the Fall Back reaction:\r\n* Advantage on Strength checks and Strength saving throws.\r\n* Resistance to bludgeoning, piercing, and slashing damage.\r\n* Temporary hit points equal to your level.\r\n* A bonus to damage rolls equal to your proficiency bonus."
        }
    ],
    "name": "Living Stampede",
    "desc": "Whenever you enter a rage you may choose up to a number of creatures equal to your Wisdom modifier within 60 feet that are beasts, fey, or plants. These chosen creatures gain the following benefits for as long as you rage, but are unable to take the Fall Back reaction:\r\n* Advantage on Strength checks and Strength saving throws.\r\n* Resistance to bludgeoning, piercing, and slashing damage.\r\n* Temporary hit points equal to your level.\r\n* A bonus to damage rolls equal to your proficiency bonus.",
    "prerequisite": "Untamed feat",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}