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

GET /v2/feats/harbinger-of-things-to-come/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/feats/harbinger-of-things-to-come/?format=api",
    "key": "harbinger-of-things-to-come",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "You learn the Preach Despair and Preach Hope battle hymns. These special battle hymns can only be performed while you are using your voice Art Specialty as a spell focus.\r\n**Preach Despair.** A hostile creature within 60 feet of you suffers a level of strife. Creatures with an opposite alignment from yours or that worship a greater entity that has an opposite alignment suffer two levels of strife instead. A creature cannot suffer more than two levels of strife from Preach Despair in the same 24 hours.\r\n**Preach Hope.** Creatures of your choice within 60 feet of you gain advantage on saving throws. When the battle hymn ends, allies within 30 feet of you remove one level of strife. An ally that shares your alignment or worships a greater entity removes two levels of strife instead."
        }
    ],
    "name": "Harbinger of Things to Come",
    "desc": "You learn the Preach Despair and Preach Hope battle hymns. These special battle hymns can only be performed while you are using your voice Art Specialty as a spell focus.\r\n**Preach Despair.** A hostile creature within 60 feet of you suffers a level of strife. Creatures with an opposite alignment from yours or that worship a greater entity that has an opposite alignment suffer two levels of strife instead. A creature cannot suffer more than two levels of strife from Preach Despair in the same 24 hours.\r\n**Preach Hope.** Creatures of your choice within 60 feet of you gain advantage on saving throws. When the battle hymn ends, allies within 30 feet of you remove one level of strife. An ally that shares your alignment or worships a greater entity removes two levels of strife instead.",
    "prerequisite": "Divine Orator feat",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}