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

9 rows where bill_id = "115-hr-7173" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 5
  • 1 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
115-hr-7173,L000563 Energy Innovation and Carbon Dividend Act of 2018 115-hr-7173 L000563 Rep. Lipinski, Daniel [D-IL-3] D IL 2018-12-19 0
115-hr-7173,P000608 Energy Innovation and Carbon Dividend Act of 2018 115-hr-7173 P000608 Rep. Peters, Scott H. [D-CA-52] D CA 2018-12-19 0
115-hr-7173,C001080 Energy Innovation and Carbon Dividend Act of 2018 115-hr-7173 C001080 Rep. Chu, Judy [D-CA-27] D CA 2018-12-12 0
115-hr-7173,E000215 Energy Innovation and Carbon Dividend Act of 2018 115-hr-7173 E000215 Rep. Eshoo, Anna G. [D-CA-18] D CA 2018-12-06 0
115-hr-7173,T000475 Energy Innovation and Carbon Dividend Act of 2018 115-hr-7173 T000475 Rep. Trott, David A. [R-MI-11] R MI 2018-11-29 0
115-hr-7173,F000466 Energy Innovation and Carbon Dividend Act of 2018 115-hr-7173 F000466 Rep. Fitzpatrick, Brian K. [R-PA-8] R PA 2018-11-27 1
115-hr-7173,D000620 Energy Innovation and Carbon Dividend Act of 2018 115-hr-7173 D000620 Rep. Delaney, John K. [D-MD-6] D MD 2018-11-27 1
115-hr-7173,R000607 Energy Innovation and Carbon Dividend Act of 2018 115-hr-7173 R000607 Rep. Rooney, Francis [R-FL-19] R FL 2018-11-27 1
115-hr-7173,C001111 Energy Innovation and Carbon Dividend Act of 2018 115-hr-7173 C001111 Rep. Crist, Charlie [D-FL-13] D FL 2018-11-27 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 11.282ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API