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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/athletic/?format=api",
    "key": "athletic",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "Your Strength or Dexterity score increases by 1, to a maximum of 20."
        },
        {
            "desc": "When you are prone, standing up uses only 5 feet of your movement (instead of half)."
        },
        {
            "desc": "Your speed is not halved from climbing."
        },
        {
            "desc": "You can make a running long jump or a running high jump after moving 5 feet on foot (instead of 10 feet)."
        }
    ],
    "name": "Athletic",
    "desc": "Your enhanced physical training grants you the following benefits:\r\n\r\n* Your Strength or Dexterity score increases by 1, to a maximum of 20.\r\n* When you are prone, standing up uses only 5 feet of your movement (instead of half).\r\n* Your speed is not halved from climbing.\r\n* You can make a running long jump or a running high jump after moving 5 feet on foot (instead of 10 feet).",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}