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

7 rows where bill_id = "99-hr-3172" 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

  • 0 6
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
99-hr-3172,G000212 A bill to direct the Administrator of the Environmental Protection Agency to conduct a national assessment of the extent to which radon gas formed from naturally occurring deposits of uranium is a threat to public health, to authorize a demonstration program to test methods of eliminating the threat to public health from radon gas, and to authorize disaster relief assistance for releases of radon gas. 99-hr-3172 G000212 Rep. Gilman, Benjamin A. [R-NY-22] R NY 1985-11-12 0
99-hr-3172,R000465 A bill to direct the Administrator of the Environmental Protection Agency to conduct a national assessment of the extent to which radon gas formed from naturally occurring deposits of uranium is a threat to public health, to authorize a demonstration program to test methods of eliminating the threat to public health from radon gas, and to authorize disaster relief assistance for releases of radon gas. 99-hr-3172 R000465 Rep. Roukema, Marge [R-NJ-5] R NJ 1985-11-04 0
99-hr-3172,F000215 A bill to direct the Administrator of the Environmental Protection Agency to conduct a national assessment of the extent to which radon gas formed from naturally occurring deposits of uranium is a threat to public health, to authorize a demonstration program to test methods of eliminating the threat to public health from radon gas, and to authorize disaster relief assistance for releases of radon gas. 99-hr-3172 F000215 Rep. Florio, James J. [D-NJ-1] D NJ 1985-10-17 0
99-hr-3172,C000809 A bill to direct the Administrator of the Environmental Protection Agency to conduct a national assessment of the extent to which radon gas formed from naturally occurring deposits of uranium is a threat to public health, to authorize a demonstration program to test methods of eliminating the threat to public health from radon gas, and to authorize disaster relief assistance for releases of radon gas. 99-hr-3172 C000809 Rep. Courter, Jim [R-NJ-12] R NJ 1985-09-18 0
99-hr-3172,F000235 A bill to direct the Administrator of the Environmental Protection Agency to conduct a national assessment of the extent to which radon gas formed from naturally occurring deposits of uranium is a threat to public health, to authorize a demonstration program to test methods of eliminating the threat to public health from radon gas, and to authorize disaster relief assistance for releases of radon gas. 99-hr-3172 F000235 Rep. Foglietta, Thomas M. [D-PA-1] D PA 1985-09-09 0
99-hr-3172,G000025 A bill to direct the Administrator of the Environmental Protection Agency to conduct a national assessment of the extent to which radon gas formed from naturally occurring deposits of uranium is a threat to public health, to authorize a demonstration program to test methods of eliminating the threat to public health from radon gas, and to authorize disaster relief assistance for releases of radon gas. 99-hr-3172 G000025 Rep. Gallo, Dean A. [R-NJ-11] R NJ 1985-09-09 0
99-hr-3172,Y000014 A bill to direct the Administrator of the Environmental Protection Agency to conduct a national assessment of the extent to which radon gas formed from naturally occurring deposits of uranium is a threat to public health, to authorize a demonstration program to test methods of eliminating the threat to public health from radon gas, and to authorize disaster relief assistance for releases of radon gas. 99-hr-3172 Y000014 Rep. Yatron, Gus [D-PA-6] D PA 1985-08-01 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 140.763ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API