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 = "115-hr-5892" 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

  • 0 10
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
115-hr-5892,R000582 To establish an Advisory Committee on Opioids and the Workplace to advise the Secretary of Labor on actions the Department of Labor can take to address the impact of opioid abuse on the workplace. 115-hr-5892 R000582 Rep. Roe, David P. [R-TN-1] R TN 2018-06-08 0
115-hr-5892,T000467 To establish an Advisory Committee on Opioids and the Workplace to advise the Secretary of Labor on actions the Department of Labor can take to address the impact of opioid abuse on the workplace. 115-hr-5892 T000467 Rep. Thompson, Glenn [R-PA-5] R PA 2018-06-08 0
115-hr-5892,R000607 To establish an Advisory Committee on Opioids and the Workplace to advise the Secretary of Labor on actions the Department of Labor can take to address the impact of opioid abuse on the workplace. 115-hr-5892 R000607 Rep. Rooney, Francis [R-FL-19] R FL 2018-06-08 0
115-hr-5892,S001196 To establish an Advisory Committee on Opioids and the Workplace to advise the Secretary of Labor on actions the Department of Labor can take to address the impact of opioid abuse on the workplace. 115-hr-5892 S001196 Rep. Stefanik, Elise M. [R-NY-21] R NY 2018-06-08 0
115-hr-5892,G000558 To establish an Advisory Committee on Opioids and the Workplace to advise the Secretary of Labor on actions the Department of Labor can take to address the impact of opioid abuse on the workplace. 115-hr-5892 G000558 Rep. Guthrie, Brett [R-KY-2] R KY 2018-06-08 0
115-hr-5892,B001289 To establish an Advisory Committee on Opioids and the Workplace to advise the Secretary of Labor on actions the Department of Labor can take to address the impact of opioid abuse on the workplace. 115-hr-5892 B001289 Rep. Byrne, Bradley [R-AL-1] R AL 2018-06-08 0
115-hr-5892,B001299 To establish an Advisory Committee on Opioids and the Workplace to advise the Secretary of Labor on actions the Department of Labor can take to address the impact of opioid abuse on the workplace. 115-hr-5892 B001299 Rep. Banks, Jim [R-IN-3] R IN 2018-06-08 0
115-hr-5892,W000798 To establish an Advisory Committee on Opioids and the Workplace to advise the Secretary of Labor on actions the Department of Labor can take to address the impact of opioid abuse on the workplace. 115-hr-5892 W000798 Rep. Walberg, Tim [R-MI-7] R MI 2018-06-08 0
115-hr-5892,R000608 To establish an Advisory Committee on Opioids and the Workplace to advise the Secretary of Labor on actions the Department of Labor can take to address the impact of opioid abuse on the workplace. 115-hr-5892 R000608 Rep. Rosen, Jacky [D-NV-3] D NV 2018-06-08 0
115-hr-5892,F000450 To establish an Advisory Committee on Opioids and the Workplace to advise the Secretary of Labor on actions the Department of Labor can take to address the impact of opioid abuse on the workplace. 115-hr-5892 F000450 Rep. Foxx, Virginia [R-NC-5] R NC 2018-06-08 0
115-hr-5892,C001090 To establish an Advisory Committee on Opioids and the Workplace to advise the Secretary of Labor on actions the Department of Labor can take to address the impact of opioid abuse on the workplace. 115-hr-5892 C001090 Rep. Cartwright, Matt [D-PA-17] D PA 2018-05-21 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.71ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API