legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where bill_id = "116-hr-4659" 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 |
|---|---|---|---|---|---|---|---|
| 116-hr-4659,M001159 | Water Supply Infrastructure Rehabilitation and Utilization Act 116-hr-4659 | M001159 | Rep. McMorris Rodgers, Cathy [R-WA-5] | R | WA | 2019-11-14 | 0 |
| 116-hr-4659,C000059 | Water Supply Infrastructure Rehabilitation and Utilization Act 116-hr-4659 | C000059 | Rep. Calvert, Ken [R-CA-42] | R | CA | 2019-11-08 | 0 |
| 116-hr-4659,T000470 | Water Supply Infrastructure Rehabilitation and Utilization Act 116-hr-4659 | T000470 | Rep. Tipton, Scott R. [R-CO-3] | R | CO | 2019-10-17 | 0 |
| 116-hr-4659,S001183 | Water Supply Infrastructure Rehabilitation and Utilization Act 116-hr-4659 | S001183 | Rep. Schweikert, David [R-AZ-6] | R | AZ | 2019-10-17 | 0 |
| 116-hr-4659,A000369 | Water Supply Infrastructure Rehabilitation and Utilization Act 116-hr-4659 | A000369 | Rep. Amodei, Mark E. [R-NV-2] | R | NV | 2019-10-11 | 1 |
| 116-hr-4659,S001216 | Water Supply Infrastructure Rehabilitation and Utilization Act 116-hr-4659 | S001216 | Rep. Schrier, Kim [D-WA-8] | D | WA | 2019-10-11 | 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);