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-hr-7749" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
119-hr-7749,S001215 To amend the National Quantum Initiative Act to make certain additions relating to quantum modeling and simulation, and for other purposes. 119-hr-7749 S001215 Rep. Stevens, Haley M. [D-MI-11] D MI 2026-03-02 1
119-hr-7749,V000129 To amend the National Quantum Initiative Act to make certain additions relating to quantum modeling and simulation, and for other purposes. 119-hr-7749 V000129 Rep. Valadao, David G. [R-CA-22] R CA 2026-03-02 1
119-hr-7749,M001215 To amend the National Quantum Initiative Act to make certain additions relating to quantum modeling and simulation, and for other purposes. 119-hr-7749 M001215 Rep. Miller-Meeks, Mariannette [R-IA-1] R IA 2026-03-02 1
119-hr-7749,K000398 To amend the National Quantum Initiative Act to make certain additions relating to quantum modeling and simulation, and for other purposes. 119-hr-7749 K000398 Rep. Kean, Thomas H. [R-NJ-7] R NJ 2026-03-02 1
119-hr-7749,W000804 To amend the National Quantum Initiative Act to make certain additions relating to quantum modeling and simulation, and for other purposes. 119-hr-7749 W000804 Rep. Wittman, Robert J. [R-VA-1] R VA 2026-03-02 1
119-hr-7749,Y000067 To amend the National Quantum Initiative Act to make certain additions relating to quantum modeling and simulation, and for other purposes. 119-hr-7749 Y000067 Rep. Yakym, Rudy [R-IN-2] R IN 2026-03-02 1
119-hr-7749,L000599 To amend the National Quantum Initiative Act to make certain additions relating to quantum modeling and simulation, and for other purposes. 119-hr-7749 L000599 Rep. Lawler, Michael [R-NY-17] R NY 2026-03-02 1
119-hr-7749,M001238 To amend the National Quantum Initiative Act to make certain additions relating to quantum modeling and simulation, and for other purposes. 119-hr-7749 M001238 Rep. McBride, Sarah [D-DE-At Large] D DE 2026-03-02 1
119-hr-7749,L000397 To amend the National Quantum Initiative Act to make certain additions relating to quantum modeling and simulation, and for other purposes. 119-hr-7749 L000397 Rep. Lofgren, Zoe [D-CA-18] D CA 2026-03-02 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 34.811ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API