documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where agency_id = "EPA" and docket_id = "EPA-HQ-OAR-2016-0691" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), last_modified (date)
document_type 2
agency_id 1
- EPA · 4 ✖
| 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-2016-0691-0004 | EPA | Response to the November Section 126 Petition From Delaware EPA-HQ-OAR-2016-0691 | Letter from The Adirondack Council et al. to Administrator Pruitt submitted via email on April 25, 2017, regarding pending "Good Neighbor" Petitions from Connecticut, Delaware and Maryland | Supporting & Related Material | Letter | 2017-05-04T04:00:00Z | 2017 | 5 | 2017-05-28T04:22:50Z | 0 | 0 | 090000648258bddf | |||
| EPA-HQ-OAR-2016-0691-0002 | EPA | Response to the November Section 126 Petition From Delaware EPA-HQ-OAR-2016-0691 | Memorandum Dated August 6, 2015, to Zachery Fabish, Josh Berman, and Josh Stebbins, Sierra Club From Kenneth Graig and Stephen B. Reid, Sonoma Technology, Inc. Regarding Ozone Impacts from Brunner Island Power Plant in 2011 | Supporting & Related Material | Memorandum | 2016-12-30T05:00:00Z | 2016 | 12 | 2016-12-31T01:53:32Z | 0 | 0 | 090000648243fbb2 | |||
| EPA-HQ-OAR-2016-0691-0003 | EPA | Response to the November Section 126 Petition From Delaware EPA-HQ-OAR-2016-0691 | Letter Dated November 1, 2016, from David S. Small, Secretary, State of Delaware, Department of Natural Resources and Environmental Control, to G. McCarthy, Administrator, USEPA Submitting Clean Air Act Section 126 Petition | Supporting & Related Material | Letter | 2016-12-30T05:00:00Z | 2016 | 12 | 2016-12-31T01:53:37Z | 0 | 0 | 090000648243fbb4 | |||
| EPA-HQ-OAR-2016-0691-0001 | EPA | Response to the November Section 126 Petition From Delaware EPA-HQ-OAR-2016-0691 | Air Quality State Implementation Plans; Approvals and Promulgations: Extension of Deadline for Action on November 2016 Section 126 Petition from Delaware | Rule | Final Rule | 2016-12-29T05:00:00Z | 2016 | 12 | 2016-12-29T16:25:11Z | 2016-31256 | 0 | 0 | 090000648243d353 |
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);