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 = "119-hres-352" 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 8
  • 1 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
119-hres-352,S001190 Calling on elected officials and civil society leaders to counter antisemitism and educate the public on the contributions of the Jewish American community. 119-hres-352 S001190 Rep. Schneider, Bradley Scott [D-IL-10] D IL 2025-05-14 0
119-hres-352,F000450 Calling on elected officials and civil society leaders to counter antisemitism and educate the public on the contributions of the Jewish American community. 119-hres-352 F000450 Rep. Foxx, Virginia [R-NC-5] R NC 2025-05-14 0
119-hres-352,M001188 Calling on elected officials and civil society leaders to counter antisemitism and educate the public on the contributions of the Jewish American community. 119-hres-352 M001188 Rep. Meng, Grace [D-NY-6] D NY 2025-05-13 0
119-hres-352,L000599 Calling on elected officials and civil society leaders to counter antisemitism and educate the public on the contributions of the Jewish American community. 119-hres-352 L000599 Rep. Lawler, Michael [R-NY-17] R NY 2025-05-13 0
119-hres-352,T000478 Calling on elected officials and civil society leaders to counter antisemitism and educate the public on the contributions of the Jewish American community. 119-hres-352 T000478 Rep. Tenney, Claudia [R-NY-24] R NY 2025-05-13 0
119-hres-352,F000462 Calling on elected officials and civil society leaders to counter antisemitism and educate the public on the contributions of the Jewish American community. 119-hres-352 F000462 Rep. Frankel, Lois [D-FL-22] D FL 2025-05-13 0
119-hres-352,B001298 Calling on elected officials and civil society leaders to counter antisemitism and educate the public on the contributions of the Jewish American community. 119-hres-352 B001298 Rep. Bacon, Don [R-NE-2] R NE 2025-05-09 0
119-hres-352,G000583 Calling on elected officials and civil society leaders to counter antisemitism and educate the public on the contributions of the Jewish American community. 119-hres-352 G000583 Rep. Gottheimer, Josh [D-NJ-5] D NJ 2025-05-09 0
119-hres-352,M001215 Calling on elected officials and civil society leaders to counter antisemitism and educate the public on the contributions of the Jewish American community. 119-hres-352 M001215 Rep. Miller-Meeks, Mariannette [R-IA-1] R IA 2025-04-24 1
119-hres-352,C001125 Calling on elected officials and civil society leaders to counter antisemitism and educate the public on the contributions of the Jewish American community. 119-hres-352 C001125 Rep. Carter, Troy A. [D-LA-2] D LA 2025-04-24 1
119-hres-352,F000466 Calling on elected officials and civil society leaders to counter antisemitism and educate the public on the contributions of the Jewish American community. 119-hres-352 F000466 Rep. Fitzpatrick, Brian K. [R-PA-1] R PA 2025-04-24 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 300.209ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API