← Back to catalog
fec.super_pac_spending
mock data$0.002 / callSuper PAC Independent Expenditures (FEC)
Schedule E independent expenditures — Super PAC spending supporting/opposing specific federal candidates. Filter by cycle, candidate ID, or support/oppose direction. 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).
candidate_id
stringFEC candidate ID (from fec.candidates) — return only expenditures targeting this candidate.
support_oppose
string"S" support / "O" oppose. If omitted, both directions returned.
Call via REST
curl -X POST https://unifyapi.pro/api/call/fec.super_pac_spending \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"cycle":0,"per_page":0,"candidate_id":"<candidate_id>","support_oppose":"<support_oppose>"}'