← Back to catalog
fec.committee_totals
mock data$0.001 / callFEC 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
Input schema
page
integerPage number (default 1).
cycle
integerElection cycle year (e.g. 2024).
per_page
integerPer-page count (default 20, max 100).
committee_type
stringCommittee type code: "P" Presidential, "H" House, "S" Senate, "X" Party, "Y" Party-Qualified, "N" PAC, "Q" PAC-Qualified, "O" Super PAC.
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>"}'