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 docket_id = "EPA-R08-OAR-2023-0641" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 10
  • Proposed Rule 1

posted_year 1

  • 2024 · 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-R08-OAR-2023-0641-0001 EPA ND Regional Haze SIP Round One Close Out EPA-R08-OAR-2023-0641 Air Quality State Implementation Plans; Approvals and Promulgations: North Dakota; Approval of Air Quality Implementation Plans; Regional Haze State Implementation Plan; Regional Haze Five Year Progress Report and Nitrogen Oxides Best Available Retrofit Technology Determination for Coal Creek Station for the First Implementation Period Proposed Rule   2024-08-14T04:00:00Z 2024 8 2024-08-14T04:00:00Z 2024-09-14T03:59:59Z 2024-09-14T01:00:57Z 2024-17471 0 0 0900006486643dab
EPA-R08-OAR-2023-0641-0003 EPA ND Regional Haze SIP Round One Close Out EPA-R08-OAR-2023-0641 Coal Creek EJScreen Community Report Supporting & Related Material Report 2024-08-14T04:00:00Z 2024 8     2024-08-15T00:44:53Z   0 0 0900006486622faf
EPA-R08-OAR-2023-0641-0007 EPA ND Regional Haze SIP Round One Close Out EPA-R08-OAR-2023-0641 EPA Cost Control Manual Sec 4 Chapter 2 Supporting & Related Material Publication - USEPA 2024-08-14T04:00:00Z 2024 8     2024-08-15T00:43:55Z   0 0 0900006486622fc1
EPA-R08-OAR-2023-0641-0005 EPA ND Regional Haze SIP Round One Close Out EPA-R08-OAR-2023-0641 EPA Cost Control Manual Sec 1 Chapter 2 Supporting & Related Material Publication - USEPA 2024-08-14T04:00:00Z 2024 8     2024-08-15T00:45:36Z   0 0 0900006486622fbc
EPA-R08-OAR-2023-0641-0009 EPA ND Regional Haze SIP Round One Close Out EPA-R08-OAR-2023-0641 ND_Proposed_RH2_SIPrevision_8-11-2022 Supporting & Related Material State/Tribal Submittal 2024-08-14T04:00:00Z 2024 8     2024-08-15T00:43:41Z   0 0 0900006486622fd5
EPA-R08-OAR-2023-0641-0004 EPA ND Regional Haze SIP Round One Close Out EPA-R08-OAR-2023-0641 Criteria Pollutuant Non Attainment Areas 852024 Supporting & Related Material   2024-08-14T04:00:00Z 2024 8     2024-08-15T00:44:09Z   0 0 0900006486622fb1
EPA-R08-OAR-2023-0641-0008 EPA ND Regional Haze SIP Round One Close Out EPA-R08-OAR-2023-0641 Minot Daily News Article Supporting & Related Material   2024-08-14T04:00:00Z 2024 8     2024-08-15T00:45:50Z   0 0 0900006486622fc2
EPA-R08-OAR-2023-0641-0002 EPA ND Regional Haze SIP Round One Close Out EPA-R08-OAR-2023-0641 8-20-2019_-_regional_haze_guidance_final_guidance Supporting & Related Material Guidance 2024-08-14T04:00:00Z 2024 8     2024-08-15T00:44:39Z   0 0 0900006486622f9c
EPA-R08-OAR-2023-0641-0010 EPA ND Regional Haze SIP Round One Close Out EPA-R08-OAR-2023-0641 ND_RH_SIP_2010_v1.0.0 Supporting & Related Material State/Tribal Submittal 2024-08-14T04:00:00Z 2024 8     2024-08-15T00:45:21Z   0 0 090000648662307c
EPA-R08-OAR-2023-0641-0006 EPA ND Regional Haze SIP Round One Close Out EPA-R08-OAR-2023-0641 EPA Cost Control Manual Sec 4 Chapter 1 Supporting & Related Material Publication - USEPA 2024-08-14T04:00:00Z 2024 8     2024-08-15T00:44:25Z   0 0 0900006486622fc0
EPA-R08-OAR-2023-0641-0011 EPA ND Regional Haze SIP Round One Close Out EPA-R08-OAR-2023-0641 ND_RH_SIP_PPR_2015 Supporting & Related Material State/Tribal Submittal 2024-08-14T04:00:00Z 2024 8     2024-08-15T00:45:07Z   0 0 0900006486623081

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