documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-R07-OAR-2017-0513" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, comment_start_date, 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-R07-OAR-2017-0513-0013 | EPA | None EPA-R07-OAR-2017-0513 | Approval of Implementation Plans; State of Missouri; Elements of the Infrastructure State Implementation Plan Requirements for the 2008 Ozone, 2010 Nitrogen Dioxide, 2010 Sulfur Dioxide, and 2012 Fine Particulate Matter National Ambient Air Quality Standards (NAAQS) | Rule | Final Rule | 2018-03-22T04:00:00Z | 2018 | 3 | 2018-03-22T04:00:00Z | 2018-03-23T01:41:23Z | 2018-05630 | 0 | 0 | 090000648303eda2 | |
| EPA-R07-OAR-2017-0513-0012 | EPA | None EPA-R07-OAR-2017-0513 | Approval of Missouri Air Quality Implementation Plans; Infrastructure SIP Requirements for the 2012 Annual Fine Particulate Matter (PM2.5) National Ambient Air Quality Standard; Withdrawal of Direct Final Rule | Rule | Withdrawal | 2017-12-08T05:00:00Z | 2017 | 12 | 2017-12-08T14:44:08Z | 2017-26406 | 0 | 0 | 0900006482cf2a7b | ||
| EPA-R07-OAR-2017-0513-0005 | EPA | None EPA-R07-OAR-2017-0513 | Region 7 TSD | Supporting & Related Material | 2017-10-11T04:00:00Z | 2017 | 10 | 2017-10-12T01:20:39Z | 0 | 0 | 0900006482b8b462 | ||||
| EPA-R07-OAR-2017-0513-0002 | EPA | None EPA-R07-OAR-2017-0513 | Approval of Missouri Air Quality Implementation Plans; Infrastructure SIP Requirements for the 2012 Annual Fine Particulate Matter (PM2.5) National Ambient Air Quality Standard | Rule | Direct Final Rule | 2017-10-11T04:00:00Z | 2017 | 10 | 2017-10-11T04:00:00Z | 2017-11-14T04:59:59Z | 2017-11-02T01:01:12Z | 2017-21806 | 0 | 0 | 0900006482bbb699 |
| EPA-R07-OAR-2017-0513-0004 | EPA | None EPA-R07-OAR-2017-0513 | Guidance on Infrastructure SIP Elements Multipollutant FINAL Sept 2013 | Supporting & Related Material | 2017-10-11T04:00:00Z | 2017 | 10 | 2017-10-12T01:20:30Z | 0 | 0 | 0900006482ae5e1c | ||||
| EPA-R07-OAR-2017-0513-0001 | EPA | None EPA-R07-OAR-2017-0513 | Approval of Missouri Air Quality Implementation Plans; Infrastructure SIP Requirements for the 2012 Annual Fine Particulate Matter (PM2.5) National Ambient Air Quality Standard | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2017-10-11T04:00:00Z | 2017 | 10 | 2017-10-11T04:00:00Z | 2017-11-14T04:59:59Z | 2017-11-14T14:01:06Z | 2017-21807 | 0 | 0 | 0900006482bbb5b3 |
| EPA-R07-OAR-2017-0513-0003 | EPA | None EPA-R07-OAR-2017-0513 | October 14, 2015 state submittal 2012 PM-2.5 Annual Infra | Supporting & Related Material | 2017-10-11T04:00:00Z | 2017 | 10 | 2017-10-12T01:20:20Z | 0 | 0 | 0900006482ae5e1b |
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;