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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/arcanum-master/?format=api",
    "key": "arcanum-master",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "Whenever you cast a spell that deals damage, you may choose the type of damage that spell deals and the appearance of the spell’s effects."
        }
    ],
    "name": "Arcanum Master",
    "desc": "Whenever you cast a spell that deals damage, you may choose the type of damage that spell deals and the appearance of the spell’s effects.",
    "prerequisite": "Pure Arcanist feat",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}