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

11 rows where bill_id = "115-hr-6136" 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 8
  • 1 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
115-hr-6136,F000461 Border Security and Immigration Reform Act of 2018 115-hr-6136 F000461 Rep. Flores, Bill [R-TX-17] R TX 2018-06-21 0
115-hr-6136,M001189 Border Security and Immigration Reform Act of 2018 115-hr-6136 M001189 Rep. Messer, Luke [R-IN-6] R IN 2018-06-20 0
115-hr-6136,D000600 Border Security and Immigration Reform Act of 2018 115-hr-6136 D000600 Rep. Diaz-Balart, Mario [R-FL-25] R FL 2018-06-20 0
115-hr-6136,S001187 Border Security and Immigration Reform Act of 2018 115-hr-6136 S001187 Rep. Stivers, Steve [R-OH-15] R OH 2018-06-20 0
115-hr-6136,K000386 Border Security and Immigration Reform Act of 2018 115-hr-6136 K000386 Rep. Katko, John [R-NY-24] R NY 2018-06-20 0
115-hr-6136,B001298 Border Security and Immigration Reform Act of 2018 115-hr-6136 B001298 Rep. Bacon, Don [R-NE-2] R NE 2018-06-20 0
115-hr-6136,M001194 Border Security and Immigration Reform Act of 2018 115-hr-6136 M001194 Rep. Moolenaar, John R. [R-MI-4] R MI 2018-06-20 0
115-hr-6136,N000189 Border Security and Immigration Reform Act of 2018 115-hr-6136 N000189 Rep. Newhouse, Dan [R-WA-4] R WA 2018-06-20 0
115-hr-6136,C001107 Border Security and Immigration Reform Act of 2018 115-hr-6136 C001107 Rep. Curbelo, Carlos [R-FL-26] R FL 2018-06-19 1
115-hr-6136,M001157 Border Security and Immigration Reform Act of 2018 115-hr-6136 M001157 Rep. McCaul, Michael T. [R-TX-10] R TX 2018-06-19 1
115-hr-6136,D000612 Border Security and Immigration Reform Act of 2018 115-hr-6136 D000612 Rep. Denham, Jeff [R-CA-10] R CA 2018-06-19 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 1831.38ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API