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 = "102-hr-3293" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 1

  • 0 7
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
102-hr-3293,J000177 To direct the Secretary of Energy to enter into an arrangement with the National Academy of Sciences to conduct a study of the effects on human health of exposure to extremely low frequency electric and magnetic fields. 102-hr-3293 J000177 Rep. Johnson, Tim [D-SD-At Large] D SD 1991-10-10 0
102-hr-3293,G000511 To direct the Secretary of Energy to enter into an arrangement with the National Academy of Sciences to conduct a study of the effects on human health of exposure to extremely low frequency electric and magnetic fields. 102-hr-3293 G000511 Rep. Guarini, Frank J. [D-NJ-14] D NJ 1991-10-10 0
102-hr-3293,F000435 To direct the Secretary of Energy to enter into an arrangement with the National Academy of Sciences to conduct a study of the effects on human health of exposure to extremely low frequency electric and magnetic fields. 102-hr-3293 F000435 Resident Commissioner Fuster, Jamie B. [D-PR-At Large] D PR 1991-10-10 0
102-hr-3293,Y000014 To direct the Secretary of Energy to enter into an arrangement with the National Academy of Sciences to conduct a study of the effects on human health of exposure to extremely low frequency electric and magnetic fields. 102-hr-3293 Y000014 Rep. Yatron, Gus [D-PA-6] D PA 1991-09-26 0
102-hr-3293,M000797 To direct the Secretary of Energy to enter into an arrangement with the National Academy of Sciences to conduct a study of the effects on human health of exposure to extremely low frequency electric and magnetic fields. 102-hr-3293 M000797 Rep. Mink, Patsy T. [D-HI-2] D HI 1991-09-26 0
102-hr-3293,H000797 To direct the Secretary of Energy to enter into an arrangement with the National Academy of Sciences to conduct a study of the effects on human health of exposure to extremely low frequency electric and magnetic fields. 102-hr-3293 H000797 Rep. Horton, Frank J. [R-NY-29] R NY 1991-09-26 0
102-hr-3293,Y000013 To direct the Secretary of Energy to enter into an arrangement with the National Academy of Sciences to conduct a study of the effects on human health of exposure to extremely low frequency electric and magnetic fields. 102-hr-3293 Y000013 Rep. Yates, Sidney R. [D-IL-9] D IL 1991-09-26 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 23.5ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API