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

11 rows where agency_id = "EPA", docket_id = "EPA-R09-OAR-2022-0338" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 10
  • Rule 1

posted_year 1

  • 2023 · 11 ✖

agency_id 1

  • EPA · 11 ✖
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-R09-OAR-2022-0338-0051 EPA None EPA-R09-OAR-2022-0338 MD Docket Index-Update062723 Supporting & Related Material   2023-06-30T04:00:00Z 2023 6     2023-07-01T00:52:41Z   0 0 0900006485c008ee
EPA-R09-OAR-2022-0338-0050 EPA None EPA-R09-OAR-2022-0338 Air Quality State Implementation Plans; Approvals and Promulgations: California; Approval, Limited Approval and Limited Disapproval of Air Plan Revisions; Mojave Desert Air Quality Management District; Stationary Source Permits Rule   2023-06-30T04:00:00Z 2023 6 2023-06-30T04:00:00Z   2023-06-30T14:08:47Z 2023-13393 0 0 0900006485c21b4d
EPA-R09-OAR-2022-0338-0058 EPA None EPA-R09-OAR-2022-0338 F.05 81 FR 50339Aug12016 Supporting & Related Material   2023-06-30T04:00:00Z 2023 6     2023-07-01T00:53:26Z   0 0 0900006485c00a48
EPA-R09-OAR-2022-0338-0056 EPA None EPA-R09-OAR-2022-0338 F.03 EPA Policy re Review of SIPs and Revisions 9-23-1987 Supporting & Related Material   2023-06-30T04:00:00Z 2023 6     2023-07-01T00:53:49Z   0 0 0900006485c00a43
EPA-R09-OAR-2022-0338-0060 EPA None EPA-R09-OAR-2022-0338 F.07 87 FR 72434Nov 252022 Supporting & Related Material   2023-06-30T04:00:00Z 2023 6     2023-07-01T00:53:03Z   0 0 0900006485c00aa2
EPA-R09-OAR-2022-0338-0059 EPA None EPA-R09-OAR-2022-0338 F.06 83 FR 8822Mar12018 Supporting & Related Material   2023-06-30T04:00:00Z 2023 6     2023-07-01T00:53:15Z   0 0 0900006485c00a4a
EPA-R09-OAR-2022-0338-0057 EPA None EPA-R09-OAR-2022-0338 F.04 78 FR 53270Aug 292013 Supporting & Related Material   2023-06-30T04:00:00Z 2023 6     2023-07-01T00:53:37Z   0 0 0900006485c00a47
EPA-R09-OAR-2022-0338-0053 EPA None EPA-R09-OAR-2022-0338 E.01 Ltr NSR NPRM Cmt 2022 19 Dec Supporting & Related Material   2023-06-30T04:00:00Z 2023 6     2023-07-01T00:54:12Z   0 0 0900006485c00994
EPA-R09-OAR-2022-0338-0055 EPA None EPA-R09-OAR-2022-0338 F.02 RevisedPSDAnalysis061622 Supporting & Related Material   2023-06-30T04:00:00Z 2023 6     2023-07-01T00:54:01Z   0 0 0900006485c00a42
EPA-R09-OAR-2022-0338-0052 EPA None EPA-R09-OAR-2022-0338 C.12 EPA Comments03282019(corr) Supporting & Related Material   2023-06-30T04:00:00Z 2023 6     2023-07-01T00:52:52Z   0 0 0900006485c00941
EPA-R09-OAR-2022-0338-0054 EPA None EPA-R09-OAR-2022-0338 F.01 MDAQMDPreDDHDPP Supporting & Related Material   2023-06-30T04:00:00Z 2023 6     2023-07-01T00:54:24Z   0 0 0900006485c0099c

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