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 = "101-hr-3073" 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 12
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
101-hr-3073,W000426 To rename the Caluamus Dam and Reservoir the "Virginia Smith Dam and Reservoir". 101-hr-3073 W000426 Rep. Whittaker, Bob [R-KS-5] R KS 1989-08-04 0
101-hr-3073,H000528 To rename the Caluamus Dam and Reservoir the "Virginia Smith Dam and Reservoir". 101-hr-3073 H000528 Rep. Herger, Wally [R-CA-2] R CA 1989-08-04 0
101-hr-3073,E000077 To rename the Caluamus Dam and Reservoir the "Virginia Smith Dam and Reservoir". 101-hr-3073 E000077 Rep. Edwards, Mickey [R-OK-5] R OK 1989-08-04 0
101-hr-3073,M000692 To rename the Caluamus Dam and Reservoir the "Virginia Smith Dam and Reservoir". 101-hr-3073 M000692 Rep. Michel, Robert H. [R-IL-18] R IL 1989-08-04 0
101-hr-3073,G000025 To rename the Caluamus Dam and Reservoir the "Virginia Smith Dam and Reservoir". 101-hr-3073 G000025 Rep. Gallo, Dean A. [R-NJ-11] R NJ 1989-08-04 0
101-hr-3073,G000417 To rename the Caluamus Dam and Reservoir the "Virginia Smith Dam and Reservoir". 101-hr-3073 G000417 Rep. Green, S. William [R-NY-15] R NY 1989-08-04 0
101-hr-3073,V000027 To rename the Caluamus Dam and Reservoir the "Virginia Smith Dam and Reservoir". 101-hr-3073 V000027 Rep. Vander Jagt, Guy [R-MI-9] R MI 1989-08-04 0
101-hr-3073,S000718 To rename the Caluamus Dam and Reservoir the "Virginia Smith Dam and Reservoir". 101-hr-3073 S000718 Rep. Spence, Floyd [R-SC-2] R SC 1989-08-04 0
101-hr-3073,H000323 To rename the Caluamus Dam and Reservoir the "Virginia Smith Dam and Reservoir". 101-hr-3073 H000323 Rep. Hastert, J. Dennis [R-IL-14] R IL 1989-08-04 0
101-hr-3073,S001075 To rename the Caluamus Dam and Reservoir the "Virginia Smith Dam and Reservoir". 101-hr-3073 S001075 Rep. Sundquist, Don [R-TN-7] R TN 1989-08-04 0
101-hr-3073,F000380 To rename the Caluamus Dam and Reservoir the "Virginia Smith Dam and Reservoir". 101-hr-3073 F000380 Rep. Frenzel, Bill [R-MN-3] R MN 1989-08-04 0
101-hr-3073,M000350 To rename the Caluamus Dam and Reservoir the "Virginia Smith Dam and Reservoir". 101-hr-3073 M000350 Rep. McCollum, Bill [R-FL-5] R FL 1989-08-04 0
101-hr-3073,H000652 To rename the Caluamus Dam and Reservoir the "Virginia Smith Dam and Reservoir". 101-hr-3073 H000652 Rep. Hoagland, Peter [D-NE-2] D NE 1989-08-02 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.588ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API