legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where bill_type = "hjres", congress = 112 and policy_area = "Environmental Protection" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: title, introduced_date, latest_action_date, latest_action_text, sponsor_name, sponsor_state, sponsor_party, sponsor_bioguide_id, cosponsor_count, summary_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 112-hjres-58 | 112 | hjres | 58 | Disapproving a rule submitted by the Environmental Protection Agency relating to "National Emission Standards for Hazardous Air Pollutants for Major Sources: Industrial, Commercial, and Institutional Boilers and Process Heaters". | Environmental Protection | 2011-05-11 | 2011-05-13 | Referred to the Subcommittee on Energy and Power. | House | Rep. Carter, John R. [R-TX-31] | TX | R | C001051 | 0 | Disapproves a rule submitted by the Environmental Protection Agency (EPA) relating to National Emission Standards for Hazardous Air Pollutants for Major Sources: Industrial, Commercial, and Institutional Boilers and Process Heaters. | 2019-11-15T21:19:13Z | |
| 112-hjres-59 | 112 | hjres | 59 | Disapproving a rule submitted by the Environmental Protection Agency relating to "National Emission Standards for Hazardous Air Pollutants for Area Sources: Industrial, Commercial, and Institutional Boilers". | Environmental Protection | 2011-05-11 | 2011-05-13 | Referred to the Subcommittee on Energy and Power. | House | Rep. Carter, John R. [R-TX-31] | TX | R | C001051 | 0 | Disapproves a rule submitted by the Environmental Protection Agency (EPA) relating to National Emission Standards for Hazardous Air Pollutants for Area Sources: Industrial, Commercial, and Institutional Boilers. | 2019-11-15T21:19:13Z | |
| 112-hjres-60 | 112 | hjres | 60 | Disapproving a rule submitted by the Environmental Protection Agency relating to "Standards of Performance for New Stationary Sources and Emission Guidelines for Existing Sources: Commercial and Industrial Solid Waste Incineration Units". | Environmental Protection | 2011-05-11 | 2011-05-13 | Referred to the Subcommittee on Energy and Power. | House | Rep. Carter, John R. [R-TX-31] | TX | R | C001051 | 0 | Disapproves the rule submitted by the Environmental Protection Agency (EPA) relating to Standards of Performance for New Stationary Sources and Emission Guidelines for Existing Sources: Commercial and Industrial Solid Waste Incineration Units. | 2019-11-15T21:19:13Z | |
| 112-hjres-61 | 112 | hjres | 61 | Disapproving a rule submitted by the Environmental Protection Agency relating to "Standards of Performance for New Stationary Sources and Emission Guidelines for Existing Sources: Sewage Sludge Incineration Units". | Environmental Protection | 2011-05-11 | 2011-05-13 | Referred to the Subcommittee on Energy and Power. | House | Rep. Carter, John R. [R-TX-31] | TX | R | C001051 | 0 | Disapproves the rule submitted by the Environmental Protection Agency (EPA) relating to Standards of Performance for New Stationary Sources and Emission Guidelines for Existing Sources: Sewage Sludge Incineration Units. | 2019-11-15T21:19:13Z | |
| 112-hjres-42 | 112 | hjres | 42 | Disapproving a rule submitted by the Environmental Protection Agency relating to the National Emission Standards for Hazardous Air Pollutants from the Portland Cement Manufacturing Industry and Standards of Performance for Portland Cement Plants. | Environmental Protection | 2011-02-18 | 2011-02-28 | Referred to the Subcommittee on Energy and Power. | House | Rep. Carter, John R. [R-TX-31] | TX | R | C001051 | 63 | Disapproves the rule submitted by the Environmental Protection Agency (EPA) relating to the National Emission Standards for Hazardous Air Pollutants from the Portland Cement Manufacturing Industry and Standards of Performance for Portland Cement Plants. | 2023-01-11T13:20:41Z | |
| 112-hjres-33 | 112 | hjres | 33 | Proposing an amendment the Constitution of the United States respecting the right to a clean, safe, and sustainable environment. | Environmental Protection | 2011-02-14 | 2011-02-28 | Referred to the Subcommittee on the Constitution. | House | Rep. Jackson, Jesse L., Jr. [D-IL-2] | IL | D | J000283 | 28 | Constitutional Amendment - Grants all persons the right to a clean, safe, and sustainable environment. | 2023-01-11T13:20:41Z | |
| 112-hjres-21 | 112 | hjres | 21 | Disapproving a rule submitted by the Environmental Protection Agency relating to "Approval and Promulgation of Implementation Plans; Texas; Revisions to the New Source Review (NSR) State Implementation Plan (SIP); Flexible Permits; Final Rule". | Environmental Protection | 2011-01-20 | 2011-02-01 | Referred to the Subcommittee on Energy and Power. | House | Rep. Carter, John R. [R-TX-31] | TX | R | C001051 | 0 | Disapproves and nullifies the rule submitted by the Environmental Protection Agency (EPA) relating to "Approval and Promulgation of Implementation Plans; Texas; Revisions to the New Source Review (NSR) State Implementation Plan (SIP); Flexible Permits; Final Rule" that was published on July 15, 2010. | 2023-01-11T13:21:05Z | |
| 112-hjres-9 | 112 | hjres | 9 | Disapproving a rule submitted by the Environmental Protection Agency relating to the National Emission Standards for Hazardous Air Pollutants from the Portland Cement Manufacturing Industry and Standards of Performance for Portland Cement Plants. | Environmental Protection | 2011-01-06 | 2011-02-01 | Referred to the Subcommittee on Energy and Power. | House | Rep. Carter, John R. [R-TX-31] | TX | R | C001051 | 36 | Disapproves the rule submitted by the Environmental Protection Agency (EPA) relating to the National Emission Standards for Hazardous Air Pollutants from the Portland Cement Manufacturing Industry and Standards of Performance for Portland Cement Plants. | 2023-01-11T13:21:05Z |
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);