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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/a5e-ag_athletic/?format=api",
    "key": "a5e-ag_athletic",
    "has_prerequisite": false,
    "benefits": [
        {
            "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)."
        }
    ],
    "document": {
        "name": "Adventurer's Guide",
        "key": "a5e-ag",
        "display_name": "Adventurer's Guide",
        "publisher": {
            "name": "EN Publishing",
            "key": "en-publishing",
            "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
        },
        "gamesystem": {
            "name": "Advanced 5th Edition",
            "key": "a5e",
            "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
        },
        "permalink": "https://a5esrd.com/a5esrd"
    },
    "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": "",
    "type": "GENERAL"
}