documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-R03-OAR-2013-0690" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- EPA 7
| 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-R03-OAR-2013-0690-0007 | EPA | None EPA-R03-OAR-2013-0690 | Air Quality State Implementation Plans; Approval and Promulgation: West Virginia; Redesignation Request and Associated Maintenance Plan of the West Virginia Portion of the Martinsburg-Hagerstown, WV-MD Nonattainment Area for the 1997 Annual Fine Particulate Matter Standard; Correction | Rule | 2015-02-13T05:00:00Z | 2015 | 2 | 2015-02-13T05:00:00Z | 2015-02-13T14:49:55Z | 2015-02851 | 0 | 0 | 0900006481a024e0 | ||
| EPA-R03-OAR-2013-0690-0006 | EPA | None EPA-R03-OAR-2013-0690 | Air Quality State Implementation Plans; Approval and Promulgation: West Virginia; Redesignation Requests, Associated Maintenance Plan, etc. | Rule | 2014-11-25T05:00:00Z | 2014 | 11 | 2014-11-25T14:39:21Z | 2014-27751 | 0 | 0 | 0900006481944ab7 | |||
| EPA-R03-OAR-2013-0690-0003 | EPA | None EPA-R03-OAR-2013-0690 | Technical Support Document for the Martinsburg 1997 PM2.5 NAAQS - Emissions Inventory | Supporting & Related Material | Technical Support Document | 2014-05-05T04:00:00Z | 2014 | 5 | 2014-05-05T13:57:57Z | 0 | 0 | 0900006481547ae2 | |||
| EPA-R03-OAR-2013-0690-0004 | EPA | None EPA-R03-OAR-2013-0690 | Technical Support Document for the Martinsburg 1997 PM2.5 NAAQS - MVEB Adequacy | Supporting & Related Material | 2014-05-05T04:00:00Z | 2014 | 5 | 2014-05-05T13:58:01Z | 0 | 0 | 0900006481547ae4 | ||||
| EPA-R03-OAR-2013-0690-0001 | EPA | None EPA-R03-OAR-2013-0690 | Air Quality State Implementation Plans; Approval and Promulgation: West Virginia Portion of the Martinsburg-Hagerstown, WV-MD Nonattainment Area for the 1997 Annual Fine Particulate Matter Standard | Proposed Rule | 2014-05-05T04:00:00Z | 2014 | 5 | 2014-05-05T04:00:00Z | 2014-06-05T03:59:59Z | 2014-05-05T13:57:44Z | 2014-10212 | 0 | 0 | 09000064816e14f9 | |
| EPA-R03-OAR-2013-0690-0002 | EPA | None EPA-R03-OAR-2013-0690 | Completeness Letter | Supporting & Related Material | Letter | 2014-05-05T04:00:00Z | 2014 | 5 | 2014-05-05T13:57:53Z | 0 | 0 | 0900006481547ae0 | |||
| EPA-R03-OAR-2013-0690-0005 | EPA | None EPA-R03-OAR-2013-0690 | State Submittal - WV Redesignation Request & Maintenance Plan for Martinsburg-Hagerstown, WV-MD 1997 PM2.5 Nonattainment Area | Supporting & Related Material | State/Tribal Submittal | 2014-05-05T04:00:00Z | 2014 | 5 | 2014-05-05T13:58:06Z | 0 | 0 | 090000648165dd15 |
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;