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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/monster-hunter/?format=api",
    "key": "monster-hunter",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "You gain an expertise die on checks made to learn legends and lore about a creature you can see."
        },
        {
            "desc": "You learn the altered strike cantrip."
        },
        {
            "desc": "You gain proficiency with the Douse maneuver and do not have to spend exertion to activate it."
        },
        {
            "desc": "You gain the tracking skill specialty in Survival."
        }
    ],
    "name": "Monster Hunter",
    "desc": "* You gain an expertise die on checks made to learn legends and lore about a creature you can see.\r\n* You learn the altered strike cantrip.\r\n* You gain proficiency with the Douse maneuver and do not have to spend exertion to activate it.\r\n* You gain the tracking skill specialty in Survival.",
    "prerequisite": "Proficiency with Survival, 8th level or higher",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}