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-657" 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 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
119-hres-657,C001123 Affirming the President's promise not to raise the Social Security and Medicare retirement age. 119-hres-657 C001123 Rep. Cisneros, Gilbert Ray [D-CA-31] D CA 2025-10-06 0
119-hres-657,S001145 Affirming the President's promise not to raise the Social Security and Medicare retirement age. 119-hres-657 S001145 Rep. Schakowsky, Janice D. [D-IL-9] D IL 2025-09-16 0
119-hres-657,S001218 Affirming the President's promise not to raise the Social Security and Medicare retirement age. 119-hres-657 S001218 Rep. Stansbury, Melanie A. [D-NM-1] D NM 2025-09-16 0
119-hres-657,M001237 Affirming the President's promise not to raise the Social Security and Medicare retirement age. 119-hres-657 M001237 Rep. McDonald Rivet, Kristen [D-MI-8] D MI 2025-09-16 0
119-hres-657,D000624 Affirming the President's promise not to raise the Social Security and Medicare retirement age. 119-hres-657 D000624 Rep. Dingell, Debbie [D-MI-6] D MI 2025-08-15 1
119-hres-657,B001281 Affirming the President's promise not to raise the Social Security and Medicare retirement age. 119-hres-657 B001281 Rep. Beatty, Joyce [D-OH-3] D OH 2025-08-15 1
119-hres-657,P000607 Affirming the President's promise not to raise the Social Security and Medicare retirement age. 119-hres-657 P000607 Rep. Pocan, Mark [D-WI-2] D WI 2025-08-15 1
119-hres-657,V000130 Affirming the President's promise not to raise the Social Security and Medicare retirement age. 119-hres-657 V000130 Rep. Vargas, Juan [D-CA-52] D CA 2025-08-15 1
119-hres-657,H001066 Affirming the President's promise not to raise the Social Security and Medicare retirement age. 119-hres-657 H001066 Rep. Horsford, Steven [D-NV-4] D NV 2025-08-15 1
119-hres-657,G000581 Affirming the President's promise not to raise the Social Security and Medicare retirement age. 119-hres-657 G000581 Rep. Gonzalez, Vicente [D-TX-34] D TX 2025-08-15 1
119-hres-657,L000601 Affirming the President's promise not to raise the Social Security and Medicare retirement age. 119-hres-657 L000601 Rep. Landsman, Greg [D-OH-1] D OH 2025-08-15 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 5.559ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API