UnifyAPI
← Back to catalog

congress.bills

mock data$0.001 / call

US Congressional Bills

Search US federal bills and resolutions from 1973 to present. Filter by Congress number (93-119), bill type (hr/s/hjres/sjres). Returns title, sponsor, party, latest action, policy area. Source: Congress.gov (Library of Congress).

Government & Legalprovider: Congress#congress#government

Input schema

type

Bill type: hr (House), s (Senate), hjres, sjres, hconres, sconres, hres, sres

string
limit

Number of results (1-25, default 10)

integer
congress

Congress number (93=1973 to 119=2025-2026). Default: current (119).

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/congress.bills \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"type":"<type>","limit":0,"congress":0}'

Try it

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