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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/dual-wielding-expert/?format=api",
    "key": "dual-wielding-expert",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "While wielding a separate melee weapon in each hand, you gain a +1 bonus to Armor Class."
        },
        {
            "desc": "You can use two-weapon fighting with any two one-handed melee weapons so long as neither has the heavy property."
        },
        {
            "desc": "When you would normally draw or sheathe a one-handed weapon, you can instead draw or sheathe two one-handed weapons."
        }
    ],
    "name": "Dual-Wielding Expert",
    "desc": "* While wielding a separate melee weapon in each hand, you gain a +1 bonus to Armor Class.\r\n* You can use two-weapon fighting with any two one-handed melee weapons so long as neither has the heavy property.\r\n* When you would normally draw or sheathe a one-handed weapon, you can instead draw or sheathe two one-handed weapons.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}