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

11 rows where bill_id = "94-hr-14965" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state

is_original_cosponsor 1

  • 0 11
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
94-hr-14965,M000365 Solid Waste Research and Development Act 94-hr-14965 M000365 Rep. McCormack, Mike [D-WA-4] D     0
94-hr-14965,W000636 Solid Waste Research and Development Act 94-hr-14965 W000636 Rep. Winn, Larry, Jr. [R-KS-3] R     0
94-hr-14965,M000708 Solid Waste Research and Development Act 94-hr-14965 M000708 Rep. Milford, Dale [D-TX-24] D     0
94-hr-14965,O000134 Solid Waste Research and Development Act 94-hr-14965 O000134 Rep. Ottinger, Richard L. [D-NY-24] D NY   0
94-hr-14965,M001128 Solid Waste Research and Development Act 94-hr-14965 M001128 Rep. Myers, Gary A. [R-PA-25] R     0
94-hr-14965,H000392 Solid Waste Research and Development Act 94-hr-14965 H000392 Rep. Hayes, Philip H. [D-IN-8] D     0
94-hr-14965,E000175 Solid Waste Research and Development Act 94-hr-14965 E000175 Rep. Emery, David F. [R-ME-1] R     0
94-hr-14965,A000170 Solid Waste Research and Development Act 94-hr-14965 A000170 Rep. Ambro, Jerome A. [D-NY-3] D     0
94-hr-14965,B000538 Solid Waste Research and Development Act 94-hr-14965 B000538 Rep. Blanchard, James [D-MI-18] D     0
94-hr-14965,S000124 Solid Waste Research and Development Act 94-hr-14965 S000124 Rep. Scheuer, James H. [D-NY-11] D NY   0
94-hr-14965,D000499 Solid Waste Research and Development Act 94-hr-14965 D000499 Rep. Drinan, Robert F. [D-MA-4] D MA   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 6.726ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API