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

11 rows where bill_id = "95-hr-13073" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 11
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
95-hr-13073,L000187 Rehabilitation Amendments 95-hr-13073 L000187 Rep. Lederer, Raymond F. [D-PA-3] D     0
95-hr-13073,M001088 Rehabilitation Amendments 95-hr-13073 M001088 Rep. Murphy, Austin J. [D-PA-22] D     0
95-hr-13073,M000685 Rehabilitation Amendments 95-hr-13073 M000685 Rep. Meyner, Helen S. [D-NJ-13] D     0
95-hr-13073,M000058 Rehabilitation Amendments 95-hr-13073 M000058 Rep. Maguire, Andrew [D-NJ-7] D     0
95-hr-13073,W000107 Rehabilitation Amendments 95-hr-13073 W000107 Rep. Walsh, William F. [R-NY-33] R     0
95-hr-13073,A000177 Rehabilitation Amendments 95-hr-13073 A000177 Rep. Ammerman, Joseph S. [D-PA-23] D     0
95-hr-13073,P000106 Rehabilitation Amendments 95-hr-13073 P000106 Rep. Patten, Edward J. [D-NJ-15] D     0
95-hr-13073,E000096 Rehabilitation Amendments 95-hr-13073 E000096 Rep. Eilberg, Joshua [D-PA-4] D     0
95-hr-13073,R000383 Rehabilitation Amendments 95-hr-13073 R000383 Rep. Roe, Robert A. [D-NJ-8] D     0
95-hr-13073,M001035 Rehabilitation Amendments 95-hr-13073 M001035 Rep. Moss, John E. [D-CA-3] D     0
95-hr-13073,G000212 Rehabilitation Amendments 95-hr-13073 G000212 Rep. Gilman, Benjamin A. [R-NY-26] R     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 5.337ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API