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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/moderately-outfitted/?format=api",
    "key": "moderately-outfitted",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "Your Strength or Dexterity score increases by 1, to a maximum of 20."
        },
        {
            "desc": "You gain proficiency with medium armor and shields."
        }
    ],
    "name": "Moderately Outfitted",
    "desc": "* Your Strength or Dexterity score increases by 1, to a maximum of 20.\r\n* You gain proficiency with medium armor and shields.",
    "prerequisite": "Proficiency with light armor",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}