關鍵字 / Keywords: 美國國會 法案 提案人 附署 委員會 修正案 congress bill sponsor cosponsor amendment committee actions text summary CBO
Scope: US Congress single-bill drilldown via Congress.gov.
One bill's full record — sponsors, cosponsors, committees, actions history, related bills, text versions, summaries, CBO cost estimates, constitutional authority statement.
Endpoint: GET https://api.congress.gov/v3/bill/{congress}/{type}/{number}
Args: congress: e.g. 118. bill_type: hr / s / hjres / sjres / hconres / sconres / hres / sres. bill_number: integer (accepts str or int).
Returns dict with title, introduced_date, origin_chamber,
policy_area, latest_action_*, sponsors[],
{actions,cosponsors,amendments,committees,related_bills,subjects, summaries,text_versions,titles}_count + _url (drilldown URLs so
agents can crawl children), cbo_cost_estimates[],
constitutional_authority_statement, plus original_url back
to www.congress.gov. License: US Public Domain.