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 = "118-s-3984" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 6
  • 1 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
118-s-3984,L000570 Countering Threats and Attacks on Our Judges Act 118-s-3984 L000570 Sen. Lujan, Ben Ray [D-NM] D NM 2024-12-18 0
118-s-3984,W000790 Countering Threats and Attacks on Our Judges Act 118-s-3984 W000790 Sen. Warnock, Raphael G. [D-GA] D GA 2024-06-17 0
118-s-3984,K000377 Countering Threats and Attacks on Our Judges Act 118-s-3984 K000377 Sen. Kelly, Mark [D-AZ] D AZ 2024-06-11 0
118-s-3984,C000141 Countering Threats and Attacks on Our Judges Act 118-s-3984 C000141 Sen. Cardin, Benjamin L. [D-MD] D MD 2024-06-04 0
118-s-3984,B001230 Countering Threats and Attacks on Our Judges Act 118-s-3984 B001230 Sen. Baldwin, Tammy [D-WI] D WI 2024-05-23 0
118-s-3984,B001261 Countering Threats and Attacks on Our Judges Act 118-s-3984 B001261 Sen. Barrasso, John [R-WY] R WY 2024-04-15 0
118-s-3984,C001088 Countering Threats and Attacks on Our Judges Act 118-s-3984 C001088 Sen. Coons, Christopher A. [D-DE] D DE 2024-03-20 1
118-s-3984,M000934 Countering Threats and Attacks on Our Judges Act 118-s-3984 M000934 Sen. Moran, Jerry [R-KS] R KS 2024-03-20 1
118-s-3984,W000802 Countering Threats and Attacks on Our Judges Act 118-s-3984 W000802 Sen. Whitehouse, Sheldon [D-RI] D RI 2024-03-20 1
118-s-3984,S001181 Countering Threats and Attacks on Our Judges Act 118-s-3984 S001181 Sen. Shaheen, Jeanne [D-NH] D NH 2024-03-20 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 409.68ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API