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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/arrow-enchanter/?format=api",
    "key": "arrow-enchanter",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "Whenever you make a ranged weapon attack, you can choose to expend a 1st-level or higher spell slot to enhance the attack to be empowered or unerring. You cannot enhance more than one attack in a\r\nturn in this way. \r\n**Empowered.** The shot deals an additional 2d6 force damage, and an additional 1d6 force damage for each spell slot level above 1st. \r\n**Unerring.** The shot gains a +2 bonus to the attack roll, and an additional +2 bonus for each spell slot level above 1st."
        }
    ],
    "name": "Arrow Enchanter",
    "desc": "Whenever you make a ranged weapon attack, you can choose to expend a 1st-level or higher spell slot to enhance the attack to be empowered or unerring. You cannot enhance more than one attack in a\r\nturn in this way. \r\n**Empowered.** The shot deals an additional 2d6 force damage, and an additional 1d6 force damage for each spell slot level above 1st. \r\n**Unerring.** The shot gains a +2 bonus to the attack roll, and an additional +2 bonus for each spell slot level above 1st.",
    "prerequisite": "Eldritch Archer feat",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}