← Back to catalog
congress.bill_details
mock data$0.001 / callUS Bill Details
Get full details for a specific US bill by Congress number, type (hr/s), and bill number. Returns title, all sponsors, co-sponsor count, action history, committee referrals, policy subjects. Source: Congress.gov.
Input schema
typerequired
stringBill type: hr (House bill), s (Senate bill), hjres, sjres, etc.
numberrequired
integerBill number (e.g. 1 for HR 1)
congressrequired
integerCongress number (e.g. 119 for 2025-2026, 118 for 2023-2024)
Call via REST
curl -X POST https://unifyapi.pro/api/call/congress.bill_details \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"type":"<type>","number":0,"congress":0}'