legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
14 rows where bill_id = "119-hr-253" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party, state, sponsorship_date, sponsorship_date (date)
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 119-hr-253,L000601 | Bipartisan Restoring Faith in Government Act 119-hr-253 | L000601 | Rep. Landsman, Greg [D-OH-1] | D | OH | 2025-12-16 | 0 |
| 119-hr-253,V000133 | Bipartisan Restoring Faith in Government Act 119-hr-253 | V000133 | Rep. Van Drew, Jefferson [R-NJ-2] | R | NJ | 2025-12-03 | 0 |
| 119-hr-253,L000602 | Bipartisan Restoring Faith in Government Act 119-hr-253 | L000602 | Rep. Lee, Summer L. [D-PA-12] | D | PA | 2025-10-31 | 0 |
| 119-hr-253,R000606 | Bipartisan Restoring Faith in Government Act 119-hr-253 | R000606 | Rep. Raskin, Jamie [D-MD-8] | D | MD | 2025-07-14 | 0 |
| 119-hr-253,S001218 | Bipartisan Restoring Faith in Government Act 119-hr-253 | S001218 | Rep. Stansbury, Melanie A. [D-NM-1] | D | NM | 2025-05-13 | 0 |
| 119-hr-253,S001201 | Bipartisan Restoring Faith in Government Act 119-hr-253 | S001201 | Rep. Suozzi, Thomas R. [D-NY-3] | D | NY | 2025-05-05 | 0 |
| 119-hr-253,L000593 | Bipartisan Restoring Faith in Government Act 119-hr-253 | L000593 | Rep. Levin, Mike [D-CA-49] | D | CA | 2025-04-17 | 0 |
| 119-hr-253,M001220 | Bipartisan Restoring Faith in Government Act 119-hr-253 | M001220 | Rep. McGarvey, Morgan [D-KY-3] | D | KY | 2025-03-31 | 0 |
| 119-hr-253,D000530 | Bipartisan Restoring Faith in Government Act 119-hr-253 | D000530 | Rep. Deluzio, Christopher R. [D-PA-17] | D | PA | 2025-01-15 | 0 |
| 119-hr-253,L000599 | Bipartisan Restoring Faith in Government Act 119-hr-253 | L000599 | Rep. Lawler, Michael [R-NY-17] | R | NY | 2025-01-13 | 0 |
| 119-hr-253,K000389 | Bipartisan Restoring Faith in Government Act 119-hr-253 | K000389 | Rep. Khanna, Ro [D-CA-17] | D | CA | 2025-01-13 | 0 |
| 119-hr-253,O000172 | Bipartisan Restoring Faith in Government Act 119-hr-253 | O000172 | Rep. Ocasio-Cortez, Alexandria [D-NY-14] | D | NY | 2025-01-09 | 1 |
| 119-hr-253,M001216 | Bipartisan Restoring Faith in Government Act 119-hr-253 | M001216 | Rep. Mills, Cory [R-FL-7] | R | FL | 2025-01-09 | 1 |
| 119-hr-253,K000391 | Bipartisan Restoring Faith in Government Act 119-hr-253 | K000391 | Rep. Krishnamoorthi, Raja [D-IL-8] | D | IL | 2025-01-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);