legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where bill_id = "119-hr-9627" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party, state, sponsorship_date (date)
is_original_cosponsor 1
- 1 10
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 119-hr-9627,S001213 | Hmong Congressional Gold Medal Act 119-hr-9627 | S001213 | Rep. Steil, Bryan [R-WI-1] | R | WI | 2026-07-09 | 1 |
| 119-hr-9627,T000165 | Hmong Congressional Gold Medal Act 119-hr-9627 | T000165 | Rep. Tiffany, Thomas P. [R-WI-7] | R | WI | 2026-07-09 | 1 |
| 119-hr-9627,V000135 | Hmong Congressional Gold Medal Act 119-hr-9627 | V000135 | Rep. Van Orden, Derrick [R-WI-3] | R | WI | 2026-07-09 | 1 |
| 119-hr-9627,F000471 | Hmong Congressional Gold Medal Act 119-hr-9627 | F000471 | Rep. Fitzgerald, Scott [R-WI-5] | R | WI | 2026-07-09 | 1 |
| 119-hr-9627,W000829 | Hmong Congressional Gold Medal Act 119-hr-9627 | W000829 | Rep. Wied, Tony [R-WI-8] | R | WI | 2026-07-09 | 1 |
| 119-hr-9627,M001160 | Hmong Congressional Gold Medal Act 119-hr-9627 | M001160 | Rep. Moore, Gwen [D-WI-4] | D | WI | 2026-07-09 | 1 |
| 119-hr-9627,P000607 | Hmong Congressional Gold Medal Act 119-hr-9627 | P000607 | Rep. Pocan, Mark [D-WI-2] | D | WI | 2026-07-09 | 1 |
| 119-hr-9627,H001096 | Hmong Congressional Gold Medal Act 119-hr-9627 | H001096 | Rep. Hageman, Harriet M. [R-WY-At Large] | R | WY | 2026-07-09 | 1 |
| 119-hr-9627,B001285 | Hmong Congressional Gold Medal Act 119-hr-9627 | B001285 | Rep. Brownley, Julia [D-CA-26] | D | CA | 2026-07-09 | 1 |
| 119-hr-9627,C001080 | Hmong Congressional Gold Medal Act 119-hr-9627 | C001080 | Rep. Chu, Judy [D-CA-28] | D | CA | 2026-07-09 | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation_cosponsors (
bill_id TEXT NOT NULL REFERENCES legislation(bill_id),
bioguide_id TEXT NOT NULL,
full_name TEXT,
party TEXT,
state TEXT,
sponsorship_date TEXT,
is_original_cosponsor INTEGER,
PRIMARY KEY (bill_id, bioguide_id)
);
CREATE INDEX idx_lc_bioguide ON legislation_cosponsors(bioguide_id);
CREATE INDEX idx_lc_bill ON legislation_cosponsors(bill_id);
CREATE INDEX idx_lc_original ON legislation_cosponsors(is_original_cosponsor);