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

GET /v2/feats/a5e-ag_crafting-expert/?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_crafting-expert/?format=api",
    "key": "a5e-ag_crafting-expert",
    "has_prerequisite": false,
    "benefits": [
        {
            "desc": "Choose one of the following types of crafted item: armor, engineered items, potions, rings and rods, staves and wands, weapons, wondrous items.\r\n\r\nThis feat can be selected multiple times, choosing a different type of crafted item each time."
        },
        {
            "desc": "You gain advantage on checks made to craft, maintain, and repair that type of item."
        },
        {
            "desc": "You gain an expertise die on checks made to craft, maintain, and repair items."
        },
        {
            "desc": "You gain proficiency with two tools of your choice."
        }
    ],
    "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": "Crafting Expert",
    "desc": "You have devoted time to studying and practicing the art of crafting, gaining the following benefits: This feat can be selected multiple times, choosing a different type of crafted item each time.\r\n\r\n* Choose one of the following types of crafted item: armor, engineered items, potions, rings and rods, staves and wands, weapons, wondrous items. You gain advantage on checks made to craft, maintain, and repair that type of item.\r\n* You gain an expertise die on checks made to craft, maintain, and repair items.\r\n* You gain proficiency with two tools of your choice.\r\n\r\nThis feat can be selected multiple times, choosing a different type of crafted item each time.",
    "prerequisite": "",
    "type": "GENERAL"
}