legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
16 rows where bill_id = "115-s-3696" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party, state, sponsorship_date (date)
is_original_cosponsor 1
- 1 16
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 115-s-3696,Y000064 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | Y000064 | Sen. Young, Todd [R-IN] | R | IN | 2018-11-29 | 1 |
| 115-s-3696,M001176 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | M001176 | Sen. Merkley, Jeff [D-OR] | D | OR | 2018-11-29 | 1 |
| 115-s-3696,D000563 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | D000563 | Sen. Durbin, Richard J. [D-IL] | D | IL | 2018-11-29 | 1 |
| 115-s-3696,S001194 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | S001194 | Sen. Schatz, Brian [D-HI] | D | HI | 2018-11-29 | 1 |
| 115-s-3696,V000128 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | V000128 | Sen. Van Hollen, Chris [D-MD] | D | MD | 2018-11-29 | 1 |
| 115-s-3696,B001288 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | B001288 | Sen. Booker, Cory A. [D-NJ] | D | NJ | 2018-11-29 | 1 |
| 115-s-3696,M000133 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | M000133 | Sen. Markey, Edward J. [D-MA] | D | MA | 2018-11-29 | 1 |
| 115-s-3696,C001035 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | C001035 | Sen. Collins, Susan M. [R-ME] | R | ME | 2018-11-29 | 1 |
| 115-s-3696,C001088 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | C001088 | Sen. Coons, Christopher A. [D-DE] | D | DE | 2018-11-29 | 1 |
| 115-s-3696,C000127 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | C000127 | Sen. Cantwell, Maria [D-WA] | D | WA | 2018-11-29 | 1 |
| 115-s-3696,S001181 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | S001181 | Sen. Shaheen, Jeanne [D-NH] | D | NH | 2018-11-29 | 1 |
| 115-s-3696,W000779 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | W000779 | Sen. Wyden, Ron [D-OR] | D | OR | 2018-11-29 | 1 |
| 115-s-3696,H001075 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | H001075 | Sen. Harris, Kamala D. [D-CA] | D | CA | 2018-11-29 | 1 |
| 115-s-3696,C001070 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | C001070 | Sen. Casey, Robert P., Jr. [D-PA] | D | PA | 2018-11-29 | 1 |
| 115-s-3696,K000384 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | K000384 | Sen. Kaine, Tim [D-VA] | D | VA | 2018-11-29 | 1 |
| 115-s-3696,R000595 | Burma Human Rights and Freedom Act of 2018 115-s-3696 | R000595 | Sen. Rubio, Marco [R-FL] | R | FL | 2018-11-29 | 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);