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

15 rows where bill_id = "119-hjres-196" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 15
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
119-hjres-196,P000607 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 P000607 Rep. Pocan, Mark [D-WI-2] D WI 2026-06-11 1
119-hjres-196,K000389 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 K000389 Rep. Khanna, Ro [D-CA-17] D CA 2026-06-11 1
119-hjres-196,W000788 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 W000788 Rep. Williams, Nikema [D-GA-5] D GA 2026-06-11 1
119-hjres-196,F000110 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 F000110 Rep. Fields, Cleo [D-LA-6] D LA 2026-06-11 1
119-hjres-196,S001231 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 S001231 Rep. Simon, Lateefah [D-CA-12] D CA 2026-06-11 1
119-hjres-196,K000391 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 K000391 Rep. Krishnamoorthi, Raja [D-IL-8] D IL 2026-06-11 1
119-hjres-196,T000481 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 T000481 Rep. Tlaib, Rashida [D-MI-12] D MI 2026-06-11 1
119-hjres-196,T000468 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 T000468 Rep. Titus, Dina [D-NV-1] D NV 2026-06-11 1
119-hjres-196,F000481 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 F000481 Rep. Figures, Shomari [D-AL-2] D AL 2026-06-11 1
119-hjres-196,C001119 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 C001119 Rep. Craig, Angie [D-MN-2] D MN 2026-06-11 1
119-hjres-196,L000557 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 L000557 Rep. Larson, John B. [D-CT-1] D CT 2026-06-11 1
119-hjres-196,W000822 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 W000822 Rep. Watson Coleman, Bonnie [D-NJ-12] D NJ 2026-06-11 1
119-hjres-196,S001218 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 S001218 Rep. Stansbury, Melanie A. [D-NM-1] D NM 2026-06-11 1
119-hjres-196,N000147 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 2026-06-11 1
119-hjres-196,W000797 Proposing an amendment to the Constitution of the United States regarding the right to vote. 119-hjres-196 W000797 Rep. Wasserman Schultz, Debbie [D-FL-25] D FL 2026-06-11 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 2.969ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API