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

16 rows where docket_id = "EPA-R09-OAR-2014-0545" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 10
  • Other 5
  • Notice 1

posted_year 2

  • 2014 15
  • 2015 1

agency_id 1

  • EPA 16
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-R09-OAR-2014-0545-0029 EPA None EPA-R09-OAR-2014-0545 Decision To Issue Clean Air Act Permit for the Four Corners Power Plant Notice   2015-04-13T04:00:00Z 2015 4 2015-04-13T04:00:00Z   2015-04-23T22:49:36Z 2015-08476 0 0 0900006481aa14dc
EPA-R09-OAR-2014-0545-0028 EPA None EPA-R09-OAR-2014-0545 Response to Comments Other   2014-12-19T05:00:00Z 2014 12 2014-12-19T05:00:00Z   2015-01-14T01:46:33Z   0 0 090000648198741c
EPA-R09-OAR-2014-0545-0019 EPA None EPA-R09-OAR-2014-0545 Additional Materials for the Proposed Permit Supporting & Related Material   2014-12-19T05:00:00Z 2014 12     2015-01-14T01:46:32Z   0 0 090000648198741d
EPA-R09-OAR-2014-0545-0027 EPA None EPA-R09-OAR-2014-0545 Final Permit for FCPP SCR Project Other   2014-12-19T05:00:00Z 2014 12 2014-12-19T05:00:00Z   2015-01-14T01:46:30Z   0 0 090000648198741b
EPA-R09-OAR-2014-0545-0020 EPA None EPA-R09-OAR-2014-0545 Additional NHPA Documents Supporting & Related Material   2014-12-19T05:00:00Z 2014 12     2015-01-14T01:46:33Z   0 0 09000064819874fb
EPA-R09-OAR-2014-0545-0022 EPA None EPA-R09-OAR-2014-0545 Final Permit Decision Documents Supporting & Related Material   2014-12-19T05:00:00Z 2014 12     2015-01-14T01:46:34Z   0 0 0900006481987c21
EPA-R09-OAR-2014-0545-0021 EPA None EPA-R09-OAR-2014-0545 Other Supporting Material - Added After Public Comment Period Supporting & Related Material   2014-12-19T05:00:00Z 2014 12     2015-01-14T01:46:31Z   0 0 0900006481987b0d
EPA-R09-OAR-2014-0545-0005 EPA None EPA-R09-OAR-2014-0545 Proposed Permit Documents Supporting & Related Material   2014-07-24T04:00:00Z 2014 7     2014-07-25T00:53:07Z   0 0 09000064817df78c
EPA-R09-OAR-2014-0545-0004 EPA None EPA-R09-OAR-2014-0545 Application Documents Supporting & Related Material   2014-07-24T04:00:00Z 2014 7     2014-07-25T00:53:07Z   0 0 09000064817dfb43
EPA-R09-OAR-2014-0545-0001 EPA None EPA-R09-OAR-2014-0545 FCPP Proposed Permit July 2014 Other   2014-07-24T04:00:00Z 2014 7 2014-07-24T04:00:00Z 2014-09-25T03:59:59Z 2014-12-20T03:01:15Z   0 0 09000064817dfe28
EPA-R09-OAR-2014-0545-0009 EPA None EPA-R09-OAR-2014-0545 Other Supporting Material Supporting & Related Material   2014-07-24T04:00:00Z 2014 7     2014-07-25T00:53:07Z   0 0 09000064817dfd79
EPA-R09-OAR-2014-0545-0003 EPA None EPA-R09-OAR-2014-0545 Draft Cultural Resources Report Other   2014-07-24T04:00:00Z 2014 7 2014-07-24T04:00:00Z 2014-09-25T03:59:59Z 2014-09-25T01:06:04Z   0 0 09000064817dfe2b
EPA-R09-OAR-2014-0545-0006 EPA None EPA-R09-OAR-2014-0545 Endangered Species Act Documents Supporting & Related Material   2014-07-24T04:00:00Z 2014 7     2014-07-25T00:53:07Z   0 0 09000064817df8a4
EPA-R09-OAR-2014-0545-0002 EPA None EPA-R09-OAR-2014-0545 Fact Sheet for FCPP July 2014 Other   2014-07-24T04:00:00Z 2014 7 2014-07-24T04:00:00Z 2014-09-25T03:59:59Z 2014-09-25T01:04:59Z   0 0 09000064817dfe29
EPA-R09-OAR-2014-0545-0008 EPA None EPA-R09-OAR-2014-0545 Ambient Air Quality Impacts Supporting & Related Material   2014-07-24T04:00:00Z 2014 7     2014-07-25T00:53:05Z   0 0 09000064817dfd76
EPA-R09-OAR-2014-0545-0007 EPA None EPA-R09-OAR-2014-0545 National Historic Preservation Act Documents Supporting & Related Material   2014-07-24T04:00:00Z 2014 7     2014-07-25T00:53:06Z   0 0 09000064817dfd2e

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