legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where bill_type = "sjres", congress = 114 and policy_area = "Environmental Protection" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: introduced_date, latest_action_date, latest_action_text, update_date, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 114-sjres-25 | 114 | sjres | 25 | A joint resolution 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-17 | 2015-11-17 | Read twice and referred to the Committee on Environment and Public Works. | Senate | Sen. Flake, Jeff [R-AZ] | AZ | R | F000444 | 34 | 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:32:32Z | |
| 114-sjres-23 | 114 | sjres | 23 | A joint resolution 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 | 2016-01-11 | Veto message received in Senate. Ordered held at the desk. (text of veto message: CR 01/11/2016 S28-29) | Senate | Sen. McConnell, Mitch [R-KY] | KY | R | M000355 | 47 | (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:30Z | |
| 114-sjres-24 | 114 | sjres | 24 | A joint resolution 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 | 2016-01-11 | Veto message received in Senate. Ordered held at the desk. (text of veto message: CR 01/11/2016 S28-29) | Senate | Sen. Capito, Shelley Moore [R-WV] | WV | R | C001047 | 48 | (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:30Z | |
| 114-sjres-22 | 114 | sjres | 22 | A joint resolution providing for congressional disapproval under chapter 8 of title 5, United States Code, of the rule submitted by the Corps of Engineers and the Environmental Protection Agency relating to the definition of "waters of the United States" under the Federal Water Pollution Control Act. | Environmental Protection | 2015-09-17 | 2016-01-21 | Veto message indefinitely postponed by Senate by Unanimous Consent. (consideration: CR S147) | Senate | Sen. Ernst, Joni [R-IA] | IA | R | E000295 | 49 | (This measure has not been amended since it was introduced. The summary of that version is repeated here.) This joint resolution 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:29:43Z |
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);