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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/fear-breaker/?format=api",
    "key": "fear-breaker",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "You gain proficiency with the Victory Pose maneuver and do not have to spend exertion to activate it. In addition, you may use this maneuver with up to three different weapons you select instead of just one, and\r\naffect allies within 60 feet."
        },
        {
            "desc": "An ally affected by your Victory Pose gains an expertise die on their next saving throw against fear, and if they are rattled the condition ends for them."
        }
    ],
    "name": "Fear Breaker",
    "desc": "* You gain proficiency with the Victory Pose maneuver and do not have to spend exertion to activate it. In addition, you may use this maneuver with up to three different weapons you select instead of just one, and\r\naffect allies within 60 feet. \r\n* An ally affected by your Victory Pose gains an expertise die on their next saving throw against fear, and if they are rattled the condition ends for them.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}