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

7 rows where bill_id = "115-hjres-85" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 6
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
115-hjres-85,F000466 Proposing an amendment to the Constitution of the United States limiting the number of terms Senators and Representatives may serve. 115-hjres-85 F000466 Rep. Fitzpatrick, Brian K. [R-PA-8] R PA 2017-09-13 0
115-hjres-85,H001074 Proposing an amendment to the Constitution of the United States limiting the number of terms Senators and Representatives may serve. 115-hjres-85 H001074 Rep. Hollingsworth, Trey [R-IN-9] R IN 2017-06-06 0
115-hjres-85,T000478 Proposing an amendment to the Constitution of the United States limiting the number of terms Senators and Representatives may serve. 115-hjres-85 T000478 Rep. Tenney, Claudia [R-NY-22] R NY 2017-04-17 0
115-hjres-85,M001199 Proposing an amendment to the Constitution of the United States limiting the number of terms Senators and Representatives may serve. 115-hjres-85 M001199 Rep. Mast, Brian J. [R-FL-18] R FL 2017-03-16 0
115-hjres-85,T000477 Proposing an amendment to the Constitution of the United States limiting the number of terms Senators and Representatives may serve. 115-hjres-85 T000477 Rep. Taylor, Scott [R-VA-2] R VA 2017-03-13 0
115-hjres-85,B001298 Proposing an amendment to the Constitution of the United States limiting the number of terms Senators and Representatives may serve. 115-hjres-85 B001298 Rep. Bacon, Don [R-NE-2] R NE 2017-03-13 0
115-hjres-85,J000299 Proposing an amendment to the Constitution of the United States limiting the number of terms Senators and Representatives may serve. 115-hjres-85 J000299 Rep. Johnson, Mike [R-LA-4] R LA 2017-03-01 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 943.518ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API