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

13 rows where bill_id = "95-hr-13893" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 13
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
95-hr-13893,B000682 Sales Representatives Protection Act 95-hr-13893 B000682 Rep. Bowen, David R. [D-MS-2] D     0
95-hr-13893,B001008 Sales Representatives Protection Act 95-hr-13893 B001008 Rep. Buchanan, John [R-AL-6] R     0
95-hr-13893,C000709 Sales Representatives Protection Act 95-hr-13893 C000709 Rep. Conte, Silvio O. [R-MA-1] R     0
95-hr-13893,E000096 Sales Representatives Protection Act 95-hr-13893 E000096 Rep. Eilberg, Joshua [D-PA-4] D     0
95-hr-13893,H001022 Sales Representatives Protection Act 95-hr-13893 H001022 Rep. Hyde, Henry J. [R-IL-6] R     0
95-hr-13893,J000033 Sales Representatives Protection Act 95-hr-13893 J000033 Rep. Jacobs, Andrew, Jr. [D-IN-11] D IN   0
95-hr-13893,L000379 Sales Representatives Protection Act 95-hr-13893 L000379 Rep. Lloyd, James F. [D-CA-35] D     0
95-hr-13893,L000413 Sales Representatives Protection Act 95-hr-13893 L000413 Rep. Long, Clarence D. [D-MD-2] D     0
95-hr-13893,M000343 Sales Representatives Protection Act 95-hr-13893 M000343 Rep. McCloskey, Paul N., Jr. [R-CA-12] R CA   0
95-hr-13893,M000808 Sales Representatives Protection Act 95-hr-13893 M000808 Rep. Mitchell, Donald J. [R-NY-31] R     0
95-hr-13893,R000436 Sales Representatives Protection Act 95-hr-13893 R000436 Rep. Rose, Charlie [D-NC-7] D     0
95-hr-13893,W000780 Sales Representatives Protection Act 95-hr-13893 W000780 Rep. Wydler, John W. [R-NY-5] R NY   0
95-hr-13893,Y000051 Sales Representatives Protection Act 95-hr-13893 Y000051 Rep. Young, Robert A. [D-MO-2] D     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 6.168ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API