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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/keen-intellect/?format=api",
    "key": "keen-intellect",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "Your Intelligence score increases by 1, to a maximum of 20."
        },
        {
            "desc": "You can recall anything you’ve seen or heard within a number of weeks equal to your Intelligence  modifier."
        },
        {
            "desc": "You know how long it will be before the next sunset or sunrise."
        },
        {
            "desc": "You know which way is north."
        }
    ],
    "name": "Keen Intellect",
    "desc": "* Your Intelligence score increases by 1, to a maximum of 20.\r\n* You can recall anything you’ve seen or heard within a number of weeks equal to your Intelligence  modifier.\r\n* You know how long it will be before the next sunset or sunrise.\r\n* You know which way is north.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}