documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OAR-2006-0790" and posted_year = 2012 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, last_modified, posted_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-2491 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | API / NPRA Supplement to request for administrative reconsideration | Supporting & Related Material | Letter | 2012-10-02T04:00:00Z | 2012 | 10 | 2012-10-02T14:57:36Z | 0 | 0 | 090000648112fdf8 | |||
| EPA-HQ-OAR-2006-0790-2487 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | D. Harman, obo trade associations listed, to USEPA. Petition for Administrative Reconsideration and for Admendment of the Industrial Boiler MACT, Industrial Boiler GACT and CISWI Rules | Supporting & Related Material | Letter | 2012-10-02T04:00:00Z | 2012 | 10 | 2012-10-02T10:50:16Z | 0 | 0 | 090000648105954e | |||
| EPA-HQ-OAR-2006-0790-2489 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | M. Crockett, Alaska Oil and Gas, to USEPA. Petition for Reconsideration - 40 CFR 63 Subpart JJJJJJ Standards for Hazardous Air Pollutants for Area Sources: Industrial, Commercial, and Institutional Boilers | Supporting & Related Material | Letter | 2012-10-02T04:00:00Z | 2012 | 10 | 2012-10-02T10:50:17Z | 0 | 0 | 090000648105979d | |||
| EPA-HQ-OAR-2006-0790-2490 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | R. Bessette, CIBO, to USEPA. Petition for Reconsideration of the National Emission Standards for Hazardous Air Pollutants for Area Sources: Industrial, Commercial, and Institutional Boilers | Supporting & Related Material | Letter | 2012-10-02T04:00:00Z | 2012 | 10 | 2012-10-02T14:57:35Z | 0 | 0 | 090000648105979e | |||
| EPA-HQ-OAR-2006-0790-2488 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | American Iron and Steel Institute and American Coke and Coal Chemicals Institute to USEPA, Petition for Administrative Reconsideration and Amendment of Boiler MACT, Boiler GACT and CISWI Rules | Supporting & Related Material | Letter | 2012-10-02T04:00:00Z | 2012 | 10 | 2012-10-02T10:50:17Z | 0 | 0 | 090000648105979c | |||
| EPA-HQ-OAR-2006-0790-2486 | EPA | NESHAP for Industrial, Commercial, and Institutional Boiler Area Sources EPA-HQ-OAR-2006-0790 | A. Edmonson, Washington Department of Ecology, to EPA. Petition to review the work practice standards | Supporting & Related Material | Letter | 2012-10-01T04:00:00Z | 2012 | 10 | 2012-10-01T19:44:03Z | 0 | 0 | 090000648105979f |
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);