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

12 rows where bill_id = "116-hjres-4" 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 9
  • 1 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
116-hjres-4,B001309 Proposing an amendment to the Constitution of the United States to limit the number of terms an individual may serve as a Member of Congress. 116-hjres-4 B001309 Rep. Burchett, Tim [R-TN-2] R TN 2020-09-22 0
116-hjres-4,P000599 Proposing an amendment to the Constitution of the United States to limit the number of terms an individual may serve as a Member of Congress. 116-hjres-4 P000599 Rep. Posey, Bill [R-FL-8] R FL 2019-10-28 0
116-hjres-4,G000579 Proposing an amendment to the Constitution of the United States to limit the number of terms an individual may serve as a Member of Congress. 116-hjres-4 G000579 Rep. Gallagher, Mike [R-WI-8] R WI 2019-09-26 0
116-hjres-4,W000823 Proposing an amendment to the Constitution of the United States to limit the number of terms an individual may serve as a Member of Congress. 116-hjres-4 W000823 Rep. Waltz, Michael [R-FL-6] R FL 2019-05-20 0
116-hjres-4,R000597 Proposing an amendment to the Constitution of the United States to limit the number of terms an individual may serve as a Member of Congress. 116-hjres-4 R000597 Rep. Rice, Tom [R-SC-7] R SC 2019-02-13 0
116-hjres-4,B001274 Proposing an amendment to the Constitution of the United States to limit the number of terms an individual may serve as a Member of Congress. 116-hjres-4 B001274 Rep. Brooks, Mo [R-AL-5] R AL 2019-02-06 0
116-hjres-4,C001108 Proposing an amendment to the Constitution of the United States to limit the number of terms an individual may serve as a Member of Congress. 116-hjres-4 C001108 Rep. Comer, James [R-KY-1] R KY 2019-01-14 0
116-hjres-4,H001074 Proposing an amendment to the Constitution of the United States to limit the number of terms an individual may serve as a Member of Congress. 116-hjres-4 H001074 Rep. Hollingsworth, Trey [R-IN-9] R IN 2019-01-14 0
116-hjres-4,W000827 Proposing an amendment to the Constitution of the United States to limit the number of terms an individual may serve as a Member of Congress. 116-hjres-4 W000827 Rep. Wright, Ron [R-TX-6] R TX 2019-01-10 0
116-hjres-4,K000389 Proposing an amendment to the Constitution of the United States to limit the number of terms an individual may serve as a Member of Congress. 116-hjres-4 K000389 Rep. Khanna, Ro [D-CA-17] D CA 2019-01-03 1
116-hjres-4,F000466 Proposing an amendment to the Constitution of the United States to limit the number of terms an individual may serve as a Member of Congress. 116-hjres-4 F000466 Rep. Fitzpatrick, Brian K. [R-PA-1] R PA 2019-01-03 1
116-hjres-4,G000584 Proposing an amendment to the Constitution of the United States to limit the number of terms an individual may serve as a Member of Congress. 116-hjres-4 G000584 Rep. Gianforte, Greg [R-MT-At Large] R MT 2019-01-03 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.952ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API