legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where bill_id = "112-hr-3663" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: state, sponsorship_date, sponsorship_date (date)
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 112-hr-3663,W000796 | Supporting Home Owner Rights Enforcement Act 112-hr-3663 | W000796 | Rep. Westmoreland, Lynn A. [R-GA-3] | R | GA | 2012-07-18 | 0 |
| 112-hr-3663,M001159 | Supporting Home Owner Rights Enforcement Act 112-hr-3663 | M001159 | Rep. McMorris Rodgers, Cathy [R-WA-5] | R | WA | 2012-03-01 | 0 |
| 112-hr-3663,G000568 | Supporting Home Owner Rights Enforcement Act 112-hr-3663 | G000568 | Rep. Griffith, H. Morgan [R-VA-9] | R | VA | 2012-02-07 | 0 |
| 112-hr-3663,G000289 | Supporting Home Owner Rights Enforcement Act 112-hr-3663 | G000289 | Rep. Goodlatte, Bob [R-VA-6] | R | VA | 2012-02-03 | 0 |
| 112-hr-3663,H001053 | Supporting Home Owner Rights Enforcement Act 112-hr-3663 | H001053 | Rep. Hartzler, Vicky [R-MO-4] | R | MO | 2011-12-14 | 1 |
| 112-hr-3663,L000569 | Supporting Home Owner Rights Enforcement Act 112-hr-3663 | L000569 | Rep. Luetkemeyer, Blaine [R-MO-9] | R | MO | 2011-12-14 | 1 |
| 112-hr-3663,L000575 | Supporting Home Owner Rights Enforcement Act 112-hr-3663 | L000575 | Rep. Lankford, James [R-OK-5] | R | OK | 2011-12-14 | 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);