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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/combat-thievery/?format=api",
    "key": "combat-thievery",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "You gain proficiency with the Deceptive Stance and Painful Pickpocket maneuvers, and do not have to spend exertion to activate them."
        },
        {
            "desc": "You gain an expertise die on Sleight of Hand checks."
        }
    ],
    "name": "Combat Thievery",
    "desc": "You know how to trade blows for more than inflicting harm.\r\n\r\n* You gain proficiency with the Deceptive Stance and Painful Pickpocket maneuvers, and do not have to spend exertion to activate them.\r\n* You gain an expertise die on Sleight of Hand checks.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}