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

14 rows where bill_id = "96-hconres-156" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 14
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
96-hconres-156,C000581 A concurrent resolution to provide sufficient diesel fuel for the transportation of fresh farm produce. 96-hconres-156 C000581 Rep. Coelho, Anthony Lee [D-CA-15] D     0
96-hconres-156,J000135 A concurrent resolution to provide sufficient diesel fuel for the transportation of fresh farm produce. 96-hconres-156 J000135 Rep. Johnson, Harold T. [D-CA-1] D     0
96-hconres-156,D000373 A concurrent resolution to provide sufficient diesel fuel for the transportation of fresh farm produce. 96-hconres-156 D000373 Rep. Dixon, Julian C. [R-CA-32] D     0
96-hconres-156,L000020 A concurrent resolution to provide sufficient diesel fuel for the transportation of fresh farm produce. 96-hconres-156 L000020 Rep. Lagomarsino, Robert J. [R-CA-19] R     0
96-hconres-156,M000343 A concurrent resolution to provide sufficient diesel fuel for the transportation of fresh farm produce. 96-hconres-156 M000343 Rep. McCloskey, Paul N., Jr. [R-CA-12] R CA   0
96-hconres-156,M000249 A concurrent resolution to provide sufficient diesel fuel for the transportation of fresh farm produce. 96-hconres-156 M000249 Rep. Matsui, Robert T. [D-CA-5] D     0
96-hconres-156,T000188 A concurrent resolution to provide sufficient diesel fuel for the transportation of fresh farm produce. 96-hconres-156 T000188 Rep. Thomas, William M. [R-CA-22] R     0
96-hconres-156,S000393 A concurrent resolution to provide sufficient diesel fuel for the transportation of fresh farm produce. 96-hconres-156 S000393 Rep. Shumway, Norman D. [R-CA-14] R     0
96-hconres-156,M000826 A concurrent resolution to provide sufficient diesel fuel for the transportation of fresh farm produce. 96-hconres-156 M000826 Rep. Mitchell, Parren J. [D-MD-7] D     0
96-hconres-156,D000043 A concurrent resolution to provide sufficient diesel fuel for the transportation of fresh farm produce. 96-hconres-156 D000043 Rep. Danielson, George E. [D-CA-30] D     0
96-hconres-156,F000053 A concurrent resolution to provide sufficient diesel fuel for the transportation of fresh farm produce. 96-hconres-156 F000053 Rep. Fazio, Vic [D-CA-3] D     0
96-hconres-156,L000274 A concurrent resolution to provide sufficient diesel fuel for the transportation of fresh farm produce. 96-hconres-156 L000274 Rep. Lewis, Jerry [R-CA-41] R     0
96-hconres-156,C000475 A concurrent resolution to provide sufficient diesel fuel for the transportation of fresh farm produce. 96-hconres-156 C000475 Rep. Clausen, Don H. [R-CA-2] R     0
96-hconres-156,B001080 A concurrent resolution to provide sufficient diesel fuel for the transportation of fresh farm produce. 96-hconres-156 B001080 Rep. Burgener, Clair W. [R-CA-43] 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 315.437ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API