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

12 rows where docket_id = "EPA-R04-OAR-2021-0947" and posted_year = 2022 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 9
  • Proposed Rule 2
  • Rule 1

posted_year 1

  • 2022 · 12 ✖

agency_id 1

  • EPA 12
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-R04-OAR-2021-0947-0012 EPA None EPA-R04-OAR-2021-0947 Air Quality State Implementation Plans; Approvals and Promulgations: Mississippi; PSD and Air Quality Modeling Infrastructure Requirements for the 2015 8-hour Ozone National Ambient Air Quality Standards Proposed Rule   2022-12-23T05:00:00Z 2022 12 2022-12-23T05:00:00Z 2023-01-24T04:59:59Z 2022-12-23T13:52:16Z 2022-27868 0 0 090000648555116c
EPA-R04-OAR-2021-0947-0010 EPA None EPA-R04-OAR-2021-0947 2022.11.18 2015 Ozone iSIP Conditional Approval Modification Request Letter Supporting & Related Material   2022-12-23T05:00:00Z 2022 12     2022-12-24T02:21:03Z   0 0 090000648554aaca
EPA-R04-OAR-2021-0947-0011 EPA None EPA-R04-OAR-2021-0947 2022.11.10 2015 Ozone iSIP Conditional Approval Modification Request Letter Supporting & Related Material   2022-12-23T05:00:00Z 2022 12     2022-12-24T02:20:48Z   0 0 090000648554aacb
EPA-R04-OAR-2021-0947-0009 EPA None EPA-R04-OAR-2021-0947 Air Quality State Implementation Plans; Approvals and Promulgations: Mississippi; Infrastructure Requirements for the 2015 8-Hour Ozone National Ambient Air Quality Standards Rule   2022-09-22T04:00:00Z 2022 9 2022-09-22T04:00:00Z   2022-09-22T12:30:50Z 2022-20424 0 0 090000648534f024
EPA-R04-OAR-2021-0947-0006 EPA None EPA-R04-OAR-2021-0947 2015 O3 ISIP Proof of Publication Supporting & Related Material   2022-07-15T04:00:00Z 2022 7     2022-07-16T00:40:57Z   0 0 0900006484ed3a97
EPA-R04-OAR-2021-0947-0007 EPA None EPA-R04-OAR-2021-0947 2015 O3 ISIP Public Notice 31July2019 to 30August2019 Supporting & Related Material   2022-07-15T04:00:00Z 2022 7     2022-07-16T00:40:42Z   0 0 0900006484ed3a96
EPA-R04-OAR-2021-0947-0008 EPA None EPA-R04-OAR-2021-0947 Air Quality State Implementation Plans; Approvals and Promulgations: Mississippi; Infrastructure Requirements for the 2015 8-Hour Ozone National Ambient Air Quality Standards Proposed Rule   2022-07-15T04:00:00Z 2022 7 2022-07-15T04:00:00Z 2022-08-16T03:59:59Z 2022-07-15T16:05:34Z 2022-15124 0 0 09000064851ccde9
EPA-R04-OAR-2021-0947-0001 EPA None EPA-R04-OAR-2021-0947 LETTER Supporting & Related Material   2022-07-15T04:00:00Z 2022 7     2022-07-16T00:41:49Z   0 0 0900006484f9e33c
EPA-R04-OAR-2021-0947-0003 EPA None EPA-R04-OAR-2021-0947 2021.01.21 2015 Proposed Ozone iSIP (excluding Prongs 1 and 2) Supporting & Related Material   2022-07-15T04:00:00Z 2022 7     2022-07-16T00:41:23Z   0 0 0900006484ed3a9a
EPA-R04-OAR-2021-0947-0002 EPA None EPA-R04-OAR-2021-0947 Signed-Mississippi APA FY22 Neg Letter Supporting & Related Material   2022-07-15T04:00:00Z 2022 7     2022-07-16T00:41:36Z   0 0 0900006484f9e5f5
EPA-R04-OAR-2021-0947-0004 EPA None EPA-R04-OAR-2021-0947 2021.01.21 2015 Proposed Ozone iSIP Conditional Approval Cover Letter Supporting & Related Material   2022-07-15T04:00:00Z 2022 7     2022-07-16T00:40:26Z   0 0 0900006484ed3a99
EPA-R04-OAR-2021-0947-0005 EPA None EPA-R04-OAR-2021-0947 MS 2015 Ozone iSIP Comment Letter (004) Supporting & Related Material   2022-07-15T04:00:00Z 2022 7     2022-07-16T00:41:10Z   0 0 0900006484ed3a98

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