legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where bill_id = "115-hr-7217" 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 |
|---|---|---|---|---|---|---|---|
| 115-hr-7217,E000215 | IMPROVE Act 115-hr-7217 | E000215 | Rep. Eshoo, Anna G. [D-CA-18] | D | CA | 2018-12-10 | 0 |
| 115-hr-7217,H001056 | IMPROVE Act 115-hr-7217 | H001056 | Rep. Herrera Beutler, Jaime [R-WA-3] | R | WA | 2018-12-10 | 0 |
| 115-hr-7217,G000410 | IMPROVE Act 115-hr-7217 | G000410 | Rep. Green, Gene [D-TX-29] | D | TX | 2018-12-10 | 0 |
| 115-hr-7217,B001257 | IMPROVE Act 115-hr-7217 | B001257 | Rep. Bilirakis, Gus M. [R-FL-12] | R | FL | 2018-12-10 | 0 |
| 115-hr-7217,C001066 | IMPROVE Act 115-hr-7217 | C001066 | Rep. Castor, Kathy [D-FL-14] | D | FL | 2018-12-06 | 1 |
| 115-hr-7217,G000558 | IMPROVE Act 115-hr-7217 | G000558 | Rep. Guthrie, Brett [R-KY-2] | R | KY | 2018-12-06 | 1 |
| 115-hr-7217,D000624 | IMPROVE Act 115-hr-7217 | D000624 | Rep. Dingell, Debbie [D-MI-12] | D | MI | 2018-12-06 | 1 |
| 115-hr-7217,U000031 | IMPROVE Act 115-hr-7217 | U000031 | Rep. Upton, Fred [R-MI-6] | R | MI | 2018-12-06 | 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);