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 = "116-hr-7920" 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 1

  • 0 10
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
116-hr-7920,L000591 Healthy and Safe Travel Promotion Act of 2020 116-hr-7920 L000591 Rep. Luria, Elaine G. [D-VA-2] D VA 2020-09-08 0
116-hr-7920,C001084 Healthy and Safe Travel Promotion Act of 2020 116-hr-7920 C001084 Rep. Cicilline, David N. [D-RI-1] D RI 2020-08-14 0
116-hr-7920,D000610 Healthy and Safe Travel Promotion Act of 2020 116-hr-7920 D000610 Rep. Deutch, Theodore E. [D-FL-22] D FL 2020-08-14 0
116-hr-7920,C001112 Healthy and Safe Travel Promotion Act of 2020 116-hr-7920 C001112 Rep. Carbajal, Salud O. [D-CA-24] D CA 2020-08-14 0
116-hr-7920,Q000023 Healthy and Safe Travel Promotion Act of 2020 116-hr-7920 Q000023 Rep. Quigley, Mike [D-IL-5] D IL 2020-08-07 0
116-hr-7920,N000147 Healthy and Safe Travel Promotion Act of 2020 116-hr-7920 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 2020-08-07 0
116-hr-7920,C001055 Healthy and Safe Travel Promotion Act of 2020 116-hr-7920 C001055 Rep. Case, Ed [D-HI-1] D HI 2020-08-07 0
116-hr-7920,H001066 Healthy and Safe Travel Promotion Act of 2020 116-hr-7920 H001066 Rep. Horsford, Steven [D-NV-4] D NV 2020-08-07 0
116-hr-7920,M001163 Healthy and Safe Travel Promotion Act of 2020 116-hr-7920 M001163 Rep. Matsui, Doris O. [D-CA-6] D CA 2020-08-07 0
116-hr-7920,P000613 Healthy and Safe Travel Promotion Act of 2020 116-hr-7920 P000613 Rep. Panetta, Jimmy [D-CA-20] D CA 2020-08-07 0

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 5.87ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API