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

15 rows where bill_id = "116-hr-8162" 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 10
  • 1 5
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
116-hr-8162,F000467 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 F000467 Rep. Finkenauer, Abby [D-IA-1] D IA 2020-09-15 0
116-hr-8162,R000585 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 R000585 Rep. Reed, Tom [R-NY-23] R NY 2020-09-14 0
116-hr-8162,S000185 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 S000185 Rep. Scott, Robert C. "Bobby" [D-VA-3] D VA 2020-09-11 0
116-hr-8162,C000754 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 C000754 Rep. Cooper, Jim [D-TN-5] D TN 2020-09-11 0
116-hr-8162,H001081 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 H001081 Rep. Hayes, Jahana [D-CT-5] D CT 2020-09-11 0
116-hr-8162,S001205 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 S001205 Rep. Scanlon, Mary Gay [D-PA-5] D PA 2020-09-11 0
116-hr-8162,S001215 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 S001215 Rep. Stevens, Haley M. [D-MI-11] D MI 2020-09-11 0
116-hr-8162,M001206 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 M001206 Rep. Morelle, Joseph D. [D-NY-25] D NY 2020-09-11 0
116-hr-8162,C001097 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 C001097 Rep. Cárdenas, Tony [D-CA-29] D CA 2020-09-11 0
116-hr-8162,L000590 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 L000590 Rep. Lee, Susie [D-NV-3] D NV 2020-09-11 0
116-hr-8162,V000133 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 V000133 Rep. Van Drew, Jefferson [R-NJ-2] R NJ 2020-09-04 1
116-hr-8162,F000466 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 F000466 Rep. Fitzpatrick, Brian K. [R-PA-1] R PA 2020-09-04 1
116-hr-8162,Y000033 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 Y000033 Rep. Young, Don [R-AK-At Large] R AK 2020-09-04 1
116-hr-8162,B001278 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 B001278 Rep. Bonamici, Suzanne [D-OR-1] D OR 2020-09-04 1
116-hr-8162,E000296 21st Century Community Learning Centers Coronavirus Relief Act of 2020 116-hr-8162 E000296 Rep. Evans, Dwight [D-PA-3] D PA 2020-09-04 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 6.53ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API