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

GET /v2/feats/a5e-ag_primordial-caster/?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_primordial-caster/?format=api",
    "key": "a5e-ag_primordial-caster",
    "has_prerequisite": true,
    "benefits": [
        {
            "desc": "Upon gaining this feat, choose one of the following damage types: acid, cold, fire, lightning, or thunder.\r\n\r\nWhen you cast a spell that deals damage, your spell’s damage ignores damage resistance to the chosen type."
        },
        {
            "desc": "When you cast a spell that deals damage of the chosen type, you deal 1 additional damage for every damage die with a result of 1."
        },
        {
            "desc": "This feat can be selected multiple times, choosing a different damage type each time."
        }
    ],
    "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": "Primordial Caster",
    "desc": "Upon gaining this feat, choose one of the following damage types: acid, cold, fire, lightning, or thunder.\r\n* When you cast a spell that deals damage, your spell’s damage ignores damage resistance to the chosen type.\r\n* When you cast a spell that deals damage of the chosen type, you deal 1 additional damage for every damage die with a result of 1.\r\nThis feat can be selected multiple times, choosing a different damage type each time.",
    "prerequisite": "The ability to cast at least one spell",
    "type": "GENERAL"
}