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 = "102-hr-5293" 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 6
  • 0 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
102-hr-5293,G000225 Airline Competition Enhancement Act of 1992 102-hr-5293 G000225 Rep. Gingrich, Newt [R-GA-6] R GA 1992-06-03 0
102-hr-5293,M000794 Airline Competition Enhancement Act of 1992 102-hr-5293 M000794 Rep. Mineta, Norman Y. [D-CA-13] D CA 1992-05-28 1
102-hr-5293,H000788 Airline Competition Enhancement Act of 1992 102-hr-5293 H000788 Rep. Horn, Joan Kelly [D-MO-2] D MO 1992-05-28 1
102-hr-5293,J000265 Airline Competition Enhancement Act of 1992 102-hr-5293 J000265 Rep. Jontz, Jim [D-IN-5] D IN 1992-05-28 1
102-hr-5293,D000131 Airline Competition Enhancement Act of 1992 102-hr-5293 D000131 Rep. Davis, Robert W. [R-MI-11] R MI 1992-05-28 1
102-hr-5293,M000342 Airline Competition Enhancement Act of 1992 102-hr-5293 M000342 Rep. McCloskey, Frank [D-IN-8] D IN 1992-05-28 1
102-hr-5293,V000027 Airline Competition Enhancement Act of 1992 102-hr-5293 V000027 Rep. Vander Jagt, Guy [R-MI-9] R MI 1992-05-28 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 3094.482ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API