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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/toh_harrier/?format=api",
    "key": "toh_harrier",
    "has_prerequisite": true,
    "benefits": [
        {
            "desc": "* Increase your Strength or Dexterity score by 1, to a maximum of 20."
        },
        {
            "desc": "* When you use your Shadow Traveler trait or cast misty step, you have advantage on the next attack you make before the end of your turn."
        }
    ],
    "document": {
        "name": "Tome of Heroes",
        "key": "toh",
        "display_name": "Tome of Heroes",
        "publisher": {
            "name": "Kobold Press",
            "key": "kobold-press",
            "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://koboldpress.com/kpstore/product/tome-of-heroes-for-5th-edition/"
    },
    "name": "Harrier",
    "desc": "You have learned to maximize the strategic impact of your misty step. You appear in a flash and, while your foe is disoriented, attack with deadly precision. You gain the following benefits:",
    "prerequisite": "*The Shadow Traveler shadow fey trait or the ability to cast the* misty step *spell*",
    "type": "GENERAL"
}