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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/night-master/?format=api",
    "key": "night-master",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "You can spend exertion to cast any spells from the air, earth, fear, fire, movement, obscurement, plants, poison, senses, shadow, transformation, unarmed, or water schools at the cost of 2 exertion per spell level. You use your focus save DC for spells cast this way, and your spell attack modifier is equal to your proficiency bonus + your Wisdom modifier."
        }
    ],
    "name": "Night Master",
    "desc": "You can spend exertion to cast any spells from the air, earth, fear, fire, movement, obscurement, plants, poison, senses, shadow, transformation, unarmed, or water schools at the cost of 2 exertion per spell level. You use your focus save DC for spells cast this way, and your spell attack modifier is equal to your proficiency bonus + your Wisdom modifier.",
    "prerequisite": "Subtly Skilled feat",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}