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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/newblood/?format=api",
    "key": "newblood",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "You gain resistance to necrotic damage (or if you already have it, immunity to necrotic damage) and  darkvision to a range of 30 feet (or if you already have it, the range of your darkvision increases by 30 feet)."
        },
        {
            "desc": "You also gain a bite natural weapon and the Charming Gaze feature.\r\n\r\n**Bite.** You gain a bite natural weapon you are proficient with. You are only able to bite grappled,   incapacitated, restrained, or willing creatures. You can use Dexterity instead of Strength for the attack rolls of your bite. On a hit your bite deals piercing damage equal to 1d6 plus your Strength modifier or Dexterity modifier (whichever is highest). In addition, once per turn you can choose for your bite to also deal 1d6\r\nnecrotic damage × your proficiency bonus. You regain hit points equal to the amount of necrotic damage dealt to your target. This necrotic damage can only be increased by a critical hit.\r\n**Charming Gaze.** Once between long rests, you magically target a creature within 30 feet, forcing it to make a Wisdom saving throw (DC 8 + your proficiency bonus + your Charisma modifier). On a failure, the target is charmed by you for a number of hours equal to your proficiency bonus. While charmed it regards you as a trusted friend and is a willing target for your bite. The target repeats the saving throw each time it takes damage, ending the effect on itself on a success. If the target’s saving throw is successful or the effect ends for it, it is immune to your charm for 24 hours."
        },
        {
            "desc": "Additionally, you have disadvantage on attack rolls and on Perception checks that rely on sight when you, the target of your attack, or whatever you are trying to perceive is in direct sunlight. In addition, you cannot use your Charming Gaze while you are in direct sunlight."
        }
    ],
    "name": "Newblood",
    "desc": "You gain resistance to necrotic damage (or if you already have it, immunity to necrotic damage) and  darkvision to a range of 30 feet (or if you already have it, the range of your darkvision increases by 30 feet). You also gain a bite natural weapon and the Charming Gaze feature.\r\n\r\n**Bite.** You gain a bite natural weapon you are proficient with. You are only able to bite grappled,   incapacitated, restrained, or willing creatures. You can use Dexterity instead of Strength for the attack rolls of your bite. On a hit your bite deals piercing damage equal to 1d6 plus your Strength modifier or Dexterity modifier (whichever is highest). In addition, once per turn you can choose for your bite to also deal 1d6\r\nnecrotic damage × your proficiency bonus. You regain hit points equal to the amount of necrotic damage dealt to your target. This necrotic damage can only be increased by a critical hit.\r\n**Charming Gaze.** Once between long rests, you magically target a creature within 30 feet, forcing it to make a Wisdom saving throw (DC 8 + your proficiency bonus + your Charisma modifier). On a failure, the target is charmed by you for a number of hours equal to your proficiency bonus. While charmed it regards you as a trusted friend and is a willing target for your bite. The target repeats the saving throw each time it takes damage, ending the effect on itself on a success. If the target’s saving throw is successful or the effect ends for it, it is immune to your charm for 24 hours.\r\n\r\nAdditionally, you have disadvantage on attack rolls and on Perception checks that rely on sight when you, the target of your attack, or whatever you are trying to perceive is in direct sunlight. In addition, you cannot use your Charming Gaze while you are in direct sunlight.",
    "prerequisite": "Must have been bitten by a vampire or taken necrotic damage equal to quadruple your level from a single attack or spell",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}