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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/toh_friend-of-the-forest/?format=api",
    "key": "toh_friend-of-the-forest",
    "has_prerequisite": true,
    "benefits": [
        {
            "desc": "* You learn the *treeheal* (see the Magic and Spells chapter) cantrip and two other druid cantrips of your choice."
        },
        {
            "desc": "* You also learn the *speak with animals* spell and can cast it once without expending a spell slot. Once you cast it, you must finish a short or long rest before you can cast it in this way again. Your spellcasting ability for these spells is Wisdom."
        }
    ],
    "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": "Friend of the Forest",
    "desc": "After spending some time in forests, you have attuned yourself to the ways of the woods and the creatures in it.  ",
    "prerequisite": "*N/A*",
    "type": "GENERAL"
}