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

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

{
    "url": "https://api-beta.open5e.com/v2/feats/martial-scholar/?format=api",
    "key": "martial-scholar",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "You gain proficiency in a combat tradition of your choice."
        },
        {
            "desc": "You learn two combat maneuvers from a combat tradition you know. If you don’t already know any combat maneuvers, both must be 1st degree. Combat maneuvers gained from this feat do not count toward the maximum number of combat maneuvers you know."
        },
        {
            "desc": "Your exertion pool increases by 3. If you do not have an exertion pool, you gain an exertion pool with 3 exertion, regaining your exertion whenever you finish a rest."
        }
    ],
    "name": "Martial Scholar",
    "desc": "* You gain proficiency in a combat tradition of your choice. \r\n* You learn two combat maneuvers from a combat tradition you know. If you don’t already know any combat maneuvers, both must be 1st degree. Combat maneuvers gained from this feat do not count toward the maximum number of combat maneuvers you know.\r\n* Your exertion pool increases by 3. If you do not have an exertion pool, you gain an exertion pool with 3 exertion, regaining your exertion whenever you finish a rest.",
    "prerequisite": "Proficiency with at least one martial weapon",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}