documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-HQ-OAR-2016-0598" and posted_year = 2020 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date (date), last_modified (date)
| 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-0036 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | EPA's Petition Denial Response Letter to Joshua Smith, Sierra Club | Supporting & Related Material | Letter | 2020-07-06T04:00:00Z | 2020 | 7 | 2020-10-01T20:44:15Z | 0 | 0 | 090000648471b324 | |||
| EPA-HQ-OAR-2016-0598-0038 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | EPA's Petition Denial Response Letter to Charles McPhedran, Earthjustice | Supporting & Related Material | Letter | 2020-07-06T04:00:00Z | 2020 | 7 | 2020-10-01T20:44:13Z | 0 | 0 | 090000648471b326 | |||
| EPA-HQ-OAR-2016-0598-0035 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | Petition for Partial Reconsideration of Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas (Final Rule, 82 FR 45481), from Sierra Club and the National Parks Conservation Association, to Administrator Scott Pruitt, dated November 28, 2017 | Supporting & Related Material | Petition | 2020-07-06T04:00:00Z | 2020 | 7 | 2020-10-01T20:44:05Z | 0 | 0 | 0900006484718245 | |||
| EPA-HQ-OAR-2016-0598-0034 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | Cross-State Air Pollution Rule (CSAPR) Better Than Best Available Retrofit Technology (BART) Petition for Reconsideration Sensitivity Calculations | Supporting & Related Material | Data | 2020-07-06T04:00:00Z | 2020 | 7 | 2020-10-01T20:44:10Z | 0 | 0 | 090000648471773b | |||
| EPA-HQ-OAR-2016-0598-0037 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | EPA's Petition Denial Response Letter to Stephanie Kodish, National Parks Conservation Association | Supporting & Related Material | Letter | 2020-07-06T04:00:00Z | 2020 | 7 | 2020-10-01T20:44:11Z | 0 | 0 | 090000648471b325 | |||
| EPA-HQ-OAR-2016-0598-0039 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | EPA's Petition Denial Response Letter to Michael Soules, Earthjustice | Supporting & Related Material | Letter | 2020-07-06T04:00:00Z | 2020 | 7 | 2020-10-01T20:43:26Z | 0 | 0 | 090000648471b327 | |||
| EPA-HQ-OAR-2016-0598-0033 | EPA | Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas EPA-HQ-OAR-2016-0598 | Petition for Partial Reconsideration: Interstate Transport of Fine Particulate Matter: Revision of Federal Implementation Plan Requirements for Texas | Notice | 2020-07-06T04:00:00Z | 2020 | 7 | 2020-07-06T13:14:01Z | 2020-14409 | 0 | 0 | 0900006484727a2c |
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;