documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-R10-OAR-2013-0002" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- EPA 8
| 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-R10-OAR-2013-0002-0008 | EPA | None EPA-R10-OAR-2013-0002 | Air Quality State Implementation Plans; Approvals and Promulgations: Franklin County, ID; Fine Particulate Matter Control Measures | Rule | 2014-03-25T04:00:00Z | 2014 | 3 | 2014-03-25T04:00:00Z | 2014-03-25T17:24:04Z | 2014-06352 | 0 | 0 | 090000648167c7bc | ||
| EPA-R10-OAR-2013-0002-0004 | EPA | None EPA-R10-OAR-2013-0002 | 004_state submittal_Appendices C through F | Supporting & Related Material | 2013-12-27T05:00:00Z | 2013 | 12 | 2014-01-10T17:24:12Z | 0 | 0 | 09000064814be27b | ||||
| EPA-R10-OAR-2013-0002-0001 | EPA | None EPA-R10-OAR-2013-0002 | 001_state submittal_December 14 2012 cover letter | Supporting & Related Material | 2013-12-27T05:00:00Z | 2013 | 12 | 2013-12-27T18:55:12Z | 0 | 0 | 09000064814be1a7 | ||||
| EPA-R10-OAR-2013-0002-0006 | EPA | None EPA-R10-OAR-2013-0002 | 006_state submittal_May 14Cache Valley PM2_5 SIP page 47-48 | Supporting & Related Material | 2013-12-27T05:00:00Z | 2013 | 12 | 2014-01-10T17:25:00Z | 0 | 0 | 09000064814be27d | ||||
| EPA-R10-OAR-2013-0002-0002 | EPA | None EPA-R10-OAR-2013-0002 | 002_state submittal_Cache Valley PM2_5 SIPbody final | Supporting & Related Material | 2013-12-27T05:00:00Z | 2013 | 12 | 2014-01-10T17:24:59Z | 0 | 0 | 09000064814be279 | ||||
| EPA-R10-OAR-2013-0002-0005 | EPA | None EPA-R10-OAR-2013-0002 | 005_state submittal_MVEB correction email May 15 2013 | Supporting & Related Material | 2013-12-27T05:00:00Z | 2013 | 12 | 2014-01-10T17:24:59Z | 0 | 0 | 09000064814be27c | ||||
| EPA-R10-OAR-2013-0002-0003 | EPA | None EPA-R10-OAR-2013-0002 | 003_state submittal_Appendices A and B | Supporting & Related Material | 2013-12-27T05:00:00Z | 2013 | 12 | 2014-01-10T17:24:43Z | 0 | 0 | 09000064814be27a | ||||
| EPA-R10-OAR-2013-0002-0007 | EPA | None EPA-R10-OAR-2013-0002 | Air Quality State Implementation Plans; Revisions: Idaho; Approval of Fine Particulate Matter Control Measures; Franklin County | Proposed Rule | 2013-12-26T05:00:00Z | 2013 | 12 | 2013-12-26T05:00:00Z | 2014-01-28T04:59:59Z | 2013-12-27T18:55:35Z | 2013-30857 | 0 | 0 | 09000064814dc9ef |
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;