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

10 rows where docket_id = "EPA-R03-OAR-2014-0299" 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 4

  • Supporting & Related Material 5
  • Proposed Rule 2
  • Rule 2
  • Other 1

posted_year 2

  • 2014 8
  • 2018 2

agency_id 1

  • EPA 10
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-R03-OAR-2014-0299-0010 EPA None EPA-R03-OAR-2014-0299 Air Quality State Implementation Plans; Approval and Promulgation: West Virginia; Regional Haze Plan and Visibility Requirements for 2010 Sulfur Dioxide and 2012 Fine Particulate Matter Standards Rule   2018-09-25T04:00:00Z 2018 9 2018-09-25T04:00:00Z   2018-12-07T09:39:00Z 2018-20617 0 0 0900006483748f2c
EPA-R03-OAR-2014-0299-0009 EPA None EPA-R03-OAR-2014-0299 Air Quality State Implementation Plans; Approval and Promulgation: West Virginia; Regional Haze Plan and Visibility Requirements for the 2010 Sulfur Dioxide and the 2012 Fine Particulate Matter Standards Proposed Rule   2018-09-25T04:00:00Z 2018 9 2018-09-25T04:00:00Z 2018-07-17T03:59:59Z 2018-12-07T09:39:01Z 2018-12812 0 0 090000648341969d
EPA-R03-OAR-2014-0299-0008 EPA None EPA-R03-OAR-2014-0299 Air Quality State Implementation Plans; Approval and Promulgation: West Virginia; Infrastructure Requirements for the 2010 Sulfur Dioxide National Ambient Air Quality Standards Rule   2014-10-16T04:00:00Z 2014 10 2014-10-16T04:00:00Z   2014-10-24T02:43:48Z 2014-24658 0 0 09000064818c8565
EPA-R03-OAR-2014-0299-0007 EPA None EPA-R03-OAR-2014-0299 WV 2013 Annual Network Review Supporting & Related Material Letter 2014-08-04T04:00:00Z 2014 8     2014-08-05T02:23:24Z   0 0 09000064817e8a6e
EPA-R03-OAR-2014-0299-0006 EPA None EPA-R03-OAR-2014-0299 Public Comments on WV SO2 ISIP (EPA-R03-OAR-2014-0299) from Sierra Club Other Public Participation 2014-06-18T04:00:00Z 2014 6 2014-06-18T04:00:00Z   2014-06-19T00:33:24Z   0 0 090000648174b732
EPA-R03-OAR-2014-0299-0002 EPA None EPA-R03-OAR-2014-0299 WV SO2 iSIP submittal_combined Supporting & Related Material   2014-05-14T04:00:00Z 2014 5     2014-05-24T03:40:51Z   0 0 09000064816b4ff1
EPA-R03-OAR-2014-0299-0004 EPA None EPA-R03-OAR-2014-0299 WV Infrastructure TSD SO2 Supporting & Related Material   2014-05-14T04:00:00Z 2014 5     2014-05-24T03:40:50Z   0 0 09000064816b4ffa
EPA-R03-OAR-2014-0299-0003 EPA None EPA-R03-OAR-2014-0299 Completeness letter_WV 2010 SO2 iSIP Supporting & Related Material   2014-05-14T04:00:00Z 2014 5     2014-05-24T03:40:50Z   0 0 09000064816b4ff6
EPA-R03-OAR-2014-0299-0005 EPA None EPA-R03-OAR-2014-0299 WV 2013 Annual Network Review signed Supporting & Related Material   2014-05-14T04:00:00Z 2014 5     2014-05-24T03:40:50Z   0 0 09000064816b5035
EPA-R03-OAR-2014-0299-0001 EPA None EPA-R03-OAR-2014-0299 Air Quality State Implementation Plans; Approval and Promulgation: West Virginia; Infrastructure Requirements for the 2010 Sulfur Dioxide National Ambient Air Quality Standards Proposed Rule   2014-05-14T04:00:00Z 2014 5 2014-05-14T04:00:00Z 2014-06-14T03:59:59Z 2014-05-24T03:40:50Z 2014-11085 0 0 09000064816f923c

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