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

13 rows where bill_id = "116-hr-7760" 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 7
  • 1 6
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
116-hr-7760,C001121 To make a supplemental appropriation for the COVID-19 Telehealth Program of the Federal Communications Commission for the fiscal year ending September 30, 2020. 116-hr-7760 C001121 Rep. Crow, Jason [D-CO-6] D CO 2020-08-28 0
116-hr-7760,P000597 To make a supplemental appropriation for the COVID-19 Telehealth Program of the Federal Communications Commission for the fiscal year ending September 30, 2020. 116-hr-7760 P000597 Rep. Pingree, Chellie [D-ME-1] D ME 2020-08-21 0
116-hr-7760,P000618 To make a supplemental appropriation for the COVID-19 Telehealth Program of the Federal Communications Commission for the fiscal year ending September 30, 2020. 116-hr-7760 P000618 Rep. Porter, Katie [D-CA-45] D CA 2020-08-07 0
116-hr-7760,S001205 To make a supplemental appropriation for the COVID-19 Telehealth Program of the Federal Communications Commission for the fiscal year ending September 30, 2020. 116-hr-7760 S001205 Rep. Scanlon, Mary Gay [D-PA-5] D PA 2020-08-07 0
116-hr-7760,S001201 To make a supplemental appropriation for the COVID-19 Telehealth Program of the Federal Communications Commission for the fiscal year ending September 30, 2020. 116-hr-7760 S001201 Rep. Suozzi, Thomas R. [D-NY-3] D NY 2020-08-07 0
116-hr-7760,R000616 To make a supplemental appropriation for the COVID-19 Telehealth Program of the Federal Communications Commission for the fiscal year ending September 30, 2020. 116-hr-7760 R000616 Rep. Rouda, Harley [D-CA-48] D CA 2020-08-07 0
116-hr-7760,G000583 To make a supplemental appropriation for the COVID-19 Telehealth Program of the Federal Communications Commission for the fiscal year ending September 30, 2020. 116-hr-7760 G000583 Rep. Gottheimer, Josh [D-NJ-5] D NJ 2020-07-29 0
116-hr-7760,J000301 To make a supplemental appropriation for the COVID-19 Telehealth Program of the Federal Communications Commission for the fiscal year ending September 30, 2020. 116-hr-7760 J000301 Rep. Johnson, Dusty [R-SD-At Large] R SD 2020-07-23 1
116-hr-7760,N000179 To make a supplemental appropriation for the COVID-19 Telehealth Program of the Federal Communications Commission for the fiscal year ending September 30, 2020. 116-hr-7760 N000179 Rep. Napolitano, Grace F. [D-CA-32] D CA 2020-07-23 1
116-hr-7760,F000466 To make a supplemental appropriation for the COVID-19 Telehealth Program of the Federal Communications Commission for the fiscal year ending September 30, 2020. 116-hr-7760 F000466 Rep. Fitzpatrick, Brian K. [R-PA-1] R PA 2020-07-23 1
116-hr-7760,R000606 To make a supplemental appropriation for the COVID-19 Telehealth Program of the Federal Communications Commission for the fiscal year ending September 30, 2020. 116-hr-7760 R000606 Rep. Raskin, Jamie [D-MD-8] D MD 2020-07-23 1
116-hr-7760,W000800 To make a supplemental appropriation for the COVID-19 Telehealth Program of the Federal Communications Commission for the fiscal year ending September 30, 2020. 116-hr-7760 W000800 Rep. Welch, Peter [D-VT-At Large] D VT 2020-07-23 1
116-hr-7760,C001124 To make a supplemental appropriation for the COVID-19 Telehealth Program of the Federal Communications Commission for the fiscal year ending September 30, 2020. 116-hr-7760 C001124 Rep. Cox, TJ [D-CA-21] D CA 2020-07-23 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 5.594ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API