documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "EPA-HQ-OAR-2002-0045" and posted_year = 2003 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, 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-2002-0045-0016 | EPA | National Emission Standards for Hazardous Air Pollutants for Chemical Recovery Sources at Kraft, Soda, Sulfite, and Stand-Alone Semichemical Pulp Mills Legacy Docket ID #: A-94-67 EPA-HQ-OAR-2002-0045 | National Emission Standards for Hazardous Air Pollutants for Chemical Recovery Combustion Sources at Kraft, Soda, Sulfite, and Stand-Alone Semichemical Pulp Mills; Final rule, technical corrections | Rule | Federal Register Document | 2003-12-05T05:00:00Z | 2003 | 12 | 2017-04-13T22:25:07Z | 03-30265 | 0 | 0 | 09000064800bbaaa | ||
| EPA-HQ-OAR-2002-0045-0012 | EPA | National Emission Standards for Hazardous Air Pollutants for Chemical Recovery Sources at Kraft, Soda, Sulfite, and Stand-Alone Semichemical Pulp Mills Legacy Docket ID #: A-94-67 EPA-HQ-OAR-2002-0045 | Email to Steven Silverman, R. Nicholson and T. Holloway from Jeff Telander, EPA regarding phone call with Georgia Pacific [A-94-67-VI-B-21] | Supporting & Related Material | Letter, Memorandum, Email | 2003-10-20T04:00:00Z | 2003 | 10 | 2017-04-13T22:04:49Z | 0 | 0 | 09000064800bba88 | |||
| EPA-HQ-OAR-2002-0045-0013 | EPA | National Emission Standards for Hazardous Air Pollutants for Chemical Recovery Sources at Kraft, Soda, Sulfite, and Stand-Alone Semichemical Pulp Mills Legacy Docket ID #: A-94-67 EPA-HQ-OAR-2002-0045 | Email to R.L. Nicholson, Research Triangle Institute and T. Holloway of Research Triangle Institute, from Jeff Telander, Minerals and Inorganic Chemicals Group, Emissions Standards Division, Office of Air Quality Planning and Standards [A-94-67-VI-B-22] | Supporting & Related Material | Letter, Memorandum, Email | 2003-10-20T04:00:00Z | 2003 | 10 | 2017-04-13T22:05:25Z | 0 | 0 | 09000064800bba8e | |||
| EPA-HQ-OAR-2002-0045-0006 | EPA | National Emission Standards for Hazardous Air Pollutants for Chemical Recovery Sources at Kraft, Soda, Sulfite, and Stand-Alone Semichemical Pulp Mills Legacy Docket ID #: A-94-67 EPA-HQ-OAR-2002-0045 | National Emission Standards for Hazardous Air Pollutants for Chemical Recovery Sources at Kraft, Soda, Sulfite, and Stand-Alone Semichemical Pulp Mills, Final Rule [A-94-67-VI-C-4] | Rule | Federal Register Document | 2003-07-18T04:00:00Z | 2003 | 7 | 2017-04-13T22:20:35Z | 03-18001 | 0 | 0 | 09000064800bba59 | ||
| EPA-HQ-OAR-2002-0045-0018 | EPA | National Emission Standards for Hazardous Air Pollutants for Chemical Recovery Sources at Kraft, Soda, Sulfite, and Stand-Alone Semichemical Pulp Mills Legacy Docket ID #: A-94-67 EPA-HQ-OAR-2002-0045 | Legacy Index for Docket A-94-67. Please see attachment for updated Index | Supporting & Related Material | Index | 2003-03-20T05:00:00Z | 2003 | 3 | 2017-04-13T22:07:17Z | 0 | 0 | 09000064800bbabb |
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;