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

9 rows where bill_id = "119-hres-698" 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

  • 1 7
  • 0 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
119-hres-698,G000599 Recognizing the victims, survivors, and thousands of other Americans impacted by the September 11, 2001, attacks, and for other purposes. 119-hres-698 G000599 Rep. Goldman, Daniel S. [D-NY-10] D NY 2025-09-11 0
119-hres-698,K000402 Recognizing the victims, survivors, and thousands of other Americans impacted by the September 11, 2001, attacks, and for other purposes. 119-hres-698 K000402 Rep. Kennedy, Timothy M. [D-NY-26] D NY 2025-09-11 0
119-hres-698,C001110 Recognizing the victims, survivors, and thousands of other Americans impacted by the September 11, 2001, attacks, and for other purposes. 119-hres-698 C001110 Rep. Correa, J. Luis [D-CA-46] D CA 2025-09-10 1
119-hres-698,T000488 Recognizing the victims, survivors, and thousands of other Americans impacted by the September 11, 2001, attacks, and for other purposes. 119-hres-698 T000488 Rep. Thanedar, Shri [D-MI-13] D MI 2025-09-10 1
119-hres-698,M001229 Recognizing the victims, survivors, and thousands of other Americans impacted by the September 11, 2001, attacks, and for other purposes. 119-hres-698 M001229 Rep. McIver, LaMonica [D-NJ-10] D NJ 2025-09-10 1
119-hres-698,J000310 Recognizing the victims, survivors, and thousands of other Americans impacted by the September 11, 2001, attacks, and for other purposes. 119-hres-698 J000310 Rep. Johnson, Julie [D-TX-32] D TX 2025-09-10 1
119-hres-698,H001103 Recognizing the victims, survivors, and thousands of other Americans impacted by the September 11, 2001, attacks, and for other purposes. 119-hres-698 H001103 Rescom. Hernández, Pablo Jose [D-PR-At Large] D PR 2025-09-10 1
119-hres-698,G000553 Recognizing the victims, survivors, and thousands of other Americans impacted by the September 11, 2001, attacks, and for other purposes. 119-hres-698 G000553 Rep. Green, Al [D-TX-9] D TX 2025-09-10 1
119-hres-698,C001125 Recognizing the victims, survivors, and thousands of other Americans impacted by the September 11, 2001, attacks, and for other purposes. 119-hres-698 C001125 Rep. Carter, Troy A. [D-LA-2] D LA 2025-09-10 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 406.363ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API