legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
15 rows where bill_id = "115-hr-1629" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: state, sponsorship_date, sponsorship_date (date)
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 115-hr-1629,L000582 | Public Safety and Wildlife Protection Act 115-hr-1629 | L000582 | Rep. Lieu, Ted [D-CA-33] | D | CA | 2018-02-02 | 0 |
| 115-hr-1629,L000586 | Public Safety and Wildlife Protection Act 115-hr-1629 | L000586 | Rep. Lawson, Al, Jr. [D-FL-5] | D | FL | 2017-07-24 | 0 |
| 115-hr-1629,B000574 | Public Safety and Wildlife Protection Act 115-hr-1629 | B000574 | Rep. Blumenauer, Earl [D-OR-3] | D | OR | 2017-06-26 | 0 |
| 115-hr-1629,P000607 | Public Safety and Wildlife Protection Act 115-hr-1629 | P000607 | Rep. Pocan, Mark [D-WI-2] | D | WI | 2017-05-16 | 0 |
| 115-hr-1629,T000472 | Public Safety and Wildlife Protection Act 115-hr-1629 | T000472 | Rep. Takano, Mark [D-CA-41] | D | CA | 2017-05-16 | 0 |
| 115-hr-1629,M000312 | Public Safety and Wildlife Protection Act 115-hr-1629 | M000312 | Rep. McGovern, James P. [D-MA-2] | D | MA | 2017-05-01 | 0 |
| 115-hr-1629,S001145 | Public Safety and Wildlife Protection Act 115-hr-1629 | S001145 | Rep. Schakowsky, Janice D. [D-IL-9] | D | IL | 2017-04-27 | 0 |
| 115-hr-1629,B001281 | Public Safety and Wildlife Protection Act 115-hr-1629 | B001281 | Rep. Beatty, Joyce [D-OH-3] | D | OH | 2017-04-27 | 0 |
| 115-hr-1629,L000397 | Public Safety and Wildlife Protection Act 115-hr-1629 | L000397 | Rep. Lofgren, Zoe [D-CA-19] | D | CA | 2017-04-27 | 0 |
| 115-hr-1629,C001080 | Public Safety and Wildlife Protection Act 115-hr-1629 | C001080 | Rep. Chu, Judy [D-CA-27] | D | CA | 2017-04-27 | 0 |
| 115-hr-1629,L000562 | Public Safety and Wildlife Protection Act 115-hr-1629 | L000562 | Rep. Lynch, Stephen F. [D-MA-8] | D | MA | 2017-04-25 | 0 |
| 115-hr-1629,D000598 | Public Safety and Wildlife Protection Act 115-hr-1629 | D000598 | Rep. Davis, Susan A. [D-CA-53] | D | CA | 2017-04-25 | 0 |
| 115-hr-1629,Q000023 | Public Safety and Wildlife Protection Act 115-hr-1629 | Q000023 | Rep. Quigley, Mike [D-IL-5] | D | IL | 2017-04-25 | 0 |
| 115-hr-1629,L000551 | Public Safety and Wildlife Protection Act 115-hr-1629 | L000551 | Rep. Lee, Barbara [D-CA-13] | D | CA | 2017-03-30 | 0 |
| 115-hr-1629,L000480 | Public Safety and Wildlife Protection Act 115-hr-1629 | L000480 | Rep. Lowey, Nita M. [D-NY-17] | D | NY | 2017-03-20 | 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);