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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/intuitive/?format=api",
    "key": "intuitive",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "Your Intelligence or Wisdom score increases by 1, to a maximum of 20."
        },
        {
            "desc": "Your passive Perception and passive Investigation scores increase by 5."
        },
        {
            "desc": "If you can see a creature’s mouth while it is speaking a language you know, you can read its lips."
        }
    ],
    "name": "Intuitive",
    "desc": "* Your Intelligence or Wisdom score increases by 1, to a maximum of 20. \r\n* Your passive Perception and passive Investigation scores increase by 5.\r\n* If you can see a creature’s mouth while it is speaking a language you know, you can read its lips.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}