legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
15 rows where bill_id = "113-hr-3189" 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 |
|---|---|---|---|---|---|---|---|
| 113-hr-3189,G000562 | Water Rights Protection Act 113-hr-3189 | G000562 | Rep. Gardner, Cory [R-CO-4] | R | CO | 2014-02-27 | 0 |
| 113-hr-3189,P000592 | Water Rights Protection Act 113-hr-3189 | P000592 | Rep. Poe, Ted [R-TX-2] | R | TX | 2013-11-19 | 0 |
| 113-hr-3189,C001076 | Water Rights Protection Act 113-hr-3189 | C001076 | Rep. Chaffetz, Jason [R-UT-3] | R | UT | 2013-11-12 | 0 |
| 113-hr-3189,G000565 | Water Rights Protection Act 113-hr-3189 | G000565 | Rep. Gosar, Paul A. [R-AZ-4] | R | AZ | 2013-11-12 | 0 |
| 113-hr-3189,C001096 | Water Rights Protection Act 113-hr-3189 | C001096 | Rep. Cramer, Kevin [R-ND-At Large] | R | ND | 2013-11-12 | 0 |
| 113-hr-3189,M001142 | Water Rights Protection Act 113-hr-3189 | M001142 | Rep. Matheson, Jim [D-UT-4] | D | UT | 2013-10-12 | 0 |
| 113-hr-3189,S001192 | Water Rights Protection Act 113-hr-3189 | S001192 | Rep. Stewart, Chris [R-UT-2] | R | UT | 2013-10-12 | 0 |
| 113-hr-3189,S001148 | Water Rights Protection Act 113-hr-3189 | S001148 | Rep. Simpson, Michael K. [R-ID-2] | R | ID | 2013-10-11 | 0 |
| 113-hr-3189,P000588 | Water Rights Protection Act 113-hr-3189 | P000588 | Rep. Pearce, Stevan [R-NM-2] | R | NM | 2013-10-11 | 0 |
| 113-hr-3189,C001077 | Water Rights Protection Act 113-hr-3189 | C001077 | Rep. Coffman, Mike [R-CO-6] | R | CO | 2013-09-28 | 0 |
| 113-hr-3189,L000571 | Water Rights Protection Act 113-hr-3189 | L000571 | Rep. Lummis, Cynthia M. [R-WY-At Large] | R | WY | 2013-09-28 | 0 |
| 113-hr-3189,B001250 | Water Rights Protection Act 113-hr-3189 | B001250 | Rep. Bishop, Rob [R-UT-1] | R | UT | 2013-09-26 | 1 |
| 113-hr-3189,M001177 | Water Rights Protection Act 113-hr-3189 | M001177 | Rep. McClintock, Tom [R-CA-4] | R | CA | 2013-09-26 | 1 |
| 113-hr-3189,A000369 | Water Rights Protection Act 113-hr-3189 | A000369 | Rep. Amodei, Mark E. [R-NV-2] | R | NV | 2013-09-26 | 1 |
| 113-hr-3189,P000598 | Water Rights Protection Act 113-hr-3189 | P000598 | Rep. Polis, Jared [D-CO-2] | D | CO | 2013-09-26 | 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);