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

16 rows where bill_id = "119-hr-5326" 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 16
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
119-hr-5326,B001324 FLAME Act 119-hr-5326 B001324 Rep. Bell, Wesley [D-MO-1] D MO 2025-09-11 1
119-hr-5326,B001278 FLAME Act 119-hr-5326 B001278 Rep. Bonamici, Suzanne [D-OR-1] D OR 2025-09-11 1
119-hr-5326,C001072 FLAME Act 119-hr-5326 C001072 Rep. Carson, André [D-IN-7] D IN 2025-09-11 1
119-hr-5326,C001119 FLAME Act 119-hr-5326 C001119 Rep. Craig, Angie [D-MN-2] D MN 2025-09-11 1
119-hr-5326,C001061 FLAME Act 119-hr-5326 C001061 Rep. Cleaver, Emanuel [D-MO-5] D MO 2025-09-11 1
119-hr-5326,D000629 FLAME Act 119-hr-5326 D000629 Rep. Davids, Sharice [D-KS-3] D KS 2025-09-11 1
119-hr-5326,F000110 FLAME Act 119-hr-5326 F000110 Rep. Fields, Cleo [D-LA-6] D LA 2025-09-11 1
119-hr-5326,H000874 FLAME Act 119-hr-5326 H000874 Rep. Hoyer, Steny H. [D-MD-5] D MD 2025-09-11 1
119-hr-5326,K000391 FLAME Act 119-hr-5326 K000391 Rep. Krishnamoorthi, Raja [D-IL-8] D IL 2025-09-11 1
119-hr-5326,L000601 FLAME Act 119-hr-5326 L000601 Rep. Landsman, Greg [D-OH-1] D OH 2025-09-11 1
119-hr-5326,L000397 FLAME Act 119-hr-5326 L000397 Rep. Lofgren, Zoe [D-CA-18] D CA 2025-09-11 1
119-hr-5326,M001241 FLAME Act 119-hr-5326 M001241 Rep. Min, Dave [D-CA-47] D CA 2025-09-11 1
119-hr-5326,M000687 FLAME Act 119-hr-5326 M000687 Rep. Mfume, Kweisi [D-MD-7] D MD 2025-09-11 1
119-hr-5326,N000191 FLAME Act 119-hr-5326 N000191 Rep. Neguse, Joe [D-CO-2] D CO 2025-09-11 1
119-hr-5326,R000606 FLAME Act 119-hr-5326 R000606 Rep. Raskin, Jamie [D-MD-8] D MD 2025-09-11 1
119-hr-5326,S001211 FLAME Act 119-hr-5326 S001211 Rep. Stanton, Greg [D-AZ-4] D AZ 2025-09-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 5.563ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API