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 docket_id = "EPA-R07-OAR-2015-0710" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 5
  • Proposed Rule 1

posted_year 1

  • 2015 · 6 ✖

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-R07-OAR-2015-0710-0005 EPA None EPA-R07-OAR-2015-0710 NDEQ State Submittal Letter 02-11-2013 Supporting & Related Material   2015-11-16T05:00:00Z 2015 11     2015-11-17T01:41:08Z   0 0 0900006481cd941c
EPA-R07-OAR-2015-0710-0006 EPA None EPA-R07-OAR-2015-0710 Title -116 Supporting & Related Material   2015-11-16T05:00:00Z 2015 11     2015-11-17T01:40:31Z   0 0 0900006481cd941e
EPA-R07-OAR-2015-0710-0003 EPA None EPA-R07-OAR-2015-0710 Clarification to Nebraska's SO2 i-SIP with regard to Section 128 3-11-2014 Supporting & Related Material   2015-11-16T05:00:00Z 2015 11     2015-11-17T01:40:48Z   0 0 0900006481cd9418
EPA-R07-OAR-2015-0710-0002 EPA None EPA-R07-OAR-2015-0710 2008 Ozone Infrastructure SIP Public Notice 1-23-2013 Supporting & Related Material   2015-11-16T05:00:00Z 2015 11     2015-11-17T01:40:40Z   0 0 0900006481cd9416
EPA-R07-OAR-2015-0710-0004 EPA None EPA-R07-OAR-2015-0710 EPA Region VII Comments 1-28-2013 Supporting & Related Material   2015-11-16T05:00:00Z 2015 11     2015-11-17T01:40:57Z   0 0 0900006481cd941a
EPA-R07-OAR-2015-0710-0001 EPA None EPA-R07-OAR-2015-0710 Air Quality State Implementation Plans; Approvals and Promulgation: Nebraska; Infrastructure Requirements for the 2008 Ozone National Ambient Air Quality Standard, etc. Proposed Rule   2015-11-16T05:00:00Z 2015 11 2015-11-16T05:00:00Z 2015-12-17T04:59:59Z 2015-11-16T13:41:23Z 2015-28908 0 0 0900006481d48786

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