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-hr-5690" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 7
  • 1 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
115-hr-5690,C001090 ProTECT Act of 2018 115-hr-5690 C001090 Rep. Cartwright, Matt [D-PA-17] D PA 2018-10-16 0
115-hr-5690,H001047 ProTECT Act of 2018 115-hr-5690 H001047 Rep. Himes, James A. [D-CT-4] D CT 2018-10-16 0
115-hr-5690,P000608 ProTECT Act of 2018 115-hr-5690 P000608 Rep. Peters, Scott H. [D-CA-52] D CA 2018-09-27 0
115-hr-5690,L000397 ProTECT Act of 2018 115-hr-5690 L000397 Rep. Lofgren, Zoe [D-CA-19] D CA 2018-07-10 0
115-hr-5690,Q000023 ProTECT Act of 2018 115-hr-5690 Q000023 Rep. Quigley, Mike [D-IL-5] D IL 2018-06-01 0
115-hr-5690,S001170 ProTECT Act of 2018 115-hr-5690 S001170 Rep. Shea-Porter, Carol [D-NH-1] D NH 2018-06-01 0
115-hr-5690,P000607 ProTECT Act of 2018 115-hr-5690 P000607 Rep. Pocan, Mark [D-WI-2] D WI 2018-06-01 0
115-hr-5690,L000582 ProTECT Act of 2018 115-hr-5690 L000582 Rep. Lieu, Ted [D-CA-33] D CA 2018-05-07 1
115-hr-5690,N000147 ProTECT Act of 2018 115-hr-5690 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 2018-05-07 1
115-hr-5690,M001166 ProTECT Act of 2018 115-hr-5690 M001166 Rep. McNerney, Jerry [D-CA-9] D CA 2018-05-07 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 413.606ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API