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

13 rows where docket_id = "EPA-R08-OAR-2019-0140" and posted_year = 2019 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
  • Proposed Rule 1

posted_year 1

  • 2019 · 13 ✖

agency_id 1

  • EPA 13
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-R08-OAR-2019-0140-0009 EPA None EPA-R08-OAR-2019-0140 ND Rule Revisions Submittal - May 2019 Supporting & Related Material   2019-08-09T04:00:00Z 2019 8     2019-08-10T00:49:51Z   0 0 0900006483e1fcce
EPA-R08-OAR-2019-0140-0010 EPA None EPA-R08-OAR-2019-0140 3 27 2018 transport_memo Supporting & Related Material   2019-08-09T04:00:00Z 2019 8     2019-08-10T00:49:15Z   0 0 0900006483e21180
EPA-R08-OAR-2019-0140-0011 EPA None EPA-R08-OAR-2019-0140 10 19 2018 maintenance_receptors_flexibility_memo Supporting & Related Material   2019-08-09T04:00:00Z 2019 8     2019-08-10T00:49:27Z   0 0 0900006483e21181
EPA-R08-OAR-2019-0140-0005 EPA None EPA-R08-OAR-2019-0140 AMNP response letter ND 2018 Supporting & Related Material   2019-08-09T04:00:00Z 2019 8     2019-08-10T00:50:38Z   0 0 0900006483e1fcca
EPA-R08-OAR-2019-0140-0012 EPA None EPA-R08-OAR-2019-0140 10 27 2017 final_2008_o3_naaqs_transport_memo Supporting & Related Material   2019-08-09T04:00:00Z 2019 8     2019-08-10T00:48:52Z   0 0 0900006483e21288
EPA-R08-OAR-2019-0140-0003 EPA None EPA-R08-OAR-2019-0140 2018 ND AMNP Supporting & Related Material   2019-08-09T04:00:00Z 2019 8     2019-08-10T00:51:01Z   0 0 0900006483e1fcc8
EPA-R08-OAR-2019-0140-0007 EPA None EPA-R08-OAR-2019-0140 Final DEQ I-SIP with Governor's Letter Supporting & Related Material   2019-08-09T04:00:00Z 2019 8     2019-08-10T00:50:14Z   0 0 0900006483e1fccc
EPA-R08-OAR-2019-0140-0013 EPA None EPA-R08-OAR-2019-0140 Guidance_on_Infrastructure_SIP_Elements_Multipollutant_FINAL_Sept_2013 Supporting & Related Material   2019-08-09T04:00:00Z 2019 8     2019-08-10T00:49:04Z   0 0 0900006483e21289
EPA-R08-OAR-2019-0140-0006 EPA None EPA-R08-OAR-2019-0140 Colorado Modeling Guideline for Air Quality Permits Supporting & Related Material   2019-08-09T04:00:00Z 2019 8     2019-08-10T00:50:26Z   0 0 0900006483e1fccb
EPA-R08-OAR-2019-0140-0002 EPA None EPA-R08-OAR-2019-0140 2018 CO AMNP Supporting & Related Material   2019-08-09T04:00:00Z 2019 8     2019-08-10T00:49:39Z   0 0 0900006483e1fcc7
EPA-R08-OAR-2019-0140-0004 EPA None EPA-R08-OAR-2019-0140 AMNP response letter CO 2018 Supporting & Related Material   2019-08-09T04:00:00Z 2019 8     2019-08-10T00:50:03Z   0 0 0900006483e1fcc9
EPA-R08-OAR-2019-0140-0008 EPA None EPA-R08-OAR-2019-0140 Infrastructure SIP-2015 Ozone NAAQS & Interstate T Supporting & Related Material   2019-08-09T04:00:00Z 2019 8     2019-08-10T00:50:49Z   0 0 0900006483e1fccd
EPA-R08-OAR-2019-0140-0001 EPA None EPA-R08-OAR-2019-0140 Air Quality State Implementation Plans; Approvals and Promulgations: Infrastructure Requirements for the 2015 Ozone National Ambient Air Quality Standards; Colorado and North Dakota Proposed Rule   2019-07-29T04:00:00Z 2019 7 2019-07-29T04:00:00Z 2019-08-29T03:59:59Z 2019-08-30T01:06:35Z 2019-15797 0 0 0900006483dc22a6

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