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 = "100-hres-472" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 6
  • 1 5
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
100-hres-472,B000997 A resolution expressing the sense of the House of Representives regarding the steps which the United States must take to ensure that all Americans have decent and affordable housing. 100-hres-472 B000997 Rep. Bryant, John W. [D-TX-5] D TX 1988-09-30 0
100-hres-472,E000250 A resolution expressing the sense of the House of Representives regarding the steps which the United States must take to ensure that all Americans have decent and affordable housing. 100-hres-472 E000250 Rep. Evans, Lane [D-IL-17] D IL 1988-09-30 0
100-hres-472,H000388 A resolution expressing the sense of the House of Representives regarding the steps which the United States must take to ensure that all Americans have decent and affordable housing. 100-hres-472 H000388 Rep. Hayes, Charles A. [D-IL-1] D IL 1988-09-30 0
100-hres-472,R000053 A resolution expressing the sense of the House of Representives regarding the steps which the United States must take to ensure that all Americans have decent and affordable housing. 100-hres-472 R000053 Rep. Rangel, Charles B. [D-NY-16] D NY 1988-09-30 0
100-hres-472,G000047 A resolution expressing the sense of the House of Representives regarding the steps which the United States must take to ensure that all Americans have decent and affordable housing. 100-hres-472 G000047 Rep. Garcia, Robert [D-NY-18] D NY 1988-09-30 0
100-hres-472,P000197 A resolution expressing the sense of the House of Representives regarding the steps which the United States must take to ensure that all Americans have decent and affordable housing. 100-hres-472 P000197 Rep. Pelosi, Nancy [D-CA-5] D CA 1988-09-30 0
100-hres-472,F000235 A resolution expressing the sense of the House of Representives regarding the steps which the United States must take to ensure that all Americans have decent and affordable housing. 100-hres-472 F000235 Rep. Foglietta, Thomas M. [D-PA-1] D PA 1988-08-11 1
100-hres-472,O000159 A resolution expressing the sense of the House of Representives regarding the steps which the United States must take to ensure that all Americans have decent and affordable housing. 100-hres-472 O000159 Rep. Owens, Major R. [D-NY-12] D NY 1988-08-11 1
100-hres-472,C000634 A resolution expressing the sense of the House of Representives regarding the steps which the United States must take to ensure that all Americans have decent and affordable housing. 100-hres-472 C000634 Rep. Collins, Cardiss [D-IL-7] D IL 1988-08-11 1
100-hres-472,S000586 A resolution expressing the sense of the House of Representives regarding the steps which the United States must take to ensure that all Americans have decent and affordable housing. 100-hres-472 S000586 Rep. Smith, Lawrence [D-FL-16] D FL 1988-08-11 1
100-hres-472,V000087 A resolution expressing the sense of the House of Representives regarding the steps which the United States must take to ensure that all Americans have decent and affordable housing. 100-hres-472 V000087 Rep. Vento, Bruce F. [D-MN-4] D MN 1988-08-11 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 6.11ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API