legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where bill_id = "112-s-2078" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party, state, sponsorship_date (date)
is_original_cosponsor 1
- 0 7
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 112-s-2078,B001265 | Home Building Lending Improvement Act of 2012 112-s-2078 | B001265 | Sen. Begich, Mark [D-AK] | D | AK | 2012-09-11 | 0 |
| 112-s-2078,H001041 | Home Building Lending Improvement Act of 2012 112-s-2078 | H001041 | Sen. Heller, Dean [R-NV] | R | NV | 2012-07-31 | 0 |
| 112-s-2078,R000595 | Home Building Lending Improvement Act of 2012 112-s-2078 | R000595 | Sen. Rubio, Marco [R-FL] | R | FL | 2012-07-26 | 0 |
| 112-s-2078,N000032 | Home Building Lending Improvement Act of 2012 112-s-2078 | N000032 | Sen. Nelson, Bill [D-FL] | D | FL | 2012-07-17 | 0 |
| 112-s-2078,S000770 | Home Building Lending Improvement Act of 2012 112-s-2078 | S000770 | Sen. Stabenow, Debbie [D-MI] | D | MI | 2012-07-11 | 0 |
| 112-s-2078,L000304 | Home Building Lending Improvement Act of 2012 112-s-2078 | L000304 | Sen. Lieberman, Joseph I. [ID-CT] | ID | CT | 2012-07-10 | 0 |
| 112-s-2078,I000055 | Home Building Lending Improvement Act of 2012 112-s-2078 | I000055 | Sen. Isakson, Johnny [R-GA] | R | GA | 2012-05-24 | 0 |
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);