legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where bill_id = "112-hr-3987" 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 |
|---|---|---|---|---|---|---|---|
| 112-hr-3987,C000556 | Small Business Protection Act of 2012 112-hr-3987 | C000556 | Rep. Coble, Howard [R-NC-6] | R | NC | 2012-06-19 | 0 |
| 112-hr-3987,E000291 | Small Business Protection Act of 2012 112-hr-3987 | E000291 | Rep. Ellmers, Renee L. [R-NC-2] | R | NC | 2012-04-27 | 0 |
| 112-hr-3987,T000470 | Small Business Protection Act of 2012 112-hr-3987 | T000470 | Rep. Tipton, Scott R. [R-CO-3] | R | CO | 2012-03-26 | 0 |
| 112-hr-3987,M001182 | Small Business Protection Act of 2012 112-hr-3987 | M001182 | Rep. Mulvaney, Mick [R-SC-5] | R | SC | 2012-03-13 | 0 |
| 112-hr-3987,H000636 | Small Business Protection Act of 2012 112-hr-3987 | H000636 | Rep. Hinojosa, Ruben [D-TX-15] | D | TX | 2012-03-13 | 0 |
| 112-hr-3987,G000546 | Small Business Protection Act of 2012 112-hr-3987 | G000546 | Rep. Graves, Sam [R-MO-6] | R | MO | 2012-03-06 | 0 |
| 112-hr-3987,S001182 | Small Business Protection Act of 2012 112-hr-3987 | S001182 | Rep. Schilling, Robert T. [R-IL-17] | R | IL | 2012-03-06 | 0 |
| 112-hr-3987,H001051 | Small Business Protection Act of 2012 112-hr-3987 | H001051 | Rep. Hanna, Richard L. [R-NY-24] | R | NY | 2012-03-06 | 0 |
| 112-hr-3987,W000807 | Small Business Protection Act of 2012 112-hr-3987 | W000807 | Rep. West, Allen B. [R-FL-22] | R | FL | 2012-03-06 | 0 |
| 112-hr-3987,C000266 | Small Business Protection Act of 2012 112-hr-3987 | C000266 | Rep. Chabot, Steve [R-OH-1] | R | OH | 2012-03-06 | 0 |
| 112-hr-3987,C001078 | Small Business Protection Act of 2012 112-hr-3987 | C001078 | Rep. Connolly, Gerald E. [D-VA-11] | D | VA | 2012-02-08 | 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);