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

9 rows where docket_id = "EPA-R10-OAR-2011-0799" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 8
  • Rule 1

posted_year 1

  • 2015 · 9 ✖

agency_id 1

  • EPA 9
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-R10-OAR-2011-0799-0002 EPA None EPA-R10-OAR-2011-0799 303 Supporting Materials - ODEQ General ACDP - GDFs Stage II Supporting & Related Material   2015-10-30T04:00:00Z 2015 10     2015-10-31T01:20:56Z   0 0 0900006481cfff24
EPA-R10-OAR-2011-0799-0005 EPA None EPA-R10-OAR-2011-0799 105 State Submittal - Division 244 Definitions - OAR 340-244-0030 Supporting & Related Material   2015-10-30T04:00:00Z 2015 10     2015-10-31T01:21:31Z   0 0 0900006481cfff21
EPA-R10-OAR-2011-0799-0003 EPA None EPA-R10-OAR-2011-0799 302 Supporting Materials - ODEQ General ACDP - GDFs Stage I Supporting & Related Material   2015-10-30T04:00:00Z 2015 10     2015-10-31T01:21:06Z   0 0 0900006481cfff23
EPA-R10-OAR-2011-0799-0007 EPA None EPA-R10-OAR-2011-0799 103 State Submittal - 5.25.11 Supporting & Related Material   2015-10-30T04:00:00Z 2015 10     2015-10-31T01:21:51Z   0 0 0900006481cfff1f
EPA-R10-OAR-2011-0799-0008 EPA None EPA-R10-OAR-2011-0799 102 State Submittal - 11.01.10 Supporting & Related Material   2015-10-30T04:00:00Z 2015 10     2015-10-31T01:22:00Z   0 0 0900006481cfff1e
EPA-R10-OAR-2011-0799-0006 EPA None EPA-R10-OAR-2011-0799 104 State Submittal - 4.20.15 & 9.18.15 Supplementary Letter Supporting & Related Material   2015-10-30T04:00:00Z 2015 10     2015-10-31T01:21:41Z   0 0 0900006481cfff20
EPA-R10-OAR-2011-0799-0009 EPA None EPA-R10-OAR-2011-0799 101 State Submittal - 02.05.09 Supporting & Related Material   2015-10-30T04:00:00Z 2015 10     2015-10-31T01:22:07Z   0 0 0900006481cffd65
EPA-R10-OAR-2011-0799-0004 EPA None EPA-R10-OAR-2011-0799 301 Supporting Materials - EPA Rule Table - Divisions 232 and 242 Supporting & Related Material   2015-10-30T04:00:00Z 2015 10     2015-10-31T01:21:12Z   0 0 0900006481cfff22
EPA-R10-OAR-2011-0799-0001 EPA None EPA-R10-OAR-2011-0799 Air Quality State Implementation Plans; Approvals and Promulgations: Oregon: Portland, Medford, Salem; Clackamas, Multnomah, Washington Counties; Gasoline Dispensing Facilities Rule   2015-10-27T04:00:00Z 2015 10 2015-10-27T04:00:00Z 2015-11-28T04:59:59Z 2015-10-29T17:45:14Z 2015-27170 0 0 0900006481cf1569

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