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

GET /v2/feats/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/crafting-expert/?format=api",
    "key": "crafting-expert",
    "has_prerequisite": false,
    "capabilities": [
        {
            "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."
        }
    ],
    "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": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}