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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/eldritch-volley-master/?format=api",
    "key": "eldritch-volley-master",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "Whenever you cast a spell with a Cone area, you may additionally make ranged weapon attacks with a ranged weapon you are wielding against targets within that conical area. You may make up to a number of attacks equal to the level of the spell cast, each against a different target. Ranged attacks made in this way ignore the loading quality of weapons and use your conjured magical ammunition."
        }
    ],
    "name": "Eldritch Volley Master",
    "desc": "Whenever you cast a spell with a Cone area, you may additionally make ranged weapon attacks with a ranged weapon you are wielding against targets within that conical area. You may make up to a number of attacks equal to the level of the spell cast, each against a different target. Ranged attacks made in this way ignore the loading quality of weapons and use your conjured magical ammunition.",
    "prerequisite": "Arrow Enchanter feat",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}