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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/brutal-attack/?format=api",
    "key": "brutal-attack",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "After making a melee attack, you may reroll any weapon damage and choose the better result. This feat can be used no more than once per turn."
        }
    ],
    "name": "Brutal Attack",
    "desc": "After making a melee attack, you may reroll any weapon damage and choose the better result. This feat can be used no more than once per turn.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}