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

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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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 · 8 ✖

congress 1

  • 114 · 8 ✖

bill_type 1

  • hjres · 8 ✖
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
114-hjres-107 114 hjres 107 Disapproving the rule submitted by the Department of the Interior known as the Stream Protection Rule. Environmental Protection 2016-12-20 2016-12-20 Referred to the House Committee on Natural Resources. House Rep. Jenkins, Evan H. [R-WV-3] WV R J000297 0 Nullifies the Stream Protection Rule submitted by the Department of the Interior's Office of Surface Mining Reclamation and Enforcement. The rule addresses the impacts of surface coal mining operations on surface water, groundwater, and the productivity of mining operation sites. 2023-01-11T13:33:58Z  
114-hjres-74 114 hjres 74 Providing for congressional disapproval under chapter 8 of title 5, United States Code, of the final rule of the Administrator of the Environmental Protection Agency relating to "National Ambient Air Quality Standards for Ozone". Environmental Protection 2015-11-19 2015-11-20 Referred to the Subcommittee on Energy and Power. House Rep. Gosar, Paul A. [R-AZ-4] AZ R G000565 82 Nullifies the Environmental Protection Agency's rule published on October 26, 2015, that revises the primary and secondary national ambient air quality standards for ozone. 2023-01-11T13:29:29Z  
114-hjres-71 114 hjres 71 Providing for congressional disapproval under chapter 8 of title 5, United States Code, of a rule submitted by the Environmental Protection Agency relating to "Standards of Performance for Greenhouse Gas Emissions from New, Modified, and Reconstructed Stationary Sources: Electric Utility Generating Units". Environmental Protection 2015-10-26 2015-11-19 Placed on the Union Calendar, Calendar No. 266. House Rep. Whitfield, Ed [R-KY-1] KY R W000413 108 (This measure has not been amended since it was introduced. The summary of that version is repeated here.) Nullifies the Environmental Protection Agency's rule published on October 23, 2015, that establishes new source performance standards under the Clean Air Act for carbon dioxide emissions from fossil fuel-fired electric utility generating units (EGUs) if the EGUs are newly constructed, modified, or reconstructed. (Those EGUs convert fossil fuel energy to electric energy.) 2023-01-11T13:29:29Z  
114-hjres-72 114 hjres 72 Providing for congressional disapproval under chapter 8 of title 5, United States Code, of a rule submitted by the Environmental Protection Agency relating to "Carbon Pollution Emission Guidelines for Existing Stationary Sources: Electric Utility Generating Units". Environmental Protection 2015-10-26 2015-11-19 Placed on the Union Calendar, Calendar No. 267. House Rep. Whitfield, Ed [R-KY-1] KY R W000413 109 (This measure has not been amended since it was introduced. The summary of that version is repeated here.) Nullifies the Environmental Protection Agency's rule published on October 23, 2015, that requires states to reduce carbon dioxide emissions from existing fossil fuel-fired electric generating units (EGUs). (Those EGUs convert fossil fuel energy to electric energy.) 2023-01-11T13:29:29Z  
114-hjres-70 114 hjres 70 Disapproving a rule submitted by the Environmental Protection Agency relating to "National Ambient Air Quality Standards for Ozone". Environmental Protection 2015-10-22 2015-10-23 Referred to the Subcommittee on Energy and Power. House Rep. Walorski, Jackie [R-IN-2] IN R W000813 13 Nullifies the Environmental Protection Agency's rule published on October 26, 2015, that revises the primary and secondary national ambient air quality standards for ozone. 2023-01-11T13:29:43Z  
114-hjres-67 114 hjres 67 Disapproving a rule submitted by the Environmental Protection Agency relating to "Carbon Pollution Emission Guidelines for Existing Stationary Sources: Electric Utility Generating Units". Environmental Protection 2015-09-29 2015-10-02 Referred to the Subcommittee on Energy and Power. House Rep. Ratcliffe, John [R-TX-4] TX R R000601 28 Nullifies the Environmental Protection Agency's rule published on October 23, 2015, that requires states to reduce carbon dioxide emissions from existing fossil fuel-fired electric generating units (EGUs). (Those EGUs convert fossil fuel energy to electric energy.) 2023-01-11T13:29:55Z  
114-hjres-68 114 hjres 68 Disapproving a rule submitted by the Environmental Protection Agency relating to "Standards of Performance for Greenhouse Gas Emissions from New, Modified, and Reconstructed Stationary Sources: Electric Utility Generating Units". Environmental Protection 2015-09-29 2015-10-02 Referred to the Subcommittee on Energy and Power. House Rep. Ratcliffe, John [R-TX-4] TX R R000601 28 Nullifies the Environmental Protection Agency's rule published on October 23, 2015, that establishes new source performance standards under the Clean Air Act for carbon dioxide emissions from fossil fuel-fired electric utility generating units (EGUs) if the EGUs are newly constructed, modified, or reconstructed. (Those EGUs convert fossil fuel energy to electric energy.) 2023-01-11T13:29:55Z  
114-hjres-59 114 hjres 59 Providing for congressional disapproval under chapter 8 of title 5, United States Code, of the rule submitted by the Army Corps of Engineers and the Environmental Protection Agency relating to the definition of "waters of the United States" under the Clean Water Act. Environmental Protection 2015-07-07 2015-07-08 Referred to the Subcommittee on Water Resources and Environment. House Rep. Smith, Adrian [R-NE-3] NE R S001172 74 Nullifies the rule submitted by the U.S. Army Corps of Engineers and the Environmental Protection Agency relating to the definition of "waters of the United States" under the Clean Water Act and published on June 29, 2015. 2023-01-11T13:30:35Z  

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 1173.255ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API