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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/dungeoneer/?format=api",
    "key": "dungeoneer",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "You have advantage on Investigation and Perception checks made to detect secret doors."
        },
        {
            "desc": "You have advantage on saving throws made against traps."
        },
        {
            "desc": "You have resistance to damage dealt by traps."
        },
        {
            "desc": "You don’t take a −5 penalty on your passive Perception score from traveling at a fast pace."
        }
    ],
    "name": "Dungeoneer",
    "desc": "* You have advantage on Investigation and Perception checks made to detect secret doors.\r\n* You have advantage on saving throws made against traps.\r\n* You have resistance to damage dealt by traps.\r\n* You don’t take a −5 penalty on your passive Perception score from traveling at a fast pace.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}