legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where bill_id = "114-s-3270" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party, sponsorship_date, sponsorship_date (date)
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 114-s-3270,C001035 | Elder Abuse Prevention and Prosecution Act 114-s-3270 | C001035 | Sen. Collins, Susan M. [R-ME] | R | ME | 2016-09-21 | 0 |
| 114-s-3270,A000368 | Elder Abuse Prevention and Prosecution Act 114-s-3270 | A000368 | Sen. Ayotte, Kelly [R-NH] | R | NH | 2016-09-20 | 0 |
| 114-s-3270,L000174 | Elder Abuse Prevention and Prosecution Act 114-s-3270 | L000174 | Sen. Leahy, Patrick J. [D-VT] | D | VT | 2016-09-15 | 0 |
| 114-s-3270,D000563 | Elder Abuse Prevention and Prosecution Act 114-s-3270 | D000563 | Sen. Durbin, Richard J. [D-IL] | D | IL | 2016-09-15 | 0 |
| 114-s-3270,T000476 | Elder Abuse Prevention and Prosecution Act 114-s-3270 | T000476 | Sen. Tillis, Thomas [R-NC] | R | NC | 2016-09-15 | 0 |
| 114-s-3270,F000062 | Elder Abuse Prevention and Prosecution Act 114-s-3270 | F000062 | Sen. Feinstein, Dianne [D-CA] | D | CA | 2016-09-14 | 0 |
| 114-s-3270,B001277 | Elder Abuse Prevention and Prosecution Act 114-s-3270 | B001277 | Sen. Blumenthal, Richard [D-CT] | D | CT | 2016-07-14 | 1 |
| 114-s-3270,C001056 | Elder Abuse Prevention and Prosecution Act 114-s-3270 | C001056 | Sen. Cornyn, John [R-TX] | R | TX | 2016-07-14 | 1 |
| 114-s-3270,K000367 | Elder Abuse Prevention and Prosecution Act 114-s-3270 | K000367 | Sen. Klobuchar, Amy [D-MN] | D | MN | 2016-07-14 | 1 |
| 114-s-3270,R000595 | Elder Abuse Prevention and Prosecution Act 114-s-3270 | R000595 | Sen. Rubio, Marco [R-FL] | R | FL | 2016-07-14 | 1 |
| 114-s-3270,B001267 | Elder Abuse Prevention and Prosecution Act 114-s-3270 | B001267 | Sen. Bennet, Michael F. [D-CO] | D | CO | 2016-07-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);