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

19 rows where bill_id = "119-hr-2702" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 1 16
  • 0 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
119-hr-2702,G000597 FIRM Act 119-hr-2702 G000597 Rep. Garbarino, Andrew R. [R-NY-2] R NY 2025-05-19 0
119-hr-2702,W000816 FIRM Act 119-hr-2702 W000816 Rep. Williams, Roger [R-TX-25] R TX 2025-05-05 0
119-hr-2702,S001228 FIRM Act 119-hr-2702 S001228 Rep. Schmidt, Derek [R-KS-2] R KS 2025-05-05 0
119-hr-2702,T000486 FIRM Act 119-hr-2702 T000486 Rep. Torres, Ritchie [D-NY-15] D NY 2025-04-08 1
119-hr-2702,M001136 FIRM Act 119-hr-2702 M001136 Rep. McClain, Lisa C. [R-MI-9] R MI 2025-04-08 1
119-hr-2702,L000491 FIRM Act 119-hr-2702 L000491 Rep. Lucas, Frank D. [R-OK-3] R OK 2025-04-08 1
119-hr-2702,L000583 FIRM Act 119-hr-2702 L000583 Rep. Loudermilk, Barry [R-GA-11] R GA 2025-04-08 1
119-hr-2702,R000612 FIRM Act 119-hr-2702 R000612 Rep. Rose, John W. [R-TN-6] R TN 2025-04-08 1
119-hr-2702,W000812 FIRM Act 119-hr-2702 W000812 Rep. Wagner, Ann [R-MO-2] R MO 2025-04-08 1
119-hr-2702,S001188 FIRM Act 119-hr-2702 S001188 Rep. Stutzman, Marlin A. [R-IN-3] R IN 2025-04-08 1
119-hr-2702,T000480 FIRM Act 119-hr-2702 T000480 Rep. Timmons, William R. [R-SC-4] R SC 2025-04-08 1
119-hr-2702,F000471 FIRM Act 119-hr-2702 F000471 Rep. Fitzgerald, Scott [R-WI-5] R WI 2025-04-08 1
119-hr-2702,M001236 FIRM Act 119-hr-2702 M001236 Rep. Moore, Tim [R-NC-14] R NC 2025-04-08 1
119-hr-2702,M001233 FIRM Act 119-hr-2702 M001233 Rep. Messmer, Mark [R-IN-8] R IN 2025-04-08 1
119-hr-2702,O000175 FIRM Act 119-hr-2702 O000175 Rep. Ogles, Andrew [R-TN-5] R TN 2025-04-08 1
119-hr-2702,D000634 FIRM Act 119-hr-2702 D000634 Rep. Downing, Troy [R-MT-2] R MT 2025-04-08 1
119-hr-2702,S000250 FIRM Act 119-hr-2702 S000250 Rep. Sessions, Pete [R-TX-17] R TX 2025-04-08 1
119-hr-2702,L000578 FIRM Act 119-hr-2702 L000578 Rep. LaMalfa, Doug [R-CA-1] R CA 2025-04-08 1
119-hr-2702,G000576 FIRM Act 119-hr-2702 G000576 Rep. Grothman, Glenn [R-WI-6] R WI 2025-04-08 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 387.25ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API