legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "115-s-1398" 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 |
|---|---|---|---|---|---|---|---|
| 115-s-1398,S000148 | Stop the Asian Carp Now Act of 2017 115-s-1398 | S000148 | Sen. Schumer, Charles E. [D-NY] | D | NY | 2017-07-25 | 0 |
| 115-s-1398,P000595 | Stop the Asian Carp Now Act of 2017 115-s-1398 | P000595 | Sen. Peters, Gary C. [D-MI] | D | MI | 2017-06-21 | 1 |
| 115-s-1398,B001230 | Stop the Asian Carp Now Act of 2017 115-s-1398 | B001230 | Sen. Baldwin, Tammy [D-WI] | D | WI | 2017-06-21 | 1 |
| 115-s-1398,B000944 | Stop the Asian Carp Now Act of 2017 115-s-1398 | B000944 | Sen. Brown, Sherrod [D-OH] | D | OH | 2017-06-21 | 1 |
| 115-s-1398,F000457 | Stop the Asian Carp Now Act of 2017 115-s-1398 | F000457 | Sen. Franken, Al [D-MN] | D | MN | 2017-06-21 | 1 |
| 115-s-1398,K000367 | Stop the Asian Carp Now Act of 2017 115-s-1398 | K000367 | Sen. Klobuchar, Amy [D-MN] | D | MN | 2017-06-21 | 1 |
| 115-s-1398,D000563 | Stop the Asian Carp Now Act of 2017 115-s-1398 | D000563 | Sen. Durbin, Richard J. [D-IL] | D | IL | 2017-06-21 | 1 |
| 115-s-1398,D000622 | Stop the Asian Carp Now Act of 2017 115-s-1398 | D000622 | Sen. Duckworth, Tammy [D-IL] | D | IL | 2017-06-21 | 1 |
| 115-s-1398,G000555 | Stop the Asian Carp Now Act of 2017 115-s-1398 | G000555 | Sen. Gillibrand, Kirsten E. [D-NY] | D | NY | 2017-06-21 | 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);