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

GET /v2/feats/a5e-ag_power-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_power-caster/?format=api",
    "key": "a5e-ag_power-caster",
    "has_prerequisite": true,
    "benefits": [
        {
            "desc": "The range is doubled for any spell you cast that requires a spell attack roll."
        },
        {
            "desc": "You ignore half cover and three-quarters cover when making a ranged spell attack."
        },
        {
            "desc": "Choose one cantrip that requires an attack roll. The cantrip must be from the bard, cleric, druid, herald, sorcerer, warlock, or wizard spell list. You learn this cantrip and your spellcasting ability for it depends on the spell list you chose from: Intelligence for wizard, Wisdom for cleric or druid, Charisma for bard, herald, or sorcerer, or your choice of Intelligence, Wisdom, or Charisma for warlock."
        }
    ],
    "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": "Power Caster",
    "desc": "* The range is doubled for any spell you cast that requires a spell attack roll.\r\n* You ignore half cover and three-quarters cover when making a ranged spell attack.\r\n* Choose one cantrip that requires an attack roll. The cantrip must be from the bard, cleric, druid, herald, sorcerer, warlock, or wizard spell list. You learn this cantrip and your spellcasting ability for it depends on the spell list you chose from: Intelligence for wizard, Wisdom for cleric or druid, Charisma for bard, herald, or sorcerer, or your choice of Intelligence, Wisdom, or Charisma for warlock.",
    "prerequisite": "The ability to cast at least one spell",
    "type": "GENERAL"
}