UnifyAPI
← Back to catalog

congress.bill_details

mock data$0.001 / call

US 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.

Government & Legalprovider: Congress#congress#government

Input schema

typerequired

Bill type: hr (House bill), s (Senate bill), hjres, sjres, etc.

string
numberrequired

Bill number (e.g. 1 for HR 1)

integer
congressrequired

Congress number (e.g. 119 for 2025-2026, 118 for 2023-2024)

integer

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

Try it

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