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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/deadeye/?format=api",
    "key": "deadeye",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "You gain proficiency with the Farshot Stance and Ricochet maneuvers, and do not have to spend exertion to activate them."
        },
        {
            "desc": "Before you make an attack with a ranged weapon you are proficient with, you can choose to take a penalty on the attack roll equal to your proficiency bonus. If the attack hits, you deal extra damage equal to double your proficiency bonus. This extra damage does not double on a critical hit."
        },
        {
            "desc": "You ignore half cover and three-quarters cover when making a ranged weapon attack."
        }
    ],
    "name": "Deadeye",
    "desc": "Your natural talent or skill makes you lethal with a ranged weapon.\r\n\r\n* You gain proficiency with the Farshot Stance and Ricochet maneuvers, and do not have to spend exertion to activate them. \r\n* Before you make an attack with a ranged weapon you are proficient with, you can choose to take a penalty on the attack roll equal to your proficiency bonus. If the attack hits, you deal extra damage equal to double your proficiency bonus. This extra damage does not double on a critical hit.\r\n* You ignore half cover and three-quarters cover when making a ranged weapon attack.",
    "prerequisite": "8th level or higher",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}