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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/crossbow-expertise/?format=api",
    "key": "crossbow-expertise",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "If proficient with a crossbow, you ignore its loading property."
        },
        {
            "desc": "You do not have disadvantage on ranged attack rolls from being within 5 feet of a hostile creature."
        },
        {
            "desc": "When you attack with a one-handed weapon using the Attack action, you can use a bonus action to  \r\nattack with a hand crossbow wielded in your off-hand."
        }
    ],
    "name": "Crossbow Expertise",
    "desc": "* If proficient with a crossbow, you ignore its loading property.\r\n* You do not have disadvantage on ranged attack rolls from being within 5 feet of a hostile creature.\r\n* When you attack with a one-handed weapon using the Attack action, you can use a bonus action to  \r\nattack with a hand crossbow wielded in your off-hand.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}