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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/heavy-armor-expertise/?format=api",
    "key": "heavy-armor-expertise",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "Your Strength score increases by 1, to a maximum of 20."
        },
        {
            "desc": "While wearing heavy armor, you reduce all bludgeoning, piercing, and slashing damage from nonmagical weapons by 3."
        }
    ],
    "name": "Heavy Armor Expertise",
    "desc": "* Your Strength score increases by 1, to a maximum of 20.\r\n* While wearing heavy armor, you reduce all bludgeoning, piercing, and slashing damage from nonmagical weapons by 3.",
    "prerequisite": "Proficiency with heavy armor",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}