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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/covert-training/?format=api",
    "key": "covert-training",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "You gain proficiency with thieves' tools, the poisoner's kit, or a rare weapon with the stealthy property."
        },
        {
            "desc": "You gain two skill tricks of your choice from the rogue class."
        }
    ],
    "name": "Covert Training",
    "desc": "You have absorbed some of the lessons of the world of spies, criminals, and others who operate in the shadows. You gain the following benefits:\r\n\r\n* You gain proficiency with thieves' tools, the poisoner's kit, or a rare weapon with the stealthy property.\r\n* You gain two skill tricks of your choice from the rogue class.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}