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

9 rows where bill_id = "99-hr-5688" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
99-hr-5688,M001120 A bill to require the posting of a surety bond with respect to products manufactured in foreign countries or customs unions. 99-hr-5688 M001120 Rep. Murtha, John P. [D-PA-12] D PA 1986-10-09 1
99-hr-5688,K000016 A bill to require the posting of a surety bond with respect to products manufactured in foreign countries or customs unions. 99-hr-5688 K000016 Rep. Kasich, John R. [R-OH-12] R OH 1986-10-09 1
99-hr-5688,J000163 A bill to require the posting of a surety bond with respect to products manufactured in foreign countries or customs unions. 99-hr-5688 J000163 Rep. Johnson, Nancy L. [R-CT-6] R CT 1986-10-09 1
99-hr-5688,R000011 A bill to require the posting of a surety bond with respect to products manufactured in foreign countries or customs unions. 99-hr-5688 R000011 Rep. Rahall, Nick J., II [D-WV-4] D WV 1986-10-09 1
99-hr-5688,O000001 A bill to require the posting of a surety bond with respect to products manufactured in foreign countries or customs unions. 99-hr-5688 O000001 Rep. Oakar, Mary Rose [D-OH-20] D OH 1986-10-09 1
99-hr-5688,B001220 A bill to require the posting of a surety bond with respect to products manufactured in foreign countries or customs unions. 99-hr-5688 B001220 Rep. Byron, Beverly B. [D-MD-6] D MD 1986-10-09 1
99-hr-5688,C000523 A bill to require the posting of a surety bond with respect to products manufactured in foreign countries or customs unions. 99-hr-5688 C000523 Rep. Clinger, William F., Jr. [R-PA-23] R PA 1986-10-09 1
99-hr-5688,K000009 A bill to require the posting of a surety bond with respect to products manufactured in foreign countries or customs unions. 99-hr-5688 K000009 Rep. Kaptur, Marcy [D-OH-9] D OH 1986-10-09 1
99-hr-5688,D000593 A bill to require the posting of a surety bond with respect to products manufactured in foreign countries or customs unions. 99-hr-5688 D000593 Rep. Dyson, Roy [D-MD-1] D MD 1986-10-09 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.787ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API