home / openregs

legislation_cosponsors

Cosponsors for tracked legislation. Distinguishes original cosponsors (signed on at introduction) from later additions. Linked to congress_members via bioguide_id.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

10 rows where bill_id = "115-hconres-79" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 10
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
115-hconres-79,N000002 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 N000002 Rep. Nadler, Jerrold [D-NY-10] D NY 2017-09-14 1
115-hconres-79,L000397 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 L000397 Rep. Lofgren, Zoe [D-CA-19] D CA 2017-09-14 1
115-hconres-79,C001068 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 C001068 Rep. Cohen, Steve [D-TN-9] D TN 2017-09-14 1
115-hconres-79,R000606 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 R000606 Rep. Raskin, Jamie [D-MD-8] D MD 2017-09-14 1
115-hconres-79,G000553 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 G000553 Rep. Green, Al [D-TX-9] D TX 2017-09-14 1
115-hconres-79,J000032 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 J000032 Rep. Jackson Lee, Sheila [D-TX-18] D TX 2017-09-14 1
115-hconres-79,J000288 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 J000288 Rep. Johnson, Henry C. "Hank," Jr. [D-GA-4] D GA 2017-09-14 1
115-hconres-79,J000294 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 J000294 Rep. Jeffries, Hakeem S. [D-NY-8] D NY 2017-09-14 1
115-hconres-79,B000574 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 B000574 Rep. Blumenauer, Earl [D-OR-3] D OR 2017-09-14 1
115-hconres-79,G000535 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 G000535 Rep. Gutierrez, Luis V. [D-IL-4] D IL 2017-09-14 1

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 86.096ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API