← Back to catalog
fec.candidates
mock data$0.001 / callFEC Candidates
Search 53K+ US federal election candidates by name/cycle/office (House/Senate/Presidential)/state/party. Returns FEC candidate ID + filing dates. FEC public disclosure
Input schema
q
stringFree-text candidate name search (e.g. "Sanders", "Trump").
page
integerPage number (default 1).
cycle
integerElection cycle year — even number (e.g. 2024, 2022, 2020).
party
stringParty abbreviation (e.g. "REP", "DEM", "LIB", "GRE").
state
string2-letter state code (e.g. "CA", "TX").
office
stringOffice: "H" House of Representatives, "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.candidates \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"q":"<q>","page":0,"cycle":0,"party":"<party>","state":"<state>","office":"<office>","per_page":0}'