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

8 rows where bill_id = "103-hr-5013" 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 5
  • 1 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
103-hr-5013,B000403 Classroom Technology Act of 1994 103-hr-5013 B000403 Rep. Bereuter, Doug [R-NE-1] R NE 1994-10-07 0
103-hr-5013,E000174 Classroom Technology Act of 1994 103-hr-5013 E000174 Rep. Emerson, Bill [R-MO-8] R MO 1994-10-07 0
103-hr-5013,R000486 Classroom Technology Act of 1994 103-hr-5013 R000486 Rep. Roybal-Allard, Lucille [D-CA-33] D CA 1994-10-07 0
103-hr-5013,L000480 Classroom Technology Act of 1994 103-hr-5013 L000480 Rep. Lowey, Nita M. [D-NY-18] D NY 1994-10-07 0
103-hr-5013,M000933 Classroom Technology Act of 1994 103-hr-5013 M000933 Rep. Moran, James P. [D-VA-8] D VA 1994-10-07 0
103-hr-5013,L000274 Classroom Technology Act of 1994 103-hr-5013 L000274 Rep. Lewis, Jerry [R-CA-40] R CA 1994-08-21 1
103-hr-5013,C000754 Classroom Technology Act of 1994 103-hr-5013 C000754 Rep. Cooper, Jim [D-TN-4] D TN 1994-08-21 1
103-hr-5013,M000508 Classroom Technology Act of 1994 103-hr-5013 M000508 Rep. McKeon, Howard P. "Buck" [R-CA-25] R CA 1994-08-21 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 4.542ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API