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

11 rows where docket_id = "EPA-R05-OAR-2014-0280" and posted_year = 2020 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), last_modified (date)

document_type 2

  • Supporting & Related Material 9
  • Other 2

posted_year 1

  • 2020 · 11 ✖

agency_id 1

  • EPA 11
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-R05-OAR-2014-0280-0666 EPA None EPA-R05-OAR-2014-0280 Veolia Revised FAP December 2020 Supporting & Related Material   2020-12-14T05:00:00Z 2020 12     2020-12-15T01:56:24Z   0 0 090000648499c4a9
EPA-R05-OAR-2014-0280-0665 EPA None EPA-R05-OAR-2014-0280 Veolia OPL Update 8-31-20 Supporting & Related Material   2020-10-22T04:00:00Z 2020 10     2020-10-23T00:44:46Z   0 0 0900006484926ec5
EPA-R05-OAR-2014-0280-0664 EPA None EPA-R05-OAR-2014-0280 Veolia OPL update 8-28-20 Supporting & Related Material   2020-10-22T04:00:00Z 2020 10     2020-10-23T00:45:36Z   0 0 0900006484926ec4
EPA-R05-OAR-2014-0280-0663 EPA None EPA-R05-OAR-2014-0280 Veolia's Title V Permit - Request for Information Supporting & Related Material   2020-10-22T04:00:00Z 2020 10     2020-10-23T00:45:21Z   0 0 0900006484926ec6
EPA-R05-OAR-2014-0280-0662 EPA None EPA-R05-OAR-2014-0280 Veolia Responsible Official Change Request Supporting & Related Material   2020-10-22T04:00:00Z 2020 10     2020-10-23T00:45:01Z   0 0 0900006484926ec3
EPA-R05-OAR-2014-0280-0661 EPA None EPA-R05-OAR-2014-0280 Veolia Response to EPA FAP Comments 7-17-20 Supporting & Related Material   2020-10-20T04:00:00Z 2020 10     2020-10-21T01:08:46Z   0 0 090000648491a192
EPA-R05-OAR-2014-0280-0660 EPA None EPA-R05-OAR-2014-0280 Veolia's Response to USEPA's Comments on the Feedstream Analysis Plan Supporting & Related Material   2020-10-19T04:00:00Z 2020 10     2020-10-20T00:50:15Z   0 0 090000648491951b
EPA-R05-OAR-2014-0280-0659 EPA None EPA-R05-OAR-2014-0280 EPA FAP Comments 1-28-2020 Supporting & Related Material   2020-10-19T04:00:00Z 2020 10     2020-10-20T00:49:56Z   0 0 0900006484919519
EPA-R05-OAR-2014-0280-0658 EPA None EPA-R05-OAR-2014-0280 Veolia Draft FAP Sept 2019 Supporting & Related Material   2020-10-19T04:00:00Z 2020 10     2020-10-20T00:49:41Z   0 0 090000648491951a
EPA-R05-OAR-2014-0280-0656 EPA None EPA-R05-OAR-2014-0280 Veolia Final Action Notification 8-10-20 Other   2020-10-15T04:00:00Z 2020 10 2020-10-15T04:00:00Z   2020-10-16T00:35:44Z   0 0 0900006484910fa3
EPA-R05-OAR-2014-0280-0657 EPA None EPA-R05-OAR-2014-0280 Veolia Final Action Federal Register Notice Other   2020-10-15T04:00:00Z 2020 10 2020-10-15T04:00:00Z   2020-10-16T00:36:03Z   0 0 0900006484910fa4

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