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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/mounted-warrior/?format=api",
    "key": "mounted-warrior",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "You gain proficiency with the Lancer Strike maneuver and do not have to spend exertion to activate it."
        },
        {
            "desc": "When your mount is targeted by an attack, you can instead make yourself the attack’s target."
        },
        {
            "desc": "When your mount makes a Dexterity saving throw against an effect that deals half damage on a success, it takes no damage on a success and half damage on a failure."
        }
    ],
    "name": "Mounted Warrior",
    "desc": "* You gain proficiency with the Lancer Strike maneuver and do not have to spend exertion to activate it.\r\n* When your mount is targeted by an attack, you can instead make yourself the attack’s target.\r\n* When your mount makes a Dexterity saving throw against an effect that deals half damage on a success, it takes no damage on a success and half damage on a failure.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}