home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

11 rows where docket_id = "EPA-HQ-OAR-2004-0490" and posted_year = 2012 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 9
  • Proposed Rule 2

posted_year 1

  • 2012 · 11 ✖

agency_id 1

  • EPA 11
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
EPA-HQ-OAR-2004-0490-0342 EPA Standards of Performance for Stationary Combustion Turbines EPA-HQ-OAR-2004-0490 Standards of Performance for Stationary Gas Turbines; Standards of Performance for Stationary Combustion Turbines; Extension of the Comment Period Proposed Rule Extension of Comment Period 2012-10-26T04:00:00Z 2012 10     2012-11-01T14:52:37Z 2012-26206 0 0 0900006481151b74
EPA-HQ-OAR-2004-0490-0331 EPA Standards of Performance for Stationary Combustion Turbines EPA-HQ-OAR-2004-0490 Title V Memorandum June, 2002 Supporting & Related Material Memorandum 2012-08-29T04:00:00Z 2012 8     2012-08-29T13:27:01Z   0 0 0900006481076434
EPA-HQ-OAR-2004-0490-0333 EPA Standards of Performance for Stationary Combustion Turbines EPA-HQ-OAR-2004-0490 Environmental Justice Memorandum April, 2012 Supporting & Related Material Memorandum 2012-08-29T04:00:00Z 2012 8     2012-08-29T13:27:01Z   0 0 0900006481076438
EPA-HQ-OAR-2004-0490-0336 EPA Standards of Performance for Stationary Combustion Turbines EPA-HQ-OAR-2004-0490 Memorandum to Combustion Turbine NSPS Docket (EPA-HQ-OAR-2004-0490) from USEPA/OAQPS on June 2012 Supporting & Related Material Memorandum 2012-08-29T04:00:00Z 2012 8     2012-08-29T13:27:01Z   0 0 09000064810f4201
EPA-HQ-OAR-2004-0490-0330 EPA Standards of Performance for Stationary Combustion Turbines EPA-HQ-OAR-2004-0490 Electronic Data Submittal Reporting Memorandum June 2012 Supporting & Related Material Memorandum 2012-08-29T04:00:00Z 2012 8     2012-08-29T13:27:00Z   0 0 0900006481076433
EPA-HQ-OAR-2004-0490-0332 EPA Standards of Performance for Stationary Combustion Turbines EPA-HQ-OAR-2004-0490 Economice Impact Analysis (EIA) Memorandum May 2012 Supporting & Related Material Memorandum 2012-08-29T04:00:00Z 2012 8     2012-08-29T13:27:01Z   0 0 0900006481076437
EPA-HQ-OAR-2004-0490-0334 EPA Standards of Performance for Stationary Combustion Turbines EPA-HQ-OAR-2004-0490 Low Btu Gas Memorandum June, 2012 Supporting & Related Material Memorandum 2012-08-29T04:00:00Z 2012 8     2012-08-29T13:27:01Z   0 0 090000648107643a
EPA-HQ-OAR-2004-0490-0335 EPA Standards of Performance for Stationary Combustion Turbines EPA-HQ-OAR-2004-0490 Memorandum to Combustion Turbine NSPS Docket (EPA-HQ-OAR-2004-0490) from USEPA/OAQPS on June 2012 Supporting & Related Material Memorandum 2012-08-29T04:00:00Z 2012 8     2012-08-29T13:27:01Z   0 0 09000064810f2bd2
EPA-HQ-OAR-2004-0490-0329 EPA Standards of Performance for Stationary Combustion Turbines EPA-HQ-OAR-2004-0490 Malfunction Affirmative Defense Memorandum, June 2012 Supporting & Related Material Memorandum 2012-08-29T04:00:00Z 2012 8     2012-08-29T13:27:00Z   0 0 0900006481076432
EPA-HQ-OAR-2004-0490-0327 EPA Standards of Performance for Stationary Combustion Turbines EPA-HQ-OAR-2004-0490 Standards of Performance for Stationary Gas Turbines; Standards of Performance for Stationary Combustion Turbines Proposed Rule Notice of Proposed Rulemaking (NPRM) 2012-08-29T04:00:00Z 2012 8 2012-08-29T04:00:00Z 2012-12-29T04:59:59Z 2013-11-13T18:33:43Z 2012-20524 0 0 09000064810f80a3
EPA-HQ-OAR-2004-0490-0328 EPA Standards of Performance for Stationary Combustion Turbines EPA-HQ-OAR-2004-0490 Meetings with Outside Entities Memo Supporting & Related Material Memorandum 2012-08-29T04:00:00Z 2012 8     2012-08-29T13:27:00Z   0 0 09000064810763c2

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 2023.56ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API