documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where docket_id = "EPA-R05-OAR-2012-0649" and posted_year = 2015 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-R05-OAR-2012-0649-0093 | EPA | None EPA-R05-OAR-2012-0649 | Hay et al (2005b) | Supporting & Related Material | Report | 2015-02-18T05:00:00Z | 2015 | 2 | 2015-02-18T17:42:46Z | 0 | 0 | 090000648138a31e | |||
| EPA-R05-OAR-2012-0649-0096 | EPA | None EPA-R05-OAR-2012-0649 | EPA May 6, 2009 Internal Memorandum on Veolia's 2008 Test Results | Supporting & Related Material | Report | 2015-02-18T05:00:00Z | 2015 | 2 | 2015-02-18T17:42:49Z | 0 | 0 | 09000064813bc511 | |||
| EPA-R05-OAR-2012-0649-0087 | EPA | None EPA-R05-OAR-2012-0649 | Pall Corporation Comments on the Secondary Lead Smelter MACT Rule | Supporting & Related Material | Report | 2015-02-18T05:00:00Z | 2015 | 2 | 2015-02-18T17:42:45Z | 0 | 0 | 090000648137a2d4 | |||
| EPA-R05-OAR-2012-0649-0088 | EPA | None EPA-R05-OAR-2012-0649 | Veolia's Notification of Compliance (NOC), Dated March 16, 2010 | Supporting & Related Material | Report | 2015-02-18T05:00:00Z | 2015 | 2 | 2015-02-18T17:42:45Z | 0 | 0 | 090000648137a32e | |||
| EPA-R05-OAR-2012-0649-0089 | EPA | None EPA-R05-OAR-2012-0649 | SBIR Phase I Final Report: Feasibility of Monitoring Heavy Metal Emissions from a Coal-Fired Thermal Hazardous Waste Incinerator Using a Multi-Metal Continuous Emissions Monitor | Supporting & Related Material | Report | 2015-02-18T05:00:00Z | 2015 | 2 | 2015-02-18T17:42:47Z | 0 | 0 | 090000648137a330 | |||
| EPA-R05-OAR-2012-0649-0085 | EPA | None EPA-R05-OAR-2012-0649 | Appendix to the Lilly AMP: Method 301 Evaluation Report | Supporting & Related Material | Report | 2015-02-18T05:00:00Z | 2015 | 2 | 2015-02-18T17:42:45Z | 0 | 0 | 090000648137a2d1 | |||
| EPA-R05-OAR-2012-0649-0086 | EPA | None EPA-R05-OAR-2012-0649 | Lilly AMP Approval Letter | Supporting & Related Material | Report | 2015-02-18T05:00:00Z | 2015 | 2 | 2015-02-18T17:42:45Z | 0 | 0 | 090000648137a2d2 | |||
| EPA-R05-OAR-2012-0649-0094 | EPA | None EPA-R05-OAR-2012-0649 | Veolia's Letter Dated March 26, 2009 | Supporting & Related Material | Report | 2015-02-18T05:00:00Z | 2015 | 2 | 2015-02-18T17:42:45Z | 0 | 0 | 090000648138d16f | |||
| EPA-R05-OAR-2012-0649-0092 | EPA | None EPA-R05-OAR-2012-0649 | Cooper Environmental Services Email of June 26, 2013 on the Xact Multi-Metals CEMS | Supporting & Related Material | Report | 2015-02-18T05:00:00Z | 2015 | 2 | 2015-02-18T17:42:45Z | 0 | 0 | 090000648137a46f | |||
| EPA-R05-OAR-2012-0649-0084 | EPA | None EPA-R05-OAR-2012-0649 | Eli Lilly Alternative Monitoring Petition (AMP) | Supporting & Related Material | Report | 2015-02-18T05:00:00Z | 2015 | 2 | 2015-02-18T17:42:48Z | 0 | 0 | 090000648137a2cf | |||
| EPA-R05-OAR-2012-0649-0090 | EPA | None EPA-R05-OAR-2012-0649 | EPA Region 3 Memo on Use of Draft Performance Specifications | Supporting & Related Material | Report | 2015-02-18T05:00:00Z | 2015 | 2 | 2015-02-18T17:42:49Z | 0 | 0 | 090000648137a331 | |||
| EPA-R05-OAR-2012-0649-0091 | EPA | None EPA-R05-OAR-2012-0649 | Cooper Environmental Services Emails of July 17-18, 2013 on the Xact Multi-Metals CEMS | Supporting & Related Material | Report | 2015-02-18T05:00:00Z | 2015 | 2 | 2015-02-18T17:42:47Z | 0 | 0 | 090000648137a335 | |||
| EPA-R05-OAR-2012-0649-0095 | EPA | None EPA-R05-OAR-2012-0649 | Human Health Risk Screening and Recommendations For Veolia, May 2007 | Supporting & Related Material | Report | 2015-02-18T05:00:00Z | 2015 | 2 | 2015-02-18T17:42:49Z | 0 | 0 | 0900006481394838 |
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;