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

12 rows where docket_id = "EPA-R08-OAR-2018-0816" 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), comment_end_date (date), last_modified (date)

posted_year 3

  • 2019 7
  • 2020 4
  • 2018 1

document_type 2

  • Supporting & Related Material 7
  • Other 5

agency_id 1

  • EPA 12
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-R08-OAR-2018-0816-0011 EPA None EPA-R08-OAR-2018-0816 Email Notif Final Permit to the Affected States and Stakeholders Supporting & Related Material   2020-01-27T05:00:00Z 2020 1     2020-10-06T05:24:17Z   0 0 09000064842f700a
EPA-R08-OAR-2018-0816-0012 EPA None EPA-R08-OAR-2018-0816 Email Notif Final Permit to the Permittee Supporting & Related Material   2020-01-27T05:00:00Z 2020 1     2020-10-06T05:24:51Z   0 0 09000064842f700b
EPA-R08-OAR-2018-0816-0010 EPA None EPA-R08-OAR-2018-0816 Targa Blue Buttes CS Final TV V-TAT-000676-2014.00 Other   2020-01-22T05:00:00Z 2020 1 2020-01-22T05:00:00Z   2020-10-06T05:24:47Z   0 0 09000064842d54f8
EPA-R08-OAR-2018-0816-0009 EPA None EPA-R08-OAR-2018-0816 Cover Letter for Final Permit Targa Blue Buttes CS Title V Other   2020-01-22T05:00:00Z 2020 1 2020-01-22T05:00:00Z   2020-10-06T05:24:49Z   0 0 09000064842d54f7
EPA-R08-OAR-2018-0816-0008 EPA None EPA-R08-OAR-2018-0816 Email Notif Draft Permit to the Applicant Supporting & Related Material   2019-10-21T04:00:00Z 2019 10     2019-10-22T00:52:48Z   0 0 09000064840e3b07
EPA-R08-OAR-2018-0816-0007 EPA None EPA-R08-OAR-2018-0816 Email Notif Draft Permit to the Affected States and Stakeholders Supporting & Related Material   2019-10-21T04:00:00Z 2019 10     2019-10-22T00:52:36Z   0 0 09000064840e3b06
EPA-R08-OAR-2018-0816-0006 EPA None EPA-R08-OAR-2018-0816 Tribal Transmittal Letter for Draft TV Blue Buttes CS Supporting & Related Material   2019-10-15T04:00:00Z 2019 10     2019-10-16T01:07:38Z   0 0 090000648408fa90
EPA-R08-OAR-2018-0816-0002 EPA None EPA-R08-OAR-2018-0816 Targa Blue Buttes CS Draft TV V-TAT-000676-2014.00 Other   2019-10-15T04:00:00Z 2019 10 2019-10-21T04:00:00Z 2019-11-21T04:59:59Z 2019-10-15T21:03:13Z   0 0 090000648408f749
EPA-R08-OAR-2018-0816-0004 EPA None EPA-R08-OAR-2018-0816 Targa Blue Buttes CS Cover Letter for Draft TV Permit Supporting & Related Material   2019-10-15T04:00:00Z 2019 10     2019-10-16T01:08:12Z   0 0 090000648408fa8e
EPA-R08-OAR-2018-0816-0003 EPA None EPA-R08-OAR-2018-0816 Targa Blue Buttes CS Statement of Basis draft V-TAT-000676-2014.00 Other   2019-10-15T04:00:00Z 2019 10 2019-10-15T04:00:00Z 2019-11-21T04:59:59Z 2019-10-16T01:07:22Z   0 0 090000648408f74a
EPA-R08-OAR-2018-0816-0005 EPA None EPA-R08-OAR-2018-0816 Targa Blue Buttes CS TV Bulletin Supporting & Related Material   2019-10-15T04:00:00Z 2019 10     2019-10-16T01:07:54Z   0 0 090000648408fa8f
EPA-R08-OAR-2018-0816-0001 EPA None EPA-R08-OAR-2018-0816 Targa Blue Buttes CS Application Other   2018-12-03T05:00:00Z 2018 12 2018-12-03T05:00:00Z   2019-10-15T21:04:24Z   0 0 09000064839318cb

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