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-2003-0048" and posted_year = 2006 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_month, 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-2003-0048-0359 | EPA | NESHAP: Plywood and Composite Wood Products Legacy Docket ID #: A-98-44 EPA-HQ-OAR-2003-0048 | E-mail correspondence between Edmond Toy, Office of Management and Budget (OMB), and Mary Kissell, USEPA/ESD | Supporting & Related Material | Letter, Memorandum, Email | 2006-04-17T04:00:00Z | 2006 | 4 | 2006-09-02T14:26:50Z | 0 | 0 | 090000648015dad7 | |||
| EPA-HQ-OAR-2003-0048-0358 | EPA | NESHAP: Plywood and Composite Wood Products Legacy Docket ID #: A-98-44 EPA-HQ-OAR-2003-0048 | National Emission Standards for Hazardous Air Pollutants: Plywood and Composite Wood Products; List of Hazardous Air Pollutants, Lesser Quantity Designations, Source Category List | Rule | Federal Register Document | 2006-02-16T14:34:12Z | 2006 | 2 | 2011-06-11T15:59:11Z | 06-01071 | 0 | 0 | 09000064801323bc | ||
| EPA-HQ-OAR-2003-0048-0357 | EPA | NESHAP: Plywood and Composite Wood Products Legacy Docket ID #: A-98-44 EPA-HQ-OAR-2003-0048 | Memorandum to Docket EPA-HQ-OAR-2003-0048 from M.T. Kissell (USEPA). Telecon with Wallace Pitts (NC-DENR) Regarding Possible Changes to the PCWP MACT | Supporting & Related Material | Meeting/Teleconference Materials | 2006-02-15T19:49:40Z | 2006 | 2 | 2006-09-02T14:26:50Z | 0 | 0 | 09000064801233c7 | |||
| EPA-HQ-OAR-2003-0048-0352 | EPA | NESHAP: Plywood and Composite Wood Products Legacy Docket ID #: A-98-44 EPA-HQ-OAR-2003-0048 | Email to Scott Jenkins, USEPA, from Edmond Toy, OMB, re: Questions about clarifying memo for the ecological assessment | Supporting & Related Material | Office of Management and Budget (OMB) | 2006-02-01T21:05:43Z | 2006 | 2 | 2006-09-02T14:26:50Z | 0 | 0 | 09000064801235f8 | |||
| EPA-HQ-OAR-2003-0048-0329 | EPA | NESHAP: Plywood and Composite Wood Products Legacy Docket ID #: A-98-44 EPA-HQ-OAR-2003-0048 | Email correspondence between Edmond Toy, Office of Management and Budget, and Mary Kissell, USEPA/ESD re: Public comments on PCWP reconsideration/proposed amendments | Supporting & Related Material | Office of Management and Budget (OMB) | 2006-02-01T16:10:07Z | 2006 | 2 | 2006-09-02T14:26:49Z | 0 | 0 | 09000064801230f7 | |||
| EPA-HQ-OAR-2003-0048-0309 | EPA | NESHAP: Plywood and Composite Wood Products Legacy Docket ID #: A-98-44 EPA-HQ-OAR-2003-0048 | E-mail to Chuck Rollins, P.E., H. M. Rollins Co., Inc., from Mary Kissell, USEPA/ESD re: Response to questions about development of emissions factors in Table 2A to Appendix B | Supporting & Related Material | Letter, Memorandum, Email | 2006-01-31T17:14:46Z | 2006 | 1 | 2006-09-02T14:26:48Z | 0 | 0 | 0900006480122027 |
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;