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

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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: introduced_date (date), latest_action_date (date), update_date (date)

policy_area 1

  • Environmental Protection · 2 ✖

congress 1

  • 117 · 2 ✖

bill_type 1

  • hjres · 2 ✖
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
117-hjres-91 117 hjres 91 Providing for congressional disapproval under chapter 8 of title 5, United States Code, of the rule submitted by the Council on Environmental Quality relating to "National Environmental Policy Act Implementing Regulations Revisions". Environmental Protection 2022-07-19 2022-07-19 Referred to the House Committee on Natural Resources. House Rep. Graves, Garret [R-LA-6] LA R G000577 26 This joint resolution nullifies the final rule issued by the Council on Environmental Quality titled National Environmental Policy Act Implementing Regulations Revisions and published on April 20, 2022. The rule restores regulatory provisions issued under the National Environmental Policy Act of 1969 (NEPA) that were in effect before being modified in 2020 by the Update to the Regulations Implementing the Procedural Provisions of the National Environmental Policy Act rule. 2022-12-29T17:48:31Z  
117-hjres-34 117 hjres 34 Providing for congressional disapproval under chapter 8 of title 5, United States Code, of a rule submitted by the Environmental Protection Agency relating to "Oil and Natural Gas Sector: Emission Standards for New, Reconstructed, and Modified Sources Review". Environmental Protection 2021-03-26 2021-06-17 Placed on the Union Calendar, Calendar No. 45. House Rep. DeGette, Diana [D-CO-1] CO D D000197 32 This joint resolution nullifies the Oil and Natural Gas Sector: Emission Standards for New, Reconstructed, and Modified Sources Review rule published by the Environmental Protection Agency on September 14, 2020. The rule finalized amendments to new source performance standards under the Clean Air Act for the oil and natural gas sector, such as an amendment that removed limitations on methane emissions from such sector. 2023-03-08T20:11:59Z  

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