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

21 rows where bill_id = "119-hr-227" 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

  • 0 19
  • 1 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
119-hr-227,F000466 Clergy Act 119-hr-227 F000466 Rep. Fitzpatrick, Brian K. [R-PA-1] R PA 2025-12-09 0
119-hr-227,D000096 Clergy Act 119-hr-227 D000096 Rep. Davis, Danny K. [D-IL-7] D IL 2025-11-25 0
119-hr-227,S001201 Clergy Act 119-hr-227 S001201 Rep. Suozzi, Thomas R. [D-NY-3] D NY 2025-11-17 0
119-hr-227,C001059 Clergy Act 119-hr-227 C001059 Rep. Costa, Jim [D-CA-21] D CA 2025-10-21 0
119-hr-227,V000134 Clergy Act 119-hr-227 V000134 Rep. Van Duyne, Beth [R-TX-24] R TX 2025-09-18 0
119-hr-227,L000595 Clergy Act 119-hr-227 L000595 Rep. Letlow, Julia [R-LA-5] R LA 2025-09-18 0
119-hr-227,P000613 Clergy Act 119-hr-227 P000613 Rep. Panetta, Jimmy [D-CA-19] D CA 2025-09-15 0
119-hr-227,M001210 Clergy Act 119-hr-227 M001210 Rep. Murphy, Gregory F. [R-NC-3] R NC 2025-09-09 0
119-hr-227,T000478 Clergy Act 119-hr-227 T000478 Rep. Tenney, Claudia [R-NY-24] R NY 2025-09-08 0
119-hr-227,B001257 Clergy Act 119-hr-227 B001257 Rep. Bilirakis, Gus M. [R-FL-12] R FL 2025-07-25 0
119-hr-227,M001224 Clergy Act 119-hr-227 M001224 Rep. Moran, Nathaniel [R-TX-1] R TX 2025-07-23 0
119-hr-227,C001126 Clergy Act 119-hr-227 C001126 Rep. Carey, Mike [R-OH-15] R OH 2025-07-22 0
119-hr-227,E000298 Clergy Act 119-hr-227 E000298 Rep. Estes, Ron [R-KS-4] R KS 2025-07-21 0
119-hr-227,S001172 Clergy Act 119-hr-227 S001172 Rep. Smith, Adrian [R-NE-3] R NE 2025-07-21 0
119-hr-227,Y000067 Clergy Act 119-hr-227 Y000067 Rep. Yakym, Rudy [R-IN-2] R IN 2025-06-10 0
119-hr-227,S001199 Clergy Act 119-hr-227 S001199 Rep. Smucker, Lloyd [R-PA-11] R PA 2025-01-31 0
119-hr-227,C001133 Clergy Act 119-hr-227 C001133 Rep. Ciscomani, Juan [R-AZ-6] R AZ 2025-01-09 0
119-hr-227,L000585 Clergy Act 119-hr-227 L000585 Rep. LaHood, Darin [R-IL-16] R IL 2025-01-09 0
119-hr-227,D000617 Clergy Act 119-hr-227 D000617 Rep. DelBene, Suzan K. [D-WA-1] D WA 2025-01-09 0
119-hr-227,T000460 Clergy Act 119-hr-227 T000460 Rep. Thompson, Mike [D-CA-4] D CA 2025-01-07 1
119-hr-227,K000376 Clergy Act 119-hr-227 K000376 Rep. Kelly, Mike [R-PA-16] R PA 2025-01-07 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 24.445ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API