UnifyAPI
← Back to catalog

fec.super_pac_spending

mock data$0.002 / call

Super 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

Government & Legalprovider: Fec#fec#government

Input schema

page

Page number (default 1).

integer
cycle

Election cycle year (e.g. 2024).

integer
per_page

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

integer
candidate_id

FEC candidate ID (from fec.candidates) — return only expenditures targeting this candidate.

string
support_oppose

"S" support / "O" oppose. If omitted, both directions returned.

string

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

Try it

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