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-hconres-59" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: sponsorship_date (date)

is_original_cosponsor 1

  • 1 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
119-hconres-59,M001220 Recognizing the difficult challenges Black veterans faced when returning home after serving in the Armed Forces, their heroic military sacrifices, and their patriotism in fighting for equal rights and for the dignity of a people and a Nation. 119-hconres-59 M001220 Rep. McGarvey, Morgan [D-KY-3] D KY 2025-11-07 1
119-hconres-59,H001066 Recognizing the difficult challenges Black veterans faced when returning home after serving in the Armed Forces, their heroic military sacrifices, and their patriotism in fighting for equal rights and for the dignity of a people and a Nation. 119-hconres-59 H001066 Rep. Horsford, Steven [D-NV-4] D NV 2025-11-07 1
119-hconres-59,F000110 Recognizing the difficult challenges Black veterans faced when returning home after serving in the Armed Forces, their heroic military sacrifices, and their patriotism in fighting for equal rights and for the dignity of a people and a Nation. 119-hconres-59 F000110 Rep. Fields, Cleo [D-LA-6] D LA 2025-11-07 1
119-hconres-59,K000400 Recognizing the difficult challenges Black veterans faced when returning home after serving in the Armed Forces, their heroic military sacrifices, and their patriotism in fighting for equal rights and for the dignity of a people and a Nation. 119-hconres-59 K000400 Rep. Kamlager-Dove, Sydney [D-CA-37] D CA 2025-11-07 1
119-hconres-59,C001068 Recognizing the difficult challenges Black veterans faced when returning home after serving in the Armed Forces, their heroic military sacrifices, and their patriotism in fighting for equal rights and for the dignity of a people and a Nation. 119-hconres-59 C001068 Rep. Cohen, Steve [D-TN-9] D TN 2025-11-07 1
119-hconres-59,G000553 Recognizing the difficult challenges Black veterans faced when returning home after serving in the Armed Forces, their heroic military sacrifices, and their patriotism in fighting for equal rights and for the dignity of a people and a Nation. 119-hconres-59 G000553 Rep. Green, Al [D-TX-9] D TX 2025-11-07 1
119-hconres-59,B001324 Recognizing the difficult challenges Black veterans faced when returning home after serving in the Armed Forces, their heroic military sacrifices, and their patriotism in fighting for equal rights and for the dignity of a people and a Nation. 119-hconres-59 B001324 Rep. Bell, Wesley [D-MO-1] D MO 2025-11-07 1
119-hconres-59,M001229 Recognizing the difficult challenges Black veterans faced when returning home after serving in the Armed Forces, their heroic military sacrifices, and their patriotism in fighting for equal rights and for the dignity of a people and a Nation. 119-hconres-59 M001229 Rep. McIver, LaMonica [D-NJ-10] D NJ 2025-11-07 1
119-hconres-59,J000309 Recognizing the difficult challenges Black veterans faced when returning home after serving in the Armed Forces, their heroic military sacrifices, and their patriotism in fighting for equal rights and for the dignity of a people and a Nation. 119-hconres-59 J000309 Rep. Jackson, Jonathan L. [D-IL-1] D IL 2025-11-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 7.141ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API