legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where bill_type = "sjres", congress = 117 and policy_area = "Environmental Protection" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: introduced_date (date), latest_action_date (date), update_date (date)
| 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-sjres-55 | 117 | sjres | 55 | A joint resolution 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-13 | 2022-09-21 | Star Print ordered on the joint resolution. | Senate | Sen. Sullivan, Dan [R-AK] | AK | R | S001198 | 49 | 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-29T19:18:37Z | |
| 117-sjres-14 | 117 | sjres | 14 | A joint resolution providing for congressional disapproval under chapter 8 of title 5, United States Code, of the 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-25 | 2021-06-30 | Became Public Law No: 117-23. | Senate | Sen. Heinrich, Martin [D-NM] | NM | D | H001046 | 23 | 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:12:01Z |
Advanced export
JSON shape: default, array, newline-delimited, object
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);