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 = "94-hr-10115" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 8
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
94-hr-10115,D000499 Scientific and Technological Research Act 94-hr-10115 D000499 Rep. Drinan, Robert F. [D-MA-4] D MA   0
94-hr-10115,V000029 Scientific and Technological Research Act 94-hr-10115 V000029 Rep. Vander Veen, Richard F. [D-MI-5] D     0
94-hr-10115,E000096 Scientific and Technological Research Act 94-hr-10115 E000096 Rep. Eilberg, Joshua [D-PA-4] D     0
94-hr-10115,G000513 Scientific and Technological Research Act 94-hr-10115 G000513 Rep. Gude, Gilbert [R-MD-8] R     0
94-hr-10115,E000043 Scientific and Technological Research Act 94-hr-10115 E000043 Rep. Edgar, Robert W. [D-PA-7] D     0
94-hr-10115,O000006 Scientific and Technological Research Act 94-hr-10115 O000006 Rep. Oberstar, James L. [D-MN-8] D     0
94-hr-10115,B000298 Scientific and Technological Research Act 94-hr-10115 B000298 Rep. Bedell, Berkley W. [D-IA-6] D     0
94-hr-10115,P000134 Scientific and Technological Research Act 94-hr-10115 P000134 Rep. Pattison, Edward W. [D-NY-29] D     0

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 10.33ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API