documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "EPA-R10-OAR-2015-0398" 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 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-R10-OAR-2015-0398-0010 | EPA | None EPA-R10-OAR-2015-0398 | Approval of Regional Haze BART Alternative Measure: Washington | Rule | 2016-02-16T05:00:00Z | 2016 | 2 | 2016-02-16T05:00:00Z | 2016-02-19T18:54:23Z | 2016-02953 | 0 | 0 | 0900006481e6e424 | ||
| EPA-R10-OAR-2015-0398-0003 | EPA | None EPA-R10-OAR-2015-0398 | 102_20150509-EcologySIPLetterToEPA | Supporting & Related Material | 2015-11-16T05:00:00Z | 2015 | 11 | 2015-11-17T01:41:19Z | 0 | 0 | 0900006481b1dcfb | ||||
| EPA-R10-OAR-2015-0398-0001 | EPA | None EPA-R10-OAR-2015-0398 | Air Quality State Implementation Plans; Approvals and Promulgations: Washington; Approval of Regional Haze BART Alternative Measure | Proposed Rule | 2015-11-16T05:00:00Z | 2015 | 11 | 2015-11-16T05:00:00Z | 2015-12-17T04:59:59Z | 2015-12-11T22:00:40Z | 2015-29175 | 0 | 0 | 0900006481d485a2 | |
| EPA-R10-OAR-2015-0398-0004 | EPA | None EPA-R10-OAR-2015-0398 | 103_20150509SIPAdoptionOrder | Supporting & Related Material | 2015-11-16T05:00:00Z | 2015 | 11 | 2015-11-17T01:41:28Z | 0 | 0 | 0900006481b1dcfc | ||||
| EPA-R10-OAR-2015-0398-0005 | EPA | None EPA-R10-OAR-2015-0398 | 104_BPB104_RTComplianceOrder7836-Rev2-Signature final_05132015 | Supporting & Related Material | 2015-11-16T05:00:00Z | 2015 | 11 | 2015-11-17T01:41:46Z | 0 | 0 | 0900006481b1e132 | ||||
| EPA-R10-OAR-2015-0398-0007 | EPA | None EPA-R10-OAR-2015-0398 | 106_LegalNotice | Supporting & Related Material | 2015-11-16T05:00:00Z | 2015 | 11 | 2015-11-17T01:42:12Z | 0 | 0 | 0900006481b1e134 | ||||
| EPA-R10-OAR-2015-0398-0008 | EPA | None EPA-R10-OAR-2015-0398 | 107_Revision2-to-SIPCrosswalk | Supporting & Related Material | 2015-11-16T05:00:00Z | 2015 | 11 | 2015-11-17T01:42:03Z | 0 | 0 | 0900006481b1e135 | ||||
| EPA-R10-OAR-2015-0398-0002 | EPA | None EPA-R10-OAR-2015-0398 | 101_60-dayConsultationLetter_08052014 | Supporting & Related Material | 2015-11-16T05:00:00Z | 2015 | 11 | 2015-11-17T01:41:36Z | 0 | 0 | 0900006481b1dcfa | ||||
| EPA-R10-OAR-2015-0398-0006 | EPA | None EPA-R10-OAR-2015-0398 | 105_BPBARTOrder7836-Rev2_TSD_05012015 | Supporting & Related Material | 2015-11-16T05:00:00Z | 2015 | 11 | 2015-11-17T01:41:54Z | 0 | 0 | 0900006481b1e133 |
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;