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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/toh_forest-denizen/?format=api",
    "key": "toh_forest-denizen",
    "has_prerequisite": true,
    "benefits": [
        {
            "desc": "* Increase your Wisdom score by 1, to a maximum of 20."
        },
        {
            "desc": "* You can discern if a plant or fungal growth is safe to eat."
        },
        {
            "desc": "* You learn to speak, read, and write Sylvan."
        },
        {
            "desc": "* You have advantage on Strength (Athletics) and Dexterity (Acrobatics) checks you make to escape from being grappled or restrained as long as you are being grappled or restrained by nonmagical vegetation or a beast's action such as a giant frog's bite or a spider's web."
        }
    ],
    "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": "Forest Denizen",
    "desc": "You are familiar with the ways of the forest. You gain the following benefits:",
    "prerequisite": "*N/A*",
    "type": "GENERAL"
}