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

22 rows where bill_id = "100-hr-1733" 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

  • 1 14
  • 0 8
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
100-hr-1733,S000586 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 S000586 Rep. Smith, Lawrence [D-FL-16] D FL 1987-09-14 0
100-hr-1733,K000307 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 K000307 Rep. Kolter, Joseph P. [D-PA-4] D PA 1987-08-05 0
100-hr-1733,M000206 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 M000206 Rep. Martinez, Matthew G. [D-CA-30] D CA 1987-08-05 0
100-hr-1733,B000410 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 B000410 Rep. Berman, Howard L. [D-CA-26] D CA 1987-05-12 0
100-hr-1733,C000174 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 C000174 Rep. Carper, Thomas R. [D-DE-At Large] D DE 1987-05-12 0
100-hr-1733,O000159 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 O000159 Rep. Owens, Major R. [D-NY-12] D NY 1987-05-12 0
100-hr-1733,T000316 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 T000316 Rep. Torres, Esteban Edward [D-CA-34] D CA 1987-05-12 0
100-hr-1733,T000326 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 T000326 Rep. Towns, Edolphus [D-NY-11] D NY 1987-05-12 0
100-hr-1733,A000226 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 A000226 Rep. Atkins, Chester G. [D-MA-5] D MA 1987-04-08 1
100-hr-1733,B000711 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 B000711 Rep. Boxer, Barbara [D-CA-6] D CA 1987-04-08 1
100-hr-1733,B000918 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 B000918 Rep. Brown, George E., Jr. [D-CA-36] D CA 1987-04-08 1
100-hr-1733,B001172 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 B001172 Rep. Bustamante, Albert G. [D-TX-23] D TX 1987-04-08 1
100-hr-1733,C000312 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 C000312 Rep. Chapman, Jim [D-TX-1] D TX 1987-04-08 1
100-hr-1733,E000064 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 E000064 Rep. Edwards, Don [D-CA-10] D CA 1987-04-08 1
100-hr-1733,F000046 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 F000046 Del. Fauntroy, Walter E. [D-DC-At Large] D DC 1987-04-08 1
100-hr-1733,G000047 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 G000047 Rep. Garcia, Robert [D-NY-18] D NY 1987-04-08 1
100-hr-1733,G000400 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 G000400 Rep. Gray, Kenneth J. [D-IL-22] D IL 1987-04-08 1
100-hr-1733,L000264 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 L000264 Rep. Levine, Mel [D-CA-27] D CA 1987-04-08 1
100-hr-1733,L000287 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 L000287 Rep. Lewis, John [D-GA-5] D GA 1987-04-08 1
100-hr-1733,L000486 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 L000486 Rep. Lowry, Mike [D-WA-7] D WA 1987-04-08 1
100-hr-1733,M001057 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 M001057 Rep. Mrazek, Robert J. [D-NY-3] D NY 1987-04-08 1
100-hr-1733,S000136 A bill to make it clear that the space station being planned and developed by NASA is to be used for civilian purposes only. 100-hr-1733 S000136 Rep. Schneider, Claudine [R-RI-2] R RI 1987-04-08 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 5.637ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API