← Back to catalog
congress.bills
mock data$0.001 / callUS 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).
Input schema
type
stringBill type: hr (House), s (Senate), hjres, sjres, hconres, sconres, hres, sres
limit
integerNumber of results (1-25, default 10)
congress
integerCongress number (93=1973 to 119=2025-2026). Default: current (119).
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}'