← Back to catalog
fec.elections
mock data$0.001 / callFEC Election Totals
Aggregate election totals by cycle, office, and state — total receipts, disbursements, candidate count per race. FEC public disclosure
Input schema
page
integerPage number (default 1).
cycle
integerElection cycle year (e.g. 2024).
state
string2-letter state code.
office
stringOffice: "H" House, "S" Senate, "P" Presidential.
per_page
integerPer-page count (default 20, max 100).
Call via REST
curl -X POST https://unifyapi.pro/api/call/fec.elections \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"cycle":0,"state":"<state>","office":"<office>","per_page":0}'