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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/eldritch-archer/?format=api",
    "key": "eldritch-archer",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "Whenever you make a ranged weapon attack you can choose to conjure magical ammunition and select one of the following damage types: acid, cold, fire, or lightning. Your ranged weapon attacks using this conjured ammunition deal the chosen damage type instead of whatever damage type they would normally deal, and are considered magical for the purpose of overcoming resistance and immunity. Ammunition conjured in this way disappears at the end of the turn it was fired."
        },
        {
            "desc": "When you hit a target with a ranged weapon attack, you can use your reaction and choose a spell of 1st-level or higher, casting it through your ammunition. The spell must have a casting time of 1 action, and target a single creature or have a range of Touch. If a spell cast in this way requires an attack roll and targets the same target as the triggering ranged weapon attack, it also hits as part of that attack. You may\r\nchoose not to deal damage with a ranged weapon attack used to cast a spell."
        }
    ],
    "name": "Eldritch Archer",
    "desc": "* Whenever you make a ranged weapon attack you can choose to conjure magical ammunition and select one of the following damage types: acid, cold, fire, or lightning. Your ranged weapon attacks using this conjured ammunition deal the chosen damage type instead of whatever damage type they would normally deal, and are considered magical for the purpose of overcoming resistance and immunity. Ammunition conjured in this way disappears at the end of the turn it was fired.\r\n* When you hit a target with a ranged weapon attack, you can use your reaction and choose a spell of 1st-level or higher, casting it through your ammunition. The spell must have a casting time of 1 action, and target a single creature or have a range of Touch. If a spell cast in this way requires an attack roll and targets the same target as the triggering ranged weapon attack, it also hits as part of that attack. You may\r\nchoose not to deal damage with a ranged weapon attack used to cast a spell.",
    "prerequisite": "3 levels in fighter, 3 levels in wizard, Fighting Style (Archery)",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}