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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/fortunate/?format=api",
    "key": "fortunate",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "You gain 3 fate points."
        },
        {
            "desc": "Whenever you make an attack roll, ability check, or saving throw and do not have disadvantage, you can spend a fate point to roll an additional d20 and choose whichever result you wish. \r\nYou may do this after the initial roll has occurred, but before the outcome is known. If you have disadvantage, you may instead spend a fate point to choose one of the d20 rolls and reroll it."
        },
        {
            "desc": "Alternatively, when you are attacked, you can choose to spend a fate point to force the attacking creature to reroll the attack. The creature resolves the attack with the result you choose."
        },
        {
            "desc": "You regain all expended fate points when you finish a long rest."
        }
    ],
    "name": "Fortunate",
    "desc": "You gain 3 fate points. Whenever you make an attack roll, ability check, or saving throw and do not have disadvantage, you can spend a fate point to roll an additional d20 and choose whichever result you wish. \r\nYou may do this after the initial roll has occurred, but before the outcome is known. If you have disadvantage, you may instead spend a fate point to choose one of the d20 rolls and reroll it.\r\nAlternatively, when you are attacked, you can choose to spend a fate point to force the attacking creature to reroll the attack. The creature resolves the attack with the result you choose. You regain all expended fate points when you finish a long rest.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}