documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "EPA-R09-OAR-2014-0813" 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 4
agency_id 1
- EPA 9
| 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-R09-OAR-2014-0813-0010 | EPA | None EPA-R09-OAR-2014-0813 | Designation of Areas for Air Quality Planning Purposes; California; San Joaquin Valley; Reclassification as Serious Non-Attainment for the 1997 PM2.5 Standards | Rule | 2015-04-07T04:00:00Z | 2015 | 4 | 2015-04-07T04:00:00Z | 2015-04-07T15:09:43Z | 2015-07765 | 0 | 0 | 0900006481a903c3 | ||
| EPA-R09-OAR-2014-0813-0007 | EPA | None EPA-R09-OAR-2014-0813 | 2015_0211 SJVAPCD Comments_Sadredin | Supporting & Related Material | 2015-03-30T04:00:00Z | 2015 | 3 | 2015-03-30T17:51:37Z | 0 | 0 | 0900006481a59876 | ||||
| EPA-R09-OAR-2014-0813-0008 | EPA | None EPA-R09-OAR-2014-0813 | 2015_0217 Email and Letter from Tejon Tribe | Supporting & Related Material | 2015-03-30T04:00:00Z | 2015 | 3 | 2015-03-30T17:51:44Z | 0 | 0 | 0900006481a59877 | ||||
| EPA-R09-OAR-2014-0813-0009 | EPA | None EPA-R09-OAR-2014-0813 | 2015_0219 Email from EPA to Tejon Tribe | Supporting & Related Material | 2015-03-30T04:00:00Z | 2015 | 3 | 2015-03-30T17:52:06Z | 0 | 0 | 0900006481a59878 | ||||
| EPA-R09-OAR-2014-0813-0006 | EPA | None EPA-R09-OAR-2014-0813 | 2015_0327 SJV Reclassification_Final Action_Prepublication version | Supporting & Related Material | 2015-03-30T04:00:00Z | 2015 | 3 | 2015-03-30T17:51:34Z | 0 | 0 | 0900006481a76b18 | ||||
| EPA-R09-OAR-2014-0813-0005 | EPA | None EPA-R09-OAR-2014-0813 | 2-12-15 Memo to File | Supporting & Related Material | 2015-02-12T05:00:00Z | 2015 | 2 | 2015-02-13T01:25:42Z | 0 | 0 | 0900006481a01a5d | ||||
| EPA-R09-OAR-2014-0813-0003 | EPA | None EPA-R09-OAR-2014-0813 | Designations of Areas for Air Quality Planning Purposes: California; San Joaquin Valley; Reclassification as Serious Nonattainment for the 1997 PM2.5 Standards; Designations of Areas for Air Quality Planning Purposes | Proposed Rule | 2015-01-12T05:00:00Z | 2015 | 1 | 2015-01-12T05:00:00Z | 2015-02-12T04:59:59Z | 2015-02-13T03:03:12Z | 2015-00309 | 0 | 0 | 09000064819c18a6 | |
| EPA-R09-OAR-2014-0813-0002 | EPA | None EPA-R09-OAR-2014-0813 | Documents Referenced in Proposed Rule | Supporting & Related Material | Report | 2014-12-22T05:00:00Z | 2014 | 12 | 2015-01-14T02:15:41Z | 0 | 0 | 090000648198cfb7 | |||
| EPA-R09-OAR-2014-0813-0001 | EPA | None EPA-R09-OAR-2014-0813 | Pre-publication version of Proposed Rule: Designation of Areas for Air Quality Planning Purposes; California; San Joaquin Valley; Reclassification as Serious Nonattainment for 1997 PM2.5 Standards | Other | Memorandum to Open a Docket | 2014-12-22T05:00:00Z | 2014 | 12 | 2014-12-22T05:00:00Z | 2015-01-14T02:15:40Z | 0 | 0 | 090000648198cfb4 |
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;