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

14 rows where docket_id = "EPA-R08-OAR-2015-0709" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, posted_date (date), last_modified (date)

posted_year 1

  • 2023 · 14 ✖

document_type 1

  • Supporting & Related Material 14

agency_id 1

  • EPA 14
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-2015-0709-0262 EPA None EPA-R08-OAR-2015-0709 PRE-PUBLICATION_EPA UO FIP Oil and Gas FRN RIN 2008-AA03 Supporting & Related Material   2023-08-21T04:00:00Z 2023 8     2023-08-22T02:49:16Z   0 0 0900006485ecf36a
EPA-R08-OAR-2015-0709-0260 EPA None EPA-R08-OAR-2015-0709 EPA UO FIP Oil and Gas RIA RIN 2008-AA03_10-4-2022 Supporting & Related Material   2023-08-21T04:00:00Z 2023 8     2023-08-22T02:49:49Z   0 0 0900006485ecf5f3
EPA-R08-OAR-2015-0709-0261 EPA None EPA-R08-OAR-2015-0709 OAR Fact Sheet UO Final FIP Supporting & Related Material   2023-08-21T04:00:00Z 2023 8     2023-08-22T02:49:31Z   0 0 0900006485ecf5f0
EPA-R08-OAR-2015-0709-0259 EPA None EPA-R08-OAR-2015-0709 Response to Public Comments. Proposed Federal Implementation Plan: Managing Emissions from Oil and Natural Gas Sources on Indian Country Lands within the Uintah and Ouray Indian Reservation in Utah. August 2022. Supporting & Related Material   2023-07-06T04:00:00Z 2023 7     2023-07-07T01:20:28Z   0 0 0900006485c6e40e
EPA-R08-OAR-2015-0709-0255 EPA None EPA-R08-OAR-2015-0709 ICR Supporting Statement_UO FIP Final Rule_05 16 22 Supporting & Related Material   2023-07-05T04:00:00Z 2023 7     2023-07-06T01:47:48Z   0 0 0900006485c07116
EPA-R08-OAR-2015-0709-0256 EPA None EPA-R08-OAR-2015-0709 R8 UO FIP ICR Tables Final Rule_05 16 22 Supporting & Related Material   2023-07-05T04:00:00Z 2023 7     2023-07-06T01:46:55Z   0 0 0900006485c07117
EPA-R08-OAR-2015-0709-0258 EPA None EPA-R08-OAR-2015-0709 Emails_EPA_UDAQ Todd Wetzel_10 13 15 Supporting & Related Material   2023-07-05T04:00:00Z 2023 7     2023-07-06T01:47:07Z   0 0 0900006485c07594
EPA-R08-OAR-2015-0709-0257 EPA None EPA-R08-OAR-2015-0709 Email_EPA R8 to Ute Tribe RE 02 28 19 Consultation Supporting & Related Material   2023-07-05T04:00:00Z 2023 7     2023-07-06T01:47:21Z   0 0 0900006485c071ac
EPA-R08-OAR-2015-0709-0254 EPA None EPA-R08-OAR-2015-0709 Email_EPA R8 to Ute Tribe RE UO FIP Reg Text_06 07 22 Supporting & Related Material   2023-07-05T04:00:00Z 2023 7     2023-07-06T01:47:35Z   0 0 0900006485c0711f
EPA-R08-OAR-2015-0709-0253 EPA None EPA-R08-OAR-2015-0709 FIP Questions for 12132022_UPA Supporting & Related Material   2023-06-28T04:00:00Z 2023 6     2023-06-29T00:51:33Z   0 0 0900006485c060e8
EPA-R08-OAR-2015-0709-0252 EPA None EPA-R08-OAR-2015-0709 Emails_UPA-EPA_Re_UO FIP-meeting request_12-12-22 Supporting & Related Material   2023-01-18T05:00:00Z 2023 1     2023-01-19T02:20:12Z   0 0 09000064855f6f61
EPA-R08-OAR-2015-0709-0251 EPA None EPA-R08-OAR-2015-0709 UO FIP 1-18-23 Memo to Docket RE Presentation to UBOWG Supporting & Related Material   2023-01-18T05:00:00Z 2023 1     2023-01-19T02:19:49Z   0 0 09000064855f6f60
EPA-R08-OAR-2015-0709-0249 EPA None EPA-R08-OAR-2015-0709 UO FIP Final Rule UBOWG presentation_1-18-23 Supporting & Related Material   2023-01-18T05:00:00Z 2023 1     2023-01-19T02:20:00Z   0 0 09000064855f6ea7
EPA-R08-OAR-2015-0709-0250 EPA None EPA-R08-OAR-2015-0709 UO FIP 12-13-22 Memo to Docket RE Meeting with UPA Supporting & Related Material   2023-01-18T05:00:00Z 2023 1     2023-01-19T02:20:24Z   0 0 09000064855f6f5f

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