documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where agency_id = "EPA" and document_type = "Other" sorted by comment_end_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, comment_end_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
agency_id 1
- EPA · 7 ✖
| 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-HQ-OW-2026-2575-0001 | EPA | EPA-HQ-OW-2026-2575 | Memo Opening Docket for Comments | Other | Memorandum to Open a Docket | 2026-05-15 | 2026 | 5 | 2026-05-15 | 2026-07-15 | 2026-05-15 16:15:09 | 1 | 0 | 09000064b92d6152 | |
| EPA-HQ-OPP-2026-2973-0004 | EPA | EPA-HQ-OPP-2026-2973 | Memorandum to Open Docket for the Draft Fungicide Strategy | Other | 2026-04-30 | 2026 | 4 | 2026-04-30 | 2026-06-30 | 2026-05-12 09:00:17 | 1 | 0 | 09000064b92b96b1 | ||
| EPA-R07-OW-2026-3039-0001 | EPA | EPA-R07-OW-2026-3039 | DRAFT_DMWW PCPPS ASR_Permit_Full | Other | 2026-04-30 | 2026 | 4 | 2026-04-30 | 2026-06-02 | 2026-04-30 20:03:59 | 1 | 0 | 09000064b92b39dd | ||
| EPA-HQ-OPP-2025-0177-0006 | EPA | EPA-HQ-OPP-2025-0177 | Public Participation for the new active ingredients collectively referred to as CTV-SoD2 variants. | Other | Public Participation | 2026-05-14 | 2026 | 5 | 2026-05-14 | 2026-05-30 | 2026-05-14 16:37:50 | 1 | 0 | 09000064b92d6cc7 | |
| EPA-HQ-OPPT-2025-3358-0006 | EPA | EPA-HQ-OPPT-2025-3358 | Memo to Docket to Open Docket for Comment on Available Candidates (15-day public comment period) | Other | Memorandum to Open a Docket | 2026-05-14 | 2026 | 5 | 2026-05-14 | 2026-05-30 | 2026-05-15 02:12:13 | 1 | 0 | 09000064b92d9d6f | |
| EPA-R09-OAR-2024-0028-0085 | EPA | EPA-R09-OAR-2024-0028 | Extension of Public Comment Period - Draft Permit - NTEC Energy Generation Plant - APP# 2024-004-SM | Other | 2026-04-29 | 2026 | 4 | 2026-04-29 | 2026-05-19 | 2026-05-16 09:00:16 | 1 | 0 | 09000064b92b65f7 | ||
| EPA-R05-OW-2026-3136-0001 | EPA | EPA-R05-OW-2026-3136 | Draft NPDES Permit for the City Of Ogema WWTF (MN-0049794-6) | Other | 2026-04-16 | 2026 | 4 | 2026-04-16 | 2026-05-19 | 2026-04-16 23:22:33 | 1 | 0 | 09000064b9287b3c |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE documents (
id TEXT PRIMARY KEY,
agency_id TEXT,
docket_id TEXT,
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_comment_end ON documents(comment_end_date);
CREATE INDEX idx_docs_withdrawn ON documents(withdrawn);
document_type 1