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

12 rows where bill_id = "97-hconres-344" 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 9
  • 0 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
97-hconres-344,D000432 A concurrent resolution expressing the sense of the House of Representatives that the Secretary of Agriculture should provide additional opportunities for public, scientific and professional comment and prepare a supplementary environmental impact statement with respect to proposed regulations revising the National Forest System resource management planning process. 97-hconres-344 D000432 Rep. Dorgan, Byron L. [D-ND-At Large] D ND 1982-06-10 0
97-hconres-344,J000072 A concurrent resolution expressing the sense of the House of Representatives that the Secretary of Agriculture should provide additional opportunities for public, scientific and professional comment and prepare a supplementary environmental impact statement with respect to proposed regulations revising the National Forest System resource management planning process. 97-hconres-344 J000072 Rep. Jeffords, James M. [R-VT-At Large] R VT 1982-06-09 0
97-hconres-344,H000206 A concurrent resolution expressing the sense of the House of Representatives that the Secretary of Agriculture should provide additional opportunities for public, scientific and professional comment and prepare a supplementary environmental impact statement with respect to proposed regulations revising the National Forest System resource management planning process. 97-hconres-344 H000206 Rep. Harkin, Tom [D-IA-5] D IA 1982-06-09 0
97-hconres-344,B000918 A concurrent resolution expressing the sense of the House of Representatives that the Secretary of Agriculture should provide additional opportunities for public, scientific and professional comment and prepare a supplementary environmental impact statement with respect to proposed regulations revising the National Forest System resource management planning process. 97-hconres-344 B000918 Rep. Brown, George E., Jr. [D-CA-36] D CA 1982-05-13 1
97-hconres-344,D000064 A concurrent resolution expressing the sense of the House of Representatives that the Secretary of Agriculture should provide additional opportunities for public, scientific and professional comment and prepare a supplementary environmental impact statement with respect to proposed regulations revising the National Forest System resource management planning process. 97-hconres-344 D000064 Rep. Daschle, Thomas A. [D-SD-1] D SD 1982-05-13 1
97-hconres-344,B000298 A concurrent resolution expressing the sense of the House of Representatives that the Secretary of Agriculture should provide additional opportunities for public, scientific and professional comment and prepare a supplementary environmental impact statement with respect to proposed regulations revising the National Forest System resource management planning process. 97-hconres-344 B000298 Rep. Bedell, Berkley W. [D-IA-6] D IA 1982-05-13 1
97-hconres-344,A000076 A concurrent resolution expressing the sense of the House of Representatives that the Secretary of Agriculture should provide additional opportunities for public, scientific and professional comment and prepare a supplementary environmental impact statement with respect to proposed regulations revising the National Forest System resource management planning process. 97-hconres-344 A000076 Rep. Albosta, Donald J. [D-MI-10] D MI 1982-05-13 1
97-hconres-344,L000486 A concurrent resolution expressing the sense of the House of Representatives that the Secretary of Agriculture should provide additional opportunities for public, scientific and professional comment and prepare a supplementary environmental impact statement with respect to proposed regulations revising the National Forest System resource management planning process. 97-hconres-344 L000486 Rep. Lowry, Mike [D-WA-7] D WA 1982-05-13 1
97-hconres-344,R000232 A concurrent resolution expressing the sense of the House of Representatives that the Secretary of Agriculture should provide additional opportunities for public, scientific and professional comment and prepare a supplementary environmental impact statement with respect to proposed regulations revising the National Forest System resource management planning process. 97-hconres-344 R000232 Rep. Richmond, Frederick W. [D-NY-14] D NY 1982-05-13 1
97-hconres-344,B001156 A concurrent resolution expressing the sense of the House of Representatives that the Secretary of Agriculture should provide additional opportunities for public, scientific and professional comment and prepare a supplementary environmental impact statement with respect to proposed regulations revising the National Forest System resource management planning process. 97-hconres-344 B001156 Rep. Burton, Phillip [D-CA-6] D CA 1982-05-13 1
97-hconres-344,J000216 A concurrent resolution expressing the sense of the House of Representatives that the Secretary of Agriculture should provide additional opportunities for public, scientific and professional comment and prepare a supplementary environmental impact statement with respect to proposed regulations revising the National Forest System resource management planning process. 97-hconres-344 J000216 Rep. Jones, Ed [D-TN-7] D TN 1982-05-13 1
97-hconres-344,S000230 A concurrent resolution expressing the sense of the House of Representatives that the Secretary of Agriculture should provide additional opportunities for public, scientific and professional comment and prepare a supplementary environmental impact statement with respect to proposed regulations revising the National Forest System resource management planning process. 97-hconres-344 S000230 Rep. Seiberling, John F. [D-OH-14] D OH 1982-05-13 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 557.13ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API