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

10 rows where bill_id = "98-hr-5818" 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 10
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
98-hr-5818,M000041 An act to enable the Consumer Product Safety Commission to protect the public by ordering notice and repair, replacement or refund of certain toys or articles intended for use by children if such toys or articles contain a defect which creates a substantial risk of injury to children. 98-hr-5818 M000041 Rep. Madigan, Edward R. [R-IL-15] R IL 1984-06-11 1
98-hr-5818,S000124 An act to enable the Consumer Product Safety Commission to protect the public by ordering notice and repair, replacement or refund of certain toys or articles intended for use by children if such toys or articles contain a defect which creates a substantial risk of injury to children. 98-hr-5818 S000124 Rep. Scheuer, James H. [D-NY-8] D NY 1984-06-11 1
98-hr-5818,W000044 An act to enable the Consumer Product Safety Commission to protect the public by ordering notice and repair, replacement or refund of certain toys or articles intended for use by children if such toys or articles contain a defect which creates a substantial risk of injury to children. 98-hr-5818 W000044 Rep. Walgren, Doug [D-PA-18] D PA 1984-06-11 1
98-hr-5818,W000779 An act to enable the Consumer Product Safety Commission to protect the public by ordering notice and repair, replacement or refund of certain toys or articles intended for use by children if such toys or articles contain a defect which creates a substantial risk of injury to children. 98-hr-5818 W000779 Rep. Wyden, Ron [D-OR-3] D OR 1984-06-11 1
98-hr-5818,E000031 An act to enable the Consumer Product Safety Commission to protect the public by ordering notice and repair, replacement or refund of certain toys or articles intended for use by children if such toys or articles contain a defect which creates a substantial risk of injury to children. 98-hr-5818 E000031 Rep. Eckart, Dennis E. [D-OH-11] D OH 1984-06-11 1
98-hr-5818,S000407 An act to enable the Consumer Product Safety Commission to protect the public by ordering notice and repair, replacement or refund of certain toys or articles intended for use by children if such toys or articles contain a defect which creates a substantial risk of injury to children. 98-hr-5818 S000407 Rep. Sikorski, Gerry E. [D-MN-6] D MN 1984-06-11 1
98-hr-5818,O000134 An act to enable the Consumer Product Safety Commission to protect the public by ordering notice and repair, replacement or refund of certain toys or articles intended for use by children if such toys or articles contain a defect which creates a substantial risk of injury to children. 98-hr-5818 O000134 Rep. Ottinger, Richard L. [D-NY-20] D NY 1984-06-11 1
98-hr-5818,W000647 An act to enable the Consumer Product Safety Commission to protect the public by ordering notice and repair, replacement or refund of certain toys or articles intended for use by children if such toys or articles contain a defect which creates a substantial risk of injury to children. 98-hr-5818 W000647 Rep. Wirth, Timothy [D-CO-2] D CO 1984-06-11 1
98-hr-5818,L000237 An act to enable the Consumer Product Safety Commission to protect the public by ordering notice and repair, replacement or refund of certain toys or articles intended for use by children if such toys or articles contain a defect which creates a substantial risk of injury to children. 98-hr-5818 L000237 Rep. Leland, Mickey [D-TX-18] D TX 1984-06-11 1
98-hr-5818,B000556 An act to enable the Consumer Product Safety Commission to protect the public by ordering notice and repair, replacement or refund of certain toys or articles intended for use by children if such toys or articles contain a defect which creates a substantial risk of injury to children. 98-hr-5818 B000556 Rep. Bliley, Tom [R-VA-3] R VA 1984-06-11 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.754ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API