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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/a-symbol-that-strikes-fear/?format=api",
    "key": "a-symbol-that-strikes-fear",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "Creatures with a CR lower than your alter ego’s Prestige rating are frightened of you while you are in your alter ego."
        },
        {
            "desc": "In addition, you become particularly adept at subduing your enemies rather than outright killing them. Whenever you begin a turn grappling a creature, you can attempt to non-lethally subdue it. The grappled creature makes a Constitution saving throw against your maneuver DC. On a failed saving throw, a creature is knocked unconscious for the next hour. A creature with more than 25% of its maximum hit points automatically succeeds on this saving throw."
        }
    ],
    "name": "A Symbol That Strikes Fear",
    "desc": "Creatures with a CR lower than your alter ego’s Prestige rating are frightened of you while you are in your alter ego. In addition, you become particularly adept at subduing your enemies rather than outright killing them. Whenever you begin a turn grappling a creature, you can attempt to non-lethally subdue it. The grappled creature makes a Constitution saving throw against your maneuver DC. On a failed saving throw, a creature is knocked unconscious for the next hour. A creature with more than 25% of its maximum hit points automatically succeeds on this saving throw.",
    "prerequisite": "Equipped for Justice feat",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}