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-3410" 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-3410,H001067 | Supersonic Aviation Modernization Act 119-hr-3410 | H001067 | Rep. Hudson, Richard [R-NC-9] | R | NC | 2025-09-03 | 0 |
| 119-hr-3410,H001101 | Supersonic Aviation Modernization Act 119-hr-3410 | H001101 | Rep. Harrigan, Pat [R-NC-10] | R | NC | 2025-09-03 | 0 |
| 119-hr-3410,S001229 | Supersonic Aviation Modernization Act 119-hr-3410 | S001229 | Rep. Shreve, Jefferson [R-IN-6] | R | IN | 2025-07-14 | 0 |
| 119-hr-3410,E000300 | Supersonic Aviation Modernization Act 119-hr-3410 | E000300 | Rep. Evans, Gabe [R-CO-8] | R | CO | 2025-07-02 | 0 |
| 119-hr-3410,V000129 | Supersonic Aviation Modernization Act 119-hr-3410 | V000129 | Rep. Valadao, David G. [R-CA-22] | R | CA | 2025-06-25 | 0 |
| 119-hr-3410,O000177 | Supersonic Aviation Modernization Act 119-hr-3410 | O000177 | Rep. Onder, Robert F. [R-MO-3] | R | MO | 2025-06-11 | 0 |
| 119-hr-3410,H001100 | Supersonic Aviation Modernization Act 119-hr-3410 | H001100 | Rep. Hurd, Jeff [R-CO-3] | R | CO | 2025-06-10 | 0 |
| 119-hr-3410,M001236 | Supersonic Aviation Modernization Act 119-hr-3410 | M001236 | Rep. Moore, Tim [R-NC-14] | R | NC | 2025-05-29 | 0 |
| 119-hr-3410,D000629 | Supersonic Aviation Modernization Act 119-hr-3410 | D000629 | Rep. Davids, Sharice [D-KS-3] | D | KS | 2025-05-14 | 1 |
| 119-hr-3410,R000603 | Supersonic Aviation Modernization Act 119-hr-3410 | R000603 | Rep. Rouzer, David [R-NC-7] | R | NC | 2025-05-14 | 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);