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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/nightstalker/?format=api",
    "key": "nightstalker",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "Your Dexterity or Wisdom score increases by 1, to a maximum of 20."
        },
        {
            "desc": "You can deal Sneak Attack damage when making attacks using unarmed strikes or adept weapons."
        },
        {
            "desc": "You gain a bonus equal to your Wisdom modifier on Acrobatics, Deception, and Stealth checks."
        },
        {
            "desc": "In addition, you gain the following special focus feature:\r\n**Twilight Vanish.** On your turn you can use a reaction and spend 2 exertion to move up to 30 feet with such incredible speed that you seem to disappear: after moving this way you may immediately take the Hide action."
        }
    ],
    "name": "Nightstalker",
    "desc": "* Your Dexterity or Wisdom score increases by 1, to a maximum of 20.\r\n* You can deal Sneak Attack damage when making attacks using unarmed strikes or adept weapons.\r\n* You gain a bonus equal to your Wisdom modifier on Acrobatics, Deception, and Stealth checks.\r\n\r\nIn addition, you gain the following special focus feature:\r\n**Twilight Vanish.** On your turn you can use a reaction and spend 2 exertion to move up to 30 feet with such incredible speed that you seem to disappear: after moving this way you may immediately take the Hide action.",
    "prerequisite": "3 levels in adept, 3 levels in rogue",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}