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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/empathic/?format=api",
    "key": "empathic",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "Your Wisdom or Charisma score increases by 1."
        },
        {
            "desc": "You gain an expertise die on Insight checks made against other creatures."
        },
        {
            "desc": "When using a social skill and making a Charisma check another creature, you score a critical success on a roll of 19–20."
        }
    ],
    "name": "Empathic",
    "desc": "* Your Wisdom or Charisma score increases by 1.\r\n* You gain an expertise die on Insight checks made against other creatures.\r\n* When using a social skill and making a Charisma check another creature, you score a critical success on a roll of 19–20.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}