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

17 rows where bill_id = "116-hr-6632" 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 9
  • 0 8
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
116-hr-6632,C000754 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 C000754 Rep. Cooper, Jim [D-TN-5] D TN 2020-05-08 0
116-hr-6632,M000312 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 M000312 Rep. McGovern, James P. [D-MA-2] D MA 2020-05-05 0
116-hr-6632,B001300 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 B001300 Rep. Barragan, Nanette Diaz [D-CA-44] D CA 2020-05-05 0
116-hr-6632,L000593 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 L000593 Rep. Levin, Mike [D-CA-49] D CA 2020-05-05 0
116-hr-6632,G000581 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 G000581 Rep. Gonzalez, Vicente [D-TX-15] D TX 2020-05-05 0
116-hr-6632,H000324 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 H000324 Rep. Hastings, Alcee L. [D-FL-20] D FL 2020-05-05 0
116-hr-6632,C001111 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 C001111 Rep. Crist, Charlie [D-FL-13] D FL 2020-05-05 0
116-hr-6632,L000579 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 L000579 Rep. Lowenthal, Alan S. [D-CA-47] D CA 2020-05-05 0
116-hr-6632,H001081 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 H001081 Rep. Hayes, Jahana [D-CT-5] D CT 2020-04-28 1
116-hr-6632,N000147 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 2020-04-28 1
116-hr-6632,W000808 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 W000808 Rep. Wilson, Frederica S. [D-FL-24] D FL 2020-04-28 1
116-hr-6632,C001066 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 C001066 Rep. Castor, Kathy [D-FL-14] D FL 2020-04-28 1
116-hr-6632,C001068 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 C001068 Rep. Cohen, Steve [D-TN-9] D TN 2020-04-28 1
116-hr-6632,C001097 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 C001097 Rep. Cárdenas, Tony [D-CA-29] D CA 2020-04-28 1
116-hr-6632,C001069 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 C001069 Rep. Courtney, Joe [D-CT-2] D CT 2020-04-28 1
116-hr-6632,B000574 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 B000574 Rep. Blumenauer, Earl [D-OR-3] D OR 2020-04-28 1
116-hr-6632,L000591 To amend the CARES Act to provide for repayment terms for mortgages in forbearance, and for other purposes. 116-hr-6632 L000591 Rep. Luria, Elaine G. [D-VA-2] D VA 2020-04-28 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 8.395ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API