{
  "id": "political-finance",
  "name": "Political Finance",
  "description": "IRS 527 and FEC committee, filing, contribution, expenditure, and identity data.",
  "kind": "api",
  "audience": "public",
  "access": "open",
  "auth": "No authentication is required for documented public read operations.",
  "lifecycle": "active",
  "health": "degraded",
  "canonicalUrl": "https://politicalfinance.datasourceapi.com",
  "aliases": [],
  "docsUrl": "https://politicalfinance.datasourceapi.com/api/v1/docs",
  "docsMediaType": "text/html",
  "openapiUrl": "https://politicalfinance.datasourceapi.com/openapi.yaml",
  "openapiMediaType": "application/yaml",
  "statusUrl": "https://politicalfinance.datasourceapi.com/api/v1/status",
  "statusMediaType": "application/json",
  "repository": "https://github.com/coopalliance/cca-politicalfinance",
  "serviceBinding": {
    "supported": true,
    "description": "Approved fleet services can use political-finance metadata through a service binding."
  },
  "provenance": [
    {
      "name": "Internal Revenue Service",
      "description": "Political organization notices, reports, and public 527 data.",
      "url": "https://www.irs.gov/charities-non-profits/political-organizations"
    },
    {
      "name": "Federal Election Commission",
      "description": "Committee, filing, contribution, and expenditure data.",
      "url": "https://www.fec.gov/data/"
    }
  ],
  "freshness": {
    "cadence": "Immutable source releases are indexed and promoted after validation.",
    "lastVerified": "2026-09-03"
  },
  "capabilities": [
    "campaign-finance",
    "committees",
    "contributions",
    "filings"
  ],
  "examples": [
    {
      "label": "Service status",
      "description": "Inspect current promoted releases and indexing progress.",
      "method": "GET",
      "url": "https://politicalfinance.datasourceapi.com/api/v1/status"
    }
  ],
  "operations": [
    {
      "operationId": "getPoliticalFinanceStatus",
      "summary": "Get release and indexing health.",
      "method": "GET",
      "path": "/api/v1/status"
    }
  ],
  "agentReadiness": {
    "level": "partial",
    "score": 63,
    "summary": "Documentation, OpenAPI, and status are published; donor and contribution releases were still indexing at the last audit."
  }
}