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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/heraldic-training/?format=api",
    "key": "heraldic-training",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "You gain proficiency in your choice of one martial weapon, one rare weapon, or shields."
        },
        {
            "desc": "You gain two divine lessons of your choice from the herald class."
        }
    ],
    "name": "Heraldic Training",
    "desc": "* You gain proficiency in your choice of one martial weapon, one rare weapon, or shields.\r\n* You gain two divine lessons of your choice from the herald class.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}