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

12 rows where bill_id = "119-hr-2581" and is_original_cosponsor = 0 sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

is_original_cosponsor 1

  • - · 12 ✖
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
119-hr-2581,F000459 Iranian Terror Prevention Act 119-hr-2581 F000459 Rep. Fleischmann, Charles J. "Chuck" [R-TN-3] R TN 2026-03-03 0
119-hr-2581,F000484 Iranian Terror Prevention Act 119-hr-2581 F000484 Rep. Fine, Randy [R-FL-6] R FL 2025-07-10 0
119-hr-2581,B001325 Iranian Terror Prevention Act 119-hr-2581 B001325 Rep. Biggs, Sheri [R-SC-3] R SC 2025-06-26 0
119-hr-2581,F000474 Iranian Terror Prevention Act 119-hr-2581 F000474 Rep. Flood, Mike [R-NE-1] R NE 2025-06-23 0
119-hr-2581,K000399 Iranian Terror Prevention Act 119-hr-2581 K000399 Rep. Kiggans, Jennifer A. [R-VA-2] R VA 2025-06-23 0
119-hr-2581,H001086 Iranian Terror Prevention Act 119-hr-2581 H001086 Rep. Harshbarger, Diana [R-TN-1] R TN 2025-06-17 0
119-hr-2581,C001116 Iranian Terror Prevention Act 119-hr-2581 C001116 Rep. Clyde, Andrew S. [R-GA-9] R GA 2025-05-14 0
119-hr-2581,B001307 Iranian Terror Prevention Act 119-hr-2581 B001307 Rep. Baird, James R. [R-IN-4] R IN 2025-05-07 0
119-hr-2581,R000609 Iranian Terror Prevention Act 119-hr-2581 R000609 Rep. Rutherford, John H. [R-FL-5] R FL 2025-04-09 0
119-hr-2581,B001298 Iranian Terror Prevention Act 119-hr-2581 B001298 Rep. Bacon, Don [R-NE-2] R NE 2025-04-02 0
119-hr-2581,L000596 Iranian Terror Prevention Act 119-hr-2581 L000596 Rep. Luna, Anna Paulina [R-FL-13] R FL 2025-04-02 0
119-hr-2581,B001295 Iranian Terror Prevention Act 119-hr-2581 B001295 Rep. Bost, Mike [R-IL-12] R IL 2025-04-02 0

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 2048.672ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API