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

6 rows where docket_id = "EPA-R06-OAR-2015-0189" and posted_year = 2021 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, comment_start_date, posted_date (date), comment_start_date (date), last_modified (date)

document_type 2

  • Rule 3
  • Supporting & Related Material 3

posted_year 1

  • 2021 · 6 ✖

agency_id 1

  • EPA 6
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-2015-0189-0303 EPA None EPA-R06-OAR-2015-0189 AR020.0303 Air Quality State Implementation Plans; Approvals and Promulgations: Arkansas Regional Haze and Visibility Transport State Implementation Plan Revisions, Final rule correction, 2 pages. Rule   2021-04-19T04:00:00Z 2021 4 2021-04-19T04:00:00Z   2021-04-19T14:48:29Z 2021-08004 0 0 0900006484aab972
EPA-R06-OAR-2015-0189-0300 EPA None EPA-R06-OAR-2015-0189 AR020.0300 ADEQ Air Operating Permit 0287-AOP-R23, 535 pages Supporting & Related Material   2021-03-22T04:00:00Z 2021 3     2021-03-23T00:49:51Z   0 0 0900006484a7424b
EPA-R06-OAR-2015-0189-0298 EPA None EPA-R06-OAR-2015-0189 AR020.0298 Air Quality State Implementation Plans; Approvals and Promulgations: Arkansas; Regional Haze and Visibility Transport State Implementation Plan Revisions, Final rule, 29 pages. Rule   2021-03-22T04:00:00Z 2021 3 2021-03-22T04:00:00Z   2021-03-22T16:14:47Z 2021-05362 0 0 0900006484a736f9
EPA-R06-OAR-2015-0189-0299 EPA None EPA-R06-OAR-2015-0189 AR020.0299 Air Quality State Implementation Plans; Approvals and Promulgations: Arkansas; Regional Haze and Interstate Visibility Transport Federal Implementation Plan; Withdrawal of Federal Implementation Plan Provisions for the Domtar Ashdown Mill, Final rule, 4 pages. Rule   2021-03-22T04:00:00Z 2021 3 2021-03-22T04:00:00Z   2021-03-22T16:27:00Z 2021-05361 0 0 0900006484a73730
EPA-R06-OAR-2015-0189-0301 EPA None EPA-R06-OAR-2015-0189 AR020.0301 December 3, 2020 alternative monitoring clarification letter to EPA from DEQ, 2 pages Supporting & Related Material   2021-03-22T04:00:00Z 2021 3     2021-03-23T00:50:20Z   0 0 0900006484a742e6
EPA-R06-OAR-2015-0189-0302 EPA None EPA-R06-OAR-2015-0189 AR020.0302 November 18, 2020 Disconnection Notice from Domtar for Power Boiler No. 1 (SN‐03), 2 pages Supporting & Related Material   2021-03-22T04:00:00Z 2021 3     2021-03-23T00:50:04Z   0 0 0900006484a7433c

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 453.272ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API