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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/guarded-warrior/?format=api",
    "key": "guarded-warrior",
    "has_prerequisite": false,
    "capabilities": [
        {
            "desc": "A creature that takes the Disengage action still provokes opportunity attacks from you."
        },
        {
            "desc": "You gain proficiency with the Warning Strike maneuver and do not have to spend exertion to activate it."
        },
        {
            "desc": "You can use your reaction to make a melee weapon attack against a creature within 5 feet that makes an attack against a target other than you if the target does not also have this feat."
        }
    ],
    "name": "Guarded Warrior",
    "desc": "* A creature that takes the Disengage action still provokes opportunity attacks from you. \r\n* You gain proficiency with the Warning Strike maneuver and do not have to spend exertion to activate it.\r\n* You can use your reaction to make a melee weapon attack against a creature within 5 feet that makes an attack against a target other than you if the target does not also have this feat.",
    "prerequisite": "",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}