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

7 rows where bill_id = "116-hr-8596" 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

  • 1 6
  • 0 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
116-hr-8596,Y000065 Limiting Section 230 Immunity to Good Samaritans Act 116-hr-8596 Y000065 Rep. Yoho, Ted S. [R-FL-3] R FL 2020-10-23 0
116-hr-8596,C001087 Limiting Section 230 Immunity to Good Samaritans Act 116-hr-8596 C001087 Rep. Crawford, Eric A. "Rick" [R-AR-1] R AR 2020-10-16 1
116-hr-8596,F000461 Limiting Section 230 Immunity to Good Samaritans Act 116-hr-8596 F000461 Rep. Flores, Bill [R-TX-17] R TX 2020-10-16 1
116-hr-8596,B001302 Limiting Section 230 Immunity to Good Samaritans Act 116-hr-8596 B001302 Rep. Biggs, Andy [R-AZ-5] R AZ 2020-10-16 1
116-hr-8596,G000589 Limiting Section 230 Immunity to Good Samaritans Act 116-hr-8596 G000589 Rep. Gooden, Lance [R-TX-5] R TX 2020-10-16 1
116-hr-8596,B001311 Limiting Section 230 Immunity to Good Samaritans Act 116-hr-8596 B001311 Rep. Bishop, Dan [R-NC-9] R NC 2020-10-16 1
116-hr-8596,W000823 Limiting Section 230 Immunity to Good Samaritans Act 116-hr-8596 W000823 Rep. Waltz, Michael [R-FL-6] R FL 2020-10-16 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 4.441ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API