documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where docket_id = "EPA-R01-OAR-2024-0325" and posted_year = 2025 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-R01-OAR-2024-0325-0016 | EPA | None EPA-R01-OAR-2024-0325 | Exceptional Events Demonstration 2023 -- FINAL | Supporting & Related Material | 2025-11-20T05:00:00Z | 2025 | 11 | 2025-11-20T19:14:11Z | 0 | 0 | 09000064b8fe412f | ||||
| EPA-R01-OAR-2024-0325-0018 | EPA | None EPA-R01-OAR-2024-0325 | Ltr_to_Mashantucket-Pequot_Tribe | Supporting & Related Material | 2025-11-20T05:00:00Z | 2025 | 11 | 2025-11-20T19:14:12Z | 0 | 0 | 09000064b8fe44ef | ||||
| EPA-R01-OAR-2024-0325-0014 | EPA | None EPA-R01-OAR-2024-0325 | Response to Comments | Supporting & Related Material | 2025-11-20T05:00:00Z | 2025 | 11 | 2025-11-20T19:14:11Z | 0 | 0 | 09000064b8fe412d | ||||
| EPA-R01-OAR-2024-0325-0022 | EPA | None EPA-R01-OAR-2024-0325 | Mohegan Indian Tribe - 2015 O3 Serious Notification Letter | Supporting & Related Material | 2025-11-20T05:00:00Z | 2025 | 11 | 2025-11-20T19:14:13Z | 0 | 0 | 09000064b8fe413a | ||||
| EPA-R01-OAR-2024-0325-0013 | EPA | None EPA-R01-OAR-2024-0325 | Connecticut Ozone Reclassification Request 6.13.2024 | Supporting & Related Material | 2025-11-20T05:00:00Z | 2025 | 11 | 2025-11-20T19:14:11Z | 0 | 0 | 09000064b8fe412c | ||||
| EPA-R01-OAR-2024-0325-0021 | EPA | None EPA-R01-OAR-2024-0325 | Mashantucket Pequot Tribal Nation - 2015 O3 Notification Letter | Supporting & Related Material | 2025-11-20T05:00:00Z | 2025 | 11 | 2025-11-20T19:14:13Z | 0 | 0 | 09000064b8fe4139 | ||||
| EPA-R01-OAR-2024-0325-0012 | EPA | None EPA-R01-OAR-2024-0325 | CT_EE_TSD_7-22-2024 | Supporting & Related Material | 2025-11-20T05:00:00Z | 2025 | 11 | 2025-11-20T19:14:10Z | 0 | 0 | 09000064b8fe412b | ||||
| EPA-R01-OAR-2024-0325-0017 | EPA | None EPA-R01-OAR-2024-0325 | Ltr_to_Mohegan_Tribe | Supporting & Related Material | 2025-11-20T05:00:00Z | 2025 | 11 | 2025-11-20T19:14:12Z | 0 | 0 | 09000064b8fe44ec | ||||
| EPA-R01-OAR-2024-0325-0011 | EPA | None EPA-R01-OAR-2024-0325 | CT Exceptional Events Cover Letter 26 June 2024 | Supporting & Related Material | 2025-11-20T05:00:00Z | 2025 | 11 | 2025-11-20T19:14:10Z | 0 | 0 | 09000064b8fe412a | ||||
| EPA-R01-OAR-2024-0325-0015 | EPA | None EPA-R01-OAR-2024-0325 | CT_EE_Final Demo Cover Letter_7-22-2024_Signed | Supporting & Related Material | 2025-11-20T05:00:00Z | 2025 | 11 | 2025-11-20T19:14:11Z | 0 | 0 | 09000064b8fe412e | ||||
| EPA-R01-OAR-2024-0325-0019 | EPA | None EPA-R01-OAR-2024-0325 | Initial Notification of Potential Exceptional Events for Ozone in the Greater Connecticut Nonattainment Area | Supporting & Related Material | 2025-11-20T05:00:00Z | 2025 | 11 | 2025-11-20T19:14:12Z | 0 | 0 | 09000064b8fe5122 | ||||
| EPA-R01-OAR-2024-0325-0020 | EPA | None EPA-R01-OAR-2024-0325 | EPA Ltr. to CT_EE Initial Notification Response_3-7-2024 | Supporting & Related Material | 2025-11-20T05:00:00Z | 2025 | 11 | 2025-11-20T19:14:12Z | 0 | 0 | 09000064b8fe5144 | ||||
| EPA-R01-OAR-2024-0325-0010 | EPA | None EPA-R01-OAR-2024-0325 | Air Quality State Implementation Plans; Approvals and Promulgations: Finding of Failure to Attain and Reclassification of Tribal Portions of the Greater Connecticut Ozone Nonattainment Area as Serious for the 2015 Ozone National Ambient Air Quality Standards | Proposed Rule | 2025-11-20T05:00:00Z | 2025 | 11 | 2025-11-20T05:00:00Z | 2025-12-23T04:59:59Z | 2025-11-25T10:00:24Z | 2025-20497 | 0 | 0 | 09000064b908a64f |
Advanced export
JSON shape: default, array, newline-delimited, object
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;