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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/deflector/?format=api",
    "key": "deflector",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "When you are wielding a finesse weapon with which you are proficient and would be hit by a melee attack, you can use your reaction to add your proficiency bonus to your Armor Class against that attack."
        }
    ],
    "name": "Deflector",
    "desc": "When you are wielding a finesse weapon with which you are proficient and would be hit by a melee attack, you can use your reaction to add your proficiency bonus to your Armor Class against that attack.",
    "prerequisite": "Dexterity 13 or higher",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}