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 = "115-hr-6022" 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

  • 1 7
  • 0 6
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
115-hr-6022,W000813 Accurate Labels Act 115-hr-6022 W000813 Rep. Walorski, Jackie [R-IN-2] R IN 2018-10-23 0
115-hr-6022,C001063 Accurate Labels Act 115-hr-6022 C001063 Rep. Cuellar, Henry [D-TX-28] D TX 2018-10-23 0
115-hr-6022,G000581 Accurate Labels Act 115-hr-6022 G000581 Rep. Gonzalez, Vicente [D-TX-15] D TX 2018-08-10 0
115-hr-6022,C001096 Accurate Labels Act 115-hr-6022 C001096 Rep. Cramer, Kevin [R-ND-At Large] R ND 2018-07-10 0
115-hr-6022,H001052 Accurate Labels Act 115-hr-6022 H001052 Rep. Harris, Andy [R-MD-1] R MD 2018-06-25 0
115-hr-6022,B000490 Accurate Labels Act 115-hr-6022 B000490 Rep. Bishop, Sanford D., Jr. [D-GA-2] D GA 2018-06-25 0
115-hr-6022,S001180 Accurate Labels Act 115-hr-6022 S001180 Rep. Schrader, Kurt [D-OR-5] D OR 2018-06-06 1
115-hr-6022,G000558 Accurate Labels Act 115-hr-6022 G000558 Rep. Guthrie, Brett [R-KY-2] R KY 2018-06-06 1
115-hr-6022,P000258 Accurate Labels Act 115-hr-6022 P000258 Rep. Peterson, Collin C. [D-MN-7] D MN 2018-06-06 1
115-hr-6022,C001103 Accurate Labels Act 115-hr-6022 C001103 Rep. Carter, Earl L. "Buddy" [R-GA-1] R GA 2018-06-06 1
115-hr-6022,V000132 Accurate Labels Act 115-hr-6022 V000132 Rep. Vela, Filemon [D-TX-34] D TX 2018-06-06 1
115-hr-6022,H001067 Accurate Labels Act 115-hr-6022 H001067 Rep. Hudson, Richard [R-NC-8] R NC 2018-06-06 1
115-hr-6022,C001059 Accurate Labels Act 115-hr-6022 C001059 Rep. Costa, Jim [D-CA-16] D CA 2018-06-06 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.816ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API