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 docket_id = "EPA-R09-OAR-2016-0443" and posted_year = 2016 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 12
  • Other 2

posted_year 1

  • 2016 · 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-R09-OAR-2016-0443-0016 EPA None EPA-R09-OAR-2016-0443 2.4 SCAQMD Morongo Casino Cogeneration Facility Supporting & Related Material   2016-09-30T04:00:00Z 2016 9     2016-10-02T01:34:27Z   0 0 090000648228564e
EPA-R09-OAR-2016-0443-0012 EPA None EPA-R09-OAR-2016-0443 2.6 Final MCC Renewal Statement of Basis MO-ROP-15-01 Supporting & Related Material   2016-09-30T04:00:00Z 2016 9     2016-10-02T01:34:13Z   0 0 090000648228564a
EPA-R09-OAR-2016-0443-0010 EPA None EPA-R09-OAR-2016-0443 2.1 Final MCC Renewal Permit to Operate MO-ROP-15-01 Other   2016-09-30T04:00:00Z 2016 9 2016-09-30T04:00:00Z   2016-10-02T01:34:08Z   0 0 090000648228543d
EPA-R09-OAR-2016-0443-0014 EPA None EPA-R09-OAR-2016-0443 2.5 Final Response to Comments Supporting & Related Material   2016-09-30T04:00:00Z 2016 9     2016-10-02T01:34:22Z   0 0 090000648228564c
EPA-R09-OAR-2016-0443-0011 EPA None EPA-R09-OAR-2016-0443 2.2 Proof of Publication Supporting & Related Material   2016-09-30T04:00:00Z 2016 9     2016-10-02T01:34:18Z   0 0 09000064822854ac
EPA-R09-OAR-2016-0443-0013 EPA None EPA-R09-OAR-2016-0443 index sheet for final permit Supporting & Related Material   2016-09-30T04:00:00Z 2016 9     2016-10-02T01:34:03Z   0 0 090000648228564b
EPA-R09-OAR-2016-0443-0015 EPA None EPA-R09-OAR-2016-0443 2.3 MCC Comment on MO-ROP 15-01 Draft Permit Supporting & Related Material   2016-09-30T04:00:00Z 2016 9     2016-10-02T01:34:32Z   0 0 090000648228564d
EPA-R09-OAR-2016-0443-0005 EPA None EPA-R09-OAR-2016-0443 1.5 Morongo Part 71 Renewal Application MAR 2015 Supporting & Related Material   2016-07-29T04:00:00Z 2016 7     2016-07-31T03:18:00Z   0 0 090000648213607d
EPA-R09-OAR-2016-0443-0002 EPA None EPA-R09-OAR-2016-0443 1.2 MCC Draft Permit Public Notice Supporting & Related Material   2016-07-29T04:00:00Z 2016 7     2016-07-31T03:18:14Z   0 0 0900006482135fec
EPA-R09-OAR-2016-0443-0003 EPA None EPA-R09-OAR-2016-0443 1.3 MCC Draft Permit summary Sheet Supporting & Related Material   2016-07-29T04:00:00Z 2016 7     2016-07-31T03:18:09Z   0 0 0900006482135fed
EPA-R09-OAR-2016-0443-0007 EPA None EPA-R09-OAR-2016-0443 MCC Draft Permit Index Supporting & Related Material   2016-07-29T04:00:00Z 2016 7     2016-07-31T03:18:23Z   0 0 090000648213607f
EPA-R09-OAR-2016-0443-0001 EPA None EPA-R09-OAR-2016-0443 1.1 MCC Draft Renewal Permit to Operate MO-ROP-15-01 Other   2016-07-29T04:00:00Z 2016 7 2016-07-29T04:00:00Z 2016-08-29T03:59:59Z 2016-09-02T01:00:37Z   0 0 0900006482135feb
EPA-R09-OAR-2016-0443-0006 EPA None EPA-R09-OAR-2016-0443 1.6 Application Clarification and PTE Calculation Supporting & Related Material   2016-07-29T04:00:00Z 2016 7     2016-07-31T03:17:55Z   0 0 090000648213607e
EPA-R09-OAR-2016-0443-0004 EPA None EPA-R09-OAR-2016-0443 1.4 MCC Renewal Statement of Basis MO-ROP-15-01 Supporting & Related Material   2016-07-29T04:00:00Z 2016 7     2016-07-31T03:18:05Z   0 0 0900006482135fee

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