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-6519" 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

  • 0 9
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
116-hr-6519,M001195 Holding the Chinese Communist Party Accountable for Infecting Americans Act of 2020 116-hr-6519 M001195 Rep. Mooney, Alexander X. [R-WV-2] R WV 2020-07-01 0
116-hr-6519,P000601 Holding the Chinese Communist Party Accountable for Infecting Americans Act of 2020 116-hr-6519 P000601 Rep. Palazzo, Steven M. [R-MS-4] R MS 2020-05-28 0
116-hr-6519,B001299 Holding the Chinese Communist Party Accountable for Infecting Americans Act of 2020 116-hr-6519 B001299 Rep. Banks, Jim [R-IN-3] R IN 2020-05-15 0
116-hr-6519,B001291 Holding the Chinese Communist Party Accountable for Infecting Americans Act of 2020 116-hr-6519 B001291 Rep. Babin, Brian [R-TX-36] R TX 2020-05-12 0
116-hr-6519,S001210 Holding the Chinese Communist Party Accountable for Infecting Americans Act of 2020 116-hr-6519 S001210 Rep. Spano, Ross [R-FL-15] R FL 2020-05-12 0
116-hr-6519,J000299 Holding the Chinese Communist Party Accountable for Infecting Americans Act of 2020 116-hr-6519 J000299 Rep. Johnson, Mike [R-LA-4] R LA 2020-04-28 0
116-hr-6519,B001305 Holding the Chinese Communist Party Accountable for Infecting Americans Act of 2020 116-hr-6519 B001305 Rep. Budd, Ted [R-NC-13] R NC 2020-04-28 0
116-hr-6519,H001082 Holding the Chinese Communist Party Accountable for Infecting Americans Act of 2020 116-hr-6519 H001082 Rep. Hern, Kevin [R-OK-1] R OK 2020-04-28 0
116-hr-6519,G000578 Holding the Chinese Communist Party Accountable for Infecting Americans Act of 2020 116-hr-6519 G000578 Rep. Gaetz, Matt [R-FL-1] R FL 2020-04-28 0
116-hr-6519,S001214 Holding the Chinese Communist Party Accountable for Infecting Americans Act of 2020 116-hr-6519 S001214 Rep. Steube, W. Gregory [R-FL-17] R FL 2020-04-17 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.812ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API