home / openregs

legislation

Congressional bills and resolutions from Congress.gov, filtered to policy areas relevant to environmental, health, agriculture, and wildlife regulation.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

9 rows where bill_type = "hjres", congress = 96 and policy_area = "Environmental Protection" sorted by introduced_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, introduced_date, latest_action_date, latest_action_text, sponsor_name, sponsor_state, sponsor_bioguide_id, cosponsor_count, summary_text, update_date, introduced_date (date), latest_action_date (date), update_date (date)

policy_area 1

  • Environmental Protection · 9 ✖

congress 1

  • 96 · 9 ✖

bill_type 1

  • hjres · 9 ✖
bill_id congress bill_type bill_number title policy_area introduced_date ▲ latest_action_date latest_action_text origin_chamber sponsor_name sponsor_state sponsor_party sponsor_bioguide_id cosponsor_count summary_text update_date url
96-hjres-508 96 hjres 508 A joint resolution designating the week beginning July 20, 1980, as "National Environmental Health Week". Environmental Protection 1980-03-11 1980-03-11 Referred to House Committee on Post Office and Civil Service. House Rep. Brinkley, Jack [D-GA-3] GA D B000839 31 Designates the week beginning July 20, 1980, as "National Environmental Health Week." 2024-02-06T20:04:02Z  
96-hjres-509 96 hjres 509 A joint resolution designating the week beginning June 1, 1980, as "National Garden Week". Environmental Protection 1980-03-11 1980-03-11 Referred to House Committee on Post Office and Civil Service. House Rep. Staggers, Harley O. [D-WV-2] WV D S000778 0 Designates the week beginning June 1, 1980, as "National Garden Week." 2024-02-06T20:04:02Z  
96-hjres-471 96 hjres 471 A joint resolution designating the week beginning June 1, 1980, as "National Garden Week". Environmental Protection 1979-12-20 1979-12-20 Referred to House Committee on Post Office and Civil Service. House Rep. Luken, Thomas A. [D-OH-2] OH D L000508 97 Designates the week beginning June 1, 1980, as "National Garden Week." 2024-02-06T20:04:02Z  
96-hjres-459 96 hjres 459 A joint resolution proposing that a Presidential commission be established to study full implications of compliance with the Clean Air Act, as amended, and adjusting the criteria that is used in monitoring air quality. Environmental Protection 1979-12-06 1979-12-06 Referred to House Committee on Interstate and Foreign Commerce. House Rep. Applegate, Douglas [D-OH-18] OH D A000214 1 Directs the President to appoint an ad hoc commission to conduct a study of the effects that full compliance with the Clean Air Act by every State would have on: (1) employment; (2) the economic situation of our communities; (3) the health and safety of the United States population; and (4) energy supplies and demands. Prohibits, during the study and for six months thereafter, the monitoring of stationary source stack emissions by the Environmental Protection Agency on any time schedule less than an average of the previous 30 days. 2024-02-05T14:30:09Z  
96-hjres-441 96 hjres 441 A joint resolution proposing that a Presidential commission be established to study full implications of compliance with the Clean Air Act, as amended, and adjusting the criteria that is used in monitoring air quality. Environmental Protection 1979-11-09 1979-11-09 Referred to House Committee on Interstate and Foreign Commerce. House Rep. Applegate, Douglas [D-OH-18] OH D A000214 1 Directs the President to appoint an ad hoc commission to conduct a study of the effects that full compliance with the Clean Air Act by every State would have on: (1) employment; (2) the economic situation of our communities; (3) the health and safety of the United States population; and (4) energy supplies and demands. Prohibits, during the study and for six months thereafter, the monitoring of stationary source stack emissions by the Environmental Protection Agency on any time schedule less than an average of the previous 30 days. 2024-02-05T14:30:09Z  
96-hjres-335 96 hjres 335 A joint resolution to authorize and request the President to issue a proclamation designating the week of May 20 through May 26, 1979, as "National Oceans Week". Environmental Protection 1979-05-16 1979-05-16 Referred to House Committee on Post Office and Civil Service. House Rep. Staggers, Harley O. [D-WV-2] WV D S000778 0 Authorizes the President to issue a proclamation designating May 20 through May 26, 1979 as "National Oceans Week." 2024-02-06T20:04:02Z  
96-hjres-295 96 hjres 295 A joint resolution to authorize and request the President to issue a proclamation designating the week of May 20 through May 26, 1979, as "National Oceans Week". Environmental Protection 1979-04-05 1979-04-05 Referred to House Committee on Post Office and Civil Service. House Rep. Murphy, John M. [D-NY-17] NY D M001098 2 Authorizes the President to issue a proclamation designating May 20 through May 26, 1979 as "National Oceans Week." 2024-02-06T20:04:02Z  
96-hjres-242 96 hjres 242 A joint resolution to authorize the President to proclaim the last Friday of April each year as "National Arbor Day". Environmental Protection 1979-03-06 1979-03-06 Referred to House Committee on Post Office and Civil Service. House Rep. Roe, Robert A. [D-NJ-8] NJ D R000383 2 Authorizes and requests the President to designate the last Friday in April of each year as "National Arbor Day." 2024-02-06T20:04:02Z  
96-hjres-159 96 hjres 159 A joint resolution to authorize the President to proclaim the last Friday of April each year as "National Arbor Day". Environmental Protection 1979-01-24 1979-01-24 Referred to House Committee on Post Office and Civil Service. House Rep. Minish, Joseph G. [D-NJ-11] NJ D M000796 52 Authorizes and requests the President to designate the last Friday in April of each year as "National Arbor Day." 2024-02-06T20:04:02Z  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE legislation (
    bill_id TEXT PRIMARY KEY,
    congress INTEGER,
    bill_type TEXT,
    bill_number INTEGER,
    title TEXT,
    policy_area TEXT,
    introduced_date TEXT,
    latest_action_date TEXT,
    latest_action_text TEXT,
    origin_chamber TEXT,
    sponsor_name TEXT,
    sponsor_state TEXT,
    sponsor_party TEXT,
    sponsor_bioguide_id TEXT,
    cosponsor_count INTEGER DEFAULT 0,
    summary_text TEXT,
    update_date TEXT,
    url TEXT
);
CREATE INDEX idx_leg_congress ON legislation(congress);
CREATE INDEX idx_leg_type ON legislation(bill_type);
CREATE INDEX idx_leg_policy ON legislation(policy_area);
CREATE INDEX idx_leg_date ON legislation(introduced_date);
CREATE INDEX idx_leg_sponsor ON legislation(sponsor_name);
CREATE INDEX idx_leg_sponsor_bioguide ON legislation(sponsor_bioguide_id);
Powered by Datasette · Queries took 1579.37ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API