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 agency_id = "EPA" and docket_id = "EPA-R05-OAR-2016-0343" 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)

posted_year 3

  • 2017 3
  • 2019 2
  • 2018 1

document_type 3

  • Proposed Rule 2
  • Rule 2
  • Supporting & Related Material 2

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-R05-OAR-2016-0343-0007 EPA None EPA-R05-OAR-2016-0343 Final approval of the Indiana 2012 PM2.5 Interstate Transport iSIP Rule   2019-10-08T04:00:00Z 2019 10 2019-10-08T04:00:00Z   2019-10-08T13:03:22Z 2019-21552 0 0 0900006484057649
EPA-R05-OAR-2016-0343-0006 EPA None EPA-R05-OAR-2016-0343 Proposed approval of the Indiana 2012 PM2.5 Interstate Transport iSIP Proposed Rule   2019-07-30T04:00:00Z 2019 7 2019-07-30T04:00:00Z 2019-08-30T03:59:59Z 2019-07-30T14:14:01Z 2019-16076 0 0 0900006483dcc49c
EPA-R05-OAR-2016-0343-0005 EPA None EPA-R05-OAR-2016-0343 Final Approval of the Indiana 2012 PM2.5 Infrastructure SIP Rule   2018-02-01T05:00:00Z 2018 2 2018-02-01T05:00:00Z   2018-02-01T17:10:15Z 2018-01924 0 0 0900006482e8e261
EPA-R05-OAR-2016-0343-0001 EPA None EPA-R05-OAR-2016-0343 Proposed Approval of the Indiana 2012 PM2.5 Infrastructure SIP Proposed Rule   2017-08-31T04:00:00Z 2017 8 2017-08-31T04:00:00Z 2017-10-03T03:59:59Z 2017-09-16T01:03:51Z 2017-18503 0 0 0900006482af9a1c
EPA-R05-OAR-2016-0343-0002 EPA None EPA-R05-OAR-2016-0343 Indiana 2012 PM2.5 Infrastructure SIP, 06/10/2016 submittal Supporting & Related Material State/Tribal Submittal 2017-08-31T04:00:00Z 2017 8     2017-09-03T09:28:04Z   0 0 0900006482033e4a
EPA-R05-OAR-2016-0343-0003 EPA None EPA-R05-OAR-2016-0343 Indiana 2012 PM2.5 Infrastructure SIP, 12/28/2016 supplement Supporting & Related Material State/Tribal Submittal 2017-08-31T04:00:00Z 2017 8     2017-09-03T09:27:58Z   0 0 0900006482494a06

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