legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "113-hr-4763" 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-4763,G000562 | Trade Protection Not Troll Protection Act 113-hr-4763 | G000562 | Rep. Gardner, Cory [R-CO-4] | R | CO | 2014-07-31 | 0 |
| 113-hr-4763,M001157 | Trade Protection Not Troll Protection Act 113-hr-4763 | M001157 | Rep. McCaul, Michael T. [R-TX-10] | R | TX | 2014-07-31 | 0 |
| 113-hr-4763,C001076 | Trade Protection Not Troll Protection Act 113-hr-4763 | C001076 | Rep. Chaffetz, Jason [R-UT-3] | R | UT | 2014-07-31 | 0 |
| 113-hr-4763,L000397 | Trade Protection Not Troll Protection Act 113-hr-4763 | L000397 | Rep. Lofgren, Zoe [D-CA-19] | D | CA | 2014-07-31 | 0 |
| 113-hr-4763,P000598 | Trade Protection Not Troll Protection Act 113-hr-4763 | P000598 | Rep. Polis, Jared [D-CO-2] | D | CO | 2014-07-31 | 0 |
| 113-hr-4763,E000215 | Trade Protection Not Troll Protection Act 113-hr-4763 | E000215 | Rep. Eshoo, Anna G. [D-CA-18] | D | CA | 2014-07-31 | 0 |
| 113-hr-4763,H001034 | Trade Protection Not Troll Protection Act 113-hr-4763 | H001034 | Rep. Honda, Michael M. [D-CA-17] | D | CA | 2014-07-30 | 0 |
| 113-hr-4763,S001193 | Trade Protection Not Troll Protection Act 113-hr-4763 | S001193 | Rep. Swalwell, Eric [D-CA-15] | D | CA | 2014-07-30 | 0 |
| 113-hr-4763,F000460 | Trade Protection Not Troll Protection Act 113-hr-4763 | F000460 | Rep. Farenthold, Blake [R-TX-27] | R | TX | 2014-05-29 | 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);