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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/equipped-for-justice/?format=api",
    "key": "equipped-for-justice",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "You gain proficiency with all types of artisan’s tools and miscellaneous tools. If you already have proficiency with any of these tools, you instead gain an expertise die with those tools."
        },
        {
            "desc": "You gain proficiency with Engineering and a 1d8 expertise die on Engineering checks. In addition, you build a nonmagical grappling gun that only functions in your hands. Replacing your grappling gun requires 3 days of crafting and 500 gp."
        },
        {
            "desc": "You may add your Wisdom modifier to the DC of any saving throws used for miscellaneous adventuring gear items and to attack rolls made using miscellaneous adventuring gear items."
        }
    ],
    "name": "Equipped for Justice",
    "desc": "* You gain proficiency with all types of artisan’s tools and miscellaneous tools. If you already have proficiency with any of these tools, you instead gain an expertise die with those tools.\r\n* You gain proficiency with Engineering and a 1d8 expertise die on Engineering checks. In addition, you build a nonmagical grappling gun that only functions in your hands. Replacing your grappling gun requires 3 days of crafting and 500 gp.\r\n* You may add your Wisdom modifier to the DC of any saving throws used for miscellaneous adventuring gear items and to attack rolls made using miscellaneous adventuring gear items.",
    "prerequisite": "Vigilante feat",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}