UnifyAPI
← Back to catalog

fec.committee_totals

mock data$0.001 / call

FEC Committee Totals

Receipts, disbursements, and cash-on-hand for US political committees (PACs, parties, candidate committees). Filter by cycle and committee type. FEC public disclosure

Government & Legalprovider: Fec#fec#government

Input schema

page

Page number (default 1).

integer
cycle

Election cycle year (e.g. 2024).

integer
per_page

Per-page count (default 20, max 100).

integer
committee_type

Committee type code: "P" Presidential, "H" House, "S" Senate, "X" Party, "Y" Party-Qualified, "N" PAC, "Q" PAC-Qualified, "O" Super PAC.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/fec.committee_totals \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"page":0,"cycle":0,"per_page":0,"committee_type":"<committee_type>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.