home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

14 rows where agency_id = "EPA", docket_id = "EPA-R06-OAR-2016-0611" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

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 2

  • Supporting & Related Material 13
  • Proposed Rule 1

posted_year 1

  • 2019 · 14 ✖

agency_id 1

  • EPA · 14 ✖
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-R06-OAR-2016-0611-0180 EPA None EPA-R06-OAR-2016-0611 TX187.171 Sierra Club hearing request Supporting & Related Material   2019-12-04T05:00:00Z 2019 12     2019-12-05T04:57:04Z   0 0 09000064841e3b5d
EPA-R06-OAR-2016-0611-0181 EPA None EPA-R06-OAR-2016-0611 TX187.172 lwv request for hearing Supporting & Related Material   2019-12-04T05:00:00Z 2019 12     2019-12-05T04:56:43Z   0 0 09000064841e3b5f
EPA-R06-OAR-2016-0611-0168 EPA None EPA-R06-OAR-2016-0611 TX187.159 2017_csapr_budgets_emissions_and_assurance_levels_11-1-18_3 Supporting & Related Material   2019-11-14T05:00:00Z 2019 11     2019-11-15T02:24:09Z   0 0 0900006484129e8b
EPA-R06-OAR-2016-0611-0167 EPA None EPA-R06-OAR-2016-0611 TX187.158 Air Quality State Implementation Plans; Approvals and Promulgation: Texas; Regional Haze and Interstate Visibility Transport Federal Implementation Plan: Proposal of Best Available Retrofit Technology (BART) and Interstate Visibility Transport Provisions; Supplemental notice of proposed rulemaking, 14 pages. Proposed Rule   2019-11-14T05:00:00Z 2019 11 2019-11-14T05:00:00Z 2020-01-14T04:59:59Z 2020-01-17T02:00:55Z 2019-24286 0 0 0900006484153802
EPA-R06-OAR-2016-0611-0169 EPA None EPA-R06-OAR-2016-0611 TX187.160 2018_csapr_assurance_provision Supporting & Related Material   2019-11-14T05:00:00Z 2019 11     2019-11-15T02:25:32Z   0 0 0900006484129ec6
EPA-R06-OAR-2016-0611-0178 EPA None EPA-R06-OAR-2016-0611 TX187.169 Texas EGU SO2 emissions 2014-2018 Supporting & Related Material   2019-11-14T05:00:00Z 2019 11     2019-11-15T02:25:47Z   0 0 090000648412a0ad
EPA-R06-OAR-2016-0611-0173 EPA None EPA-R06-OAR-2016-0611 TX187.164 EPA-R06-OAR-2016-0611-0050 Supporting & Related Material   2019-11-14T05:00:00Z 2019 11     2019-11-15T02:24:27Z   0 0 0900006484129790
EPA-R06-OAR-2016-0611-0177 EPA None EPA-R06-OAR-2016-0611 TX187.168 redline of proposed amendments to Texas SO2 Trading Program - October 2019 Supporting & Related Material   2019-11-14T05:00:00Z 2019 11     2019-11-15T02:23:02Z   0 0 090000648412a0aa
EPA-R06-OAR-2016-0611-0170 EPA None EPA-R06-OAR-2016-0611 TX187.161 2018_LTSA_Report Supporting & Related Material   2019-11-14T05:00:00Z 2019 11     2019-11-15T02:23:53Z   0 0 0900006484129ecb
EPA-R06-OAR-2016-0611-0171 EPA None EPA-R06-OAR-2016-0611 TX187.162 CSAPR Assurance Provision _ Cross-State Air Pollution Rule (CSAPR) _ US EPA Supporting & Related Material   2019-11-14T05:00:00Z 2019 11     2019-11-15T02:23:35Z   0 0 0900006484129ecc
EPA-R06-OAR-2016-0611-0172 EPA None EPA-R06-OAR-2016-0611 TX187.163 epa-hq-oar-2009-0491-4454 Supporting & Related Material   2019-11-14T05:00:00Z 2019 11     2019-11-15T02:23:19Z   0 0 0900006484129ecf
EPA-R06-OAR-2016-0611-0174 EPA None EPA-R06-OAR-2016-0611 TX187.165 EPA-R06-OAR-2016-0611-0102 Supporting & Related Material   2019-11-14T05:00:00Z 2019 11     2019-11-15T02:24:41Z   0 0 0900006484129791
EPA-R06-OAR-2016-0611-0175 EPA None EPA-R06-OAR-2016-0611 TX187.166 EPA-R06-OAR-2016-0611-0113 Supporting & Related Material   2019-11-14T05:00:00Z 2019 11     2019-11-15T02:24:57Z   0 0 0900006484129798
EPA-R06-OAR-2016-0611-0176 EPA None EPA-R06-OAR-2016-0611 TX187.167 fact_sheet_assurance_provisions Supporting & Related Material   2019-11-14T05:00:00Z 2019 11     2019-11-15T02:25:13Z   0 0 0900006484129799

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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;
Powered by Datasette · Queries took 860.574ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API