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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/mystic-arcanist/?format=api",
    "key": "mystic-arcanist",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "Your Wisdom or Charisma score increases by 1, to a maximum of 20."
        },
        {
            "desc": "When you cast a spell that restores hit points, you restore an additional number of hit points equal to your Charisma modifier."
        },
        {
            "desc": "You can spend sorcery points to temporarily gain a spell from the cleric or sorcerer spell lists. Gaining a spell in this way costs a number of sorcery points equal to the spell’s level. You cannot gain a spell that has a level higher than your highest level spell slot. When you gain a cleric spell in this way, it is considered prepared for the day. When you gain a sorcerer spell in this way, it is considered a spell you know for the day. You lose all spells gained in this way whenever you finish a long rest."
        }
    ],
    "name": "Mystic Arcanist",
    "desc": "* Your Wisdom or Charisma score increases by 1, to a maximum of 20. \r\n* When you cast a spell that restores hit points, you restore an additional number of hit points equal to your Charisma modifier.\r\n* You can spend sorcery points to temporarily gain a spell from the cleric or sorcerer spell lists. Gaining a spell in this way costs a number of sorcery points equal to the spell’s level. You cannot gain a spell that has a level higher than your highest level spell slot. When you gain a cleric spell in this way, it is considered prepared for the day. When you gain a sorcerer spell in this way, it is considered a spell you know for the day. You lose all spells gained in this way whenever you finish a long rest.",
    "prerequisite": "3 levels in cleric, 3 levels in sorcerer",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}