documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "EPA-HQ-OAR-2006-0790" and posted_year = 2015 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2006-0790-2527 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | National Emission Standards for Hazardous Air Pollutants for Area Sources: Industrial, Commercial, and Institutional Boilers | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2015-01-21T05:00:00Z | 2015 | 1 | 2015-01-21T05:00:00Z | 2015-03-10T03:59:59Z | 2015-03-21T02:10:14Z | 2014-30388 | 0 | 0 | 09000064819d5a12 |
| EPA-HQ-OAR-2006-0790-2530 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | Email from A. Marshall, URS, to J. Eddinger, EPA, 07/10/2014, Update on boiler startup information | Supporting & Related Material | 2015-01-21T05:00:00Z | 2015 | 1 | 2015-01-21T15:59:52Z | 0 | 0 | 0900006481928652 | ||||
| EPA-HQ-OAR-2006-0790-2533 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | National Emission Standards for Hazardous Air Pollutants for Reciprocating Internal Combustion Engines; New Source Performance Standards for Stationary Internal Combustion Engines; Final Rule FR Notice_01-30-2013 | Supporting & Related Material | Publication - Previous/Related FR Notice | 2015-01-21T05:00:00Z | 2015 | 1 | 2015-01-21T15:59:55Z | 0 | 0 | 0900006481928657 | |||
| EPA-HQ-OAR-2006-0790-2534 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | Email from P. Miller, NESCAUM, to M. King, EPA, 10/11/2012, ULSD information | Supporting & Related Material | 2015-01-21T05:00:00Z | 2015 | 1 | 2015-01-21T15:59:55Z | 0 | 0 | 0900006481928e71 | ||||
| EPA-HQ-OAR-2006-0790-2528 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | Email from B. Bessette, CIBO, to B.Wayland, EPA, 05/06/2014, Industrial Boiler Startup Information | Supporting & Related Material | 2015-01-21T05:00:00Z | 2015 | 1 | 2015-01-21T15:59:49Z | 0 | 0 | 09000064819274ff | ||||
| EPA-HQ-OAR-2006-0790-2529 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | Email from R. Forte, EPA, to J. Eddinger, EPA, 05/07/2014, Startups for industrial units | Supporting & Related Material | 2015-01-21T05:00:00Z | 2015 | 1 | 2015-01-21T15:59:51Z | 0 | 0 | 0900006481928635 | ||||
| EPA-HQ-OAR-2006-0790-2532 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | National Emission Standards for Hazardous Air Pollutants for Major Sources: Industrial, Commercial, and Institutional Boilers and Process Heaters; Final Rule FR Notice_01-31-2013 | Supporting & Related Material | Publication - Previous/Related FR Notice | 2015-01-21T05:00:00Z | 2015 | 1 | 2015-01-21T15:59:54Z | 0 | 0 | 0900006481928655 | |||
| EPA-HQ-OAR-2006-0790-2535 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | NYSERDA Final Report 10-31, Determination of Sulfur and Toxic Metals Content of Distillates and Residual Oil in the State of New York, December 2010 | Supporting & Related Material | Report | 2015-01-21T05:00:00Z | 2015 | 1 | 2015-01-21T15:59:56Z | 0 | 0 | 0900006481928e77 | |||
| EPA-HQ-OAR-2006-0790-2531 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | Assessment of Startup Period at Coal-Fired Electric Generating Units, November 2014 | Supporting & Related Material | Publication - USEPA | 2015-01-21T05:00:00Z | 2015 | 1 | 2015-01-21T15:59:53Z | 0 | 0 | 0900006481928654 | |||
| EPA-HQ-OAR-2006-0790-2536 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | Redline-Strikeout of Rule: November 2014 Reconsideration Proposed Changes Compared to February 2013 Final Rule | Supporting & Related Material | Publication - Previous/Related FR Notice | 2015-01-21T05:00:00Z | 2015 | 1 | 2015-01-21T15:59:57Z | 0 | 0 | 0900006481942419 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;