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

12 rows where bill_id = "115-sjres-16" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 10
  • 1 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
115-sjres-16,H001069 A joint resolution approving the discontinuation of the process for consideration and automatic implementation of the annual proposal of the Independent Medicare Advisory Board under section 1899A of the Social Security Act. 115-sjres-16 H001069 Sen. Heitkamp, Heidi [D-ND] D ND 2017-07-10 0
115-sjres-16,D000607 A joint resolution approving the discontinuation of the process for consideration and automatic implementation of the annual proposal of the Independent Medicare Advisory Board under section 1899A of the Social Security Act. 115-sjres-16 D000607 Sen. Donnelly, Joe [D-IN] D IN 2017-06-26 0
115-sjres-16,T000464 A joint resolution approving the discontinuation of the process for consideration and automatic implementation of the annual proposal of the Independent Medicare Advisory Board under section 1899A of the Social Security Act. 115-sjres-16 T000464 Sen. Tester, Jon [D-MT] D MT 2017-06-13 0
115-sjres-16,H001042 A joint resolution approving the discontinuation of the process for consideration and automatic implementation of the annual proposal of the Independent Medicare Advisory Board under section 1899A of the Social Security Act. 115-sjres-16 H001042 Sen. Hirono, Mazie K. [D-HI] D HI 2017-04-27 0
115-sjres-16,C000141 A joint resolution approving the discontinuation of the process for consideration and automatic implementation of the annual proposal of the Independent Medicare Advisory Board under section 1899A of the Social Security Act. 115-sjres-16 C000141 Sen. Cardin, Benjamin L. [D-MD] D MD 2017-03-08 0
115-sjres-16,N000032 A joint resolution approving the discontinuation of the process for consideration and automatic implementation of the annual proposal of the Independent Medicare Advisory Board under section 1899A of the Social Security Act. 115-sjres-16 N000032 Sen. Nelson, Bill [D-FL] D FL 2017-02-27 0
115-sjres-16,P000595 A joint resolution approving the discontinuation of the process for consideration and automatic implementation of the annual proposal of the Independent Medicare Advisory Board under section 1899A of the Social Security Act. 115-sjres-16 P000595 Sen. Peters, Gary C. [D-MI] D MI 2017-02-16 0
115-sjres-16,L000174 A joint resolution approving the discontinuation of the process for consideration and automatic implementation of the annual proposal of the Independent Medicare Advisory Board under section 1899A of the Social Security Act. 115-sjres-16 L000174 Sen. Leahy, Patrick J. [D-VT] D VT 2017-02-14 0
115-sjres-16,B000944 A joint resolution approving the discontinuation of the process for consideration and automatic implementation of the annual proposal of the Independent Medicare Advisory Board under section 1899A of the Social Security Act. 115-sjres-16 B000944 Sen. Brown, Sherrod [D-OH] D OH 2017-02-13 0
115-sjres-16,S001194 A joint resolution approving the discontinuation of the process for consideration and automatic implementation of the annual proposal of the Independent Medicare Advisory Board under section 1899A of the Social Security Act. 115-sjres-16 S001194 Sen. Schatz, Brian [D-HI] D HI 2017-02-02 0
115-sjres-16,H001046 A joint resolution approving the discontinuation of the process for consideration and automatic implementation of the annual proposal of the Independent Medicare Advisory Board under section 1899A of the Social Security Act. 115-sjres-16 H001046 Sen. Heinrich, Martin [D-NM] D NM 2017-02-01 1
115-sjres-16,S000770 A joint resolution approving the discontinuation of the process for consideration and automatic implementation of the annual proposal of the Independent Medicare Advisory Board under section 1899A of the Social Security Act. 115-sjres-16 S000770 Sen. Stabenow, Debbie [D-MI] D MI 2017-02-01 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 4.689ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API