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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/idealistic-leader/?format=api",
    "key": "idealistic-leader",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "Any stronghold you have or buy that is of frugal quality is automatically upgraded to average quality at no additional cost."
        },
        {
            "desc": "You gain a new follower for every 50 staff you have in your stronghold, rather than every 100 staff."
        },
        {
            "desc": "When you fulfill your destiny, choose a number of followers equal to your proficiency bonus. Each is upgraded to their most expensive version."
        }
    ],
    "name": "Idealistic Leader",
    "desc": "* Any stronghold you have or buy that is of frugal quality is automatically upgraded to average quality at no additional cost.\r\n* You gain a new follower for every 50 staff you have in your stronghold, rather than every 100 staff.\r\n* When you fulfill your destiny, choose a number of followers equal to your proficiency bonus. Each is upgraded to their most expensive version.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}