UnifyAPI
← Back to catalog

fec.elections

mock data$0.001 / call

FEC Election Totals

Aggregate election totals by cycle, office, and state — total receipts, disbursements, candidate count per race. FEC public disclosure

Government & Legalprovider: Fec#fec#government

Input schema

page

Page number (default 1).

integer
cycle

Election cycle year (e.g. 2024).

integer
state

2-letter state code.

string
office

Office: "H" House, "S" Senate, "P" Presidential.

string
per_page

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

integer

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}'

Try it

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