documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OAR-2016-0598" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype
| 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-HQ-OAR-2016-0598-0011 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | Air Quality State Implementation Plans; Approvals and Promulgations: Texas: Interstate Transport of Fine Particulate Matter | Proposed Rule | Extension of Comment Period | 2016-12-08T05:00:00Z | 2016 | 12 | 2016-12-08T17:11:20Z | 2016-29442 | 0 | 0 | 09000064823ec9da | ||
| EPA-HQ-OAR-2016-0598-0001 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | Air Quality State Implementation Plans; Approvals and Promulgations: Texas; Interstate Transport of Fine Particulate Matter | Proposed Rule | 2016-11-10T05:00:00Z | 2016 | 11 | 2016-11-10T05:00:00Z | 2017-01-10T04:59:59Z | 2020-09-02T01:01:16Z | 2016-27197 | 0 | 0 | 0900006482387485 | |
| EPA-HQ-OAR-2016-0598-0002 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | CSAPR Final Rule TSD (EPA-HQ-OAR-2009-0491-4140) | Supporting & Related Material | Technical Support Document | 2016-11-10T05:00:00Z | 2016 | 11 | 2016-11-11T01:38:34Z | 0 | 0 | 09000064823494a9 | |||
| EPA-HQ-OAR-2016-0598-0006 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | GA EPD CSAPR SIP commitment letter | Supporting & Related Material | Letter | 2016-11-10T05:00:00Z | 2016 | 11 | 2016-11-11T01:38:14Z | 0 | 0 | 0900006482349538 | |||
| EPA-HQ-OAR-2016-0598-0007 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | SC DHEC CSAPR SIP-commitment letter | Supporting & Related Material | Letter | 2016-11-10T05:00:00Z | 2016 | 11 | 2016-11-11T01:38:39Z | 0 | 0 | 0900006482349539 | |||
| EPA-HQ-OAR-2016-0598-0003 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | CSAPR SO2 Remand Memo | Supporting & Related Material | Memorandum | 2016-11-10T05:00:00Z | 2016 | 11 | 2016-11-11T01:38:29Z | 0 | 0 | 09000064823494aa | |||
| EPA-HQ-OAR-2016-0598-0005 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | CSAPR-BART TSD (EPA-HQ-OAR-2011-0729-0014) | Supporting & Related Material | Technical Support Document | 2016-11-10T05:00:00Z | 2016 | 11 | 2016-11-11T01:38:19Z | 0 | 0 | 09000064823494ad | |||
| EPA-HQ-OAR-2016-0598-0004 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | CSAPR-BART sensitivity memo (EPA-HQ-OAR-2011-0729-0323) | Supporting & Related Material | Memorandum | 2016-11-10T05:00:00Z | 2016 | 11 | 2016-11-11T01:38:24Z | 0 | 0 | 09000064823494ab |
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;