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

14 rows where bill_id = "115-s-2330" 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

  • 1 12
  • 0 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
115-s-2330,D000618 Earmark Elimination Act of 2018 115-s-2330 D000618 Sen. Daines, Steve [R-MT] R MT 2018-06-26 0
115-s-2330,L000575 Earmark Elimination Act of 2018 115-s-2330 L000575 Sen. Lankford, James [R-OK] R OK 2018-01-24 0
115-s-2330,M001170 Earmark Elimination Act of 2018 115-s-2330 M001170 Sen. McCaskill, Claire [D-MO] D MO 2018-01-23 1
115-s-2330,T000461 Earmark Elimination Act of 2018 115-s-2330 T000461 Sen. Toomey, Patrick [R-PA] R PA 2018-01-23 1
115-s-2330,M000303 Earmark Elimination Act of 2018 115-s-2330 M000303 Sen. McCain, John [R-AZ] R AZ 2018-01-23 1
115-s-2330,L000577 Earmark Elimination Act of 2018 115-s-2330 L000577 Sen. Lee, Mike [R-UT] R UT 2018-01-23 1
115-s-2330,P000449 Earmark Elimination Act of 2018 115-s-2330 P000449 Sen. Portman, Rob [R-OH] R OH 2018-01-23 1
115-s-2330,J000293 Earmark Elimination Act of 2018 115-s-2330 J000293 Sen. Johnson, Ron [R-WI] R WI 2018-01-23 1
115-s-2330,R000595 Earmark Elimination Act of 2018 115-s-2330 R000595 Sen. Rubio, Marco [R-FL] R FL 2018-01-23 1
115-s-2330,E000295 Earmark Elimination Act of 2018 115-s-2330 E000295 Sen. Ernst, Joni [R-IA] R IA 2018-01-23 1
115-s-2330,F000463 Earmark Elimination Act of 2018 115-s-2330 F000463 Sen. Fischer, Deb [R-NE] R NE 2018-01-23 1
115-s-2330,S001197 Earmark Elimination Act of 2018 115-s-2330 S001197 Sen. Sasse, Ben [R-NE] R NE 2018-01-23 1
115-s-2330,C001098 Earmark Elimination Act of 2018 115-s-2330 C001098 Sen. Cruz, Ted [R-TX] R TX 2018-01-23 1
115-s-2330,P000603 Earmark Elimination Act of 2018 115-s-2330 P000603 Sen. Paul, Rand [R-KY] R KY 2018-01-23 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 103.088ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API