home / open_comments

documents

Federal regulatory documents currently open for public comment.

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

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 1

  • Other · 7 ✖

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-R05-OW-2025-2730-0001 EPA EPA-R05-OW-2025-2730 CEFactSheetJHC_2026 Other   2026-04-01 2026 4 2026-04-01 2026-05-05 2026-04-16 09:00:14   1 0 09000064b924a305
EPA-R09-OAR-2024-0028-0003 EPA EPA-R09-OAR-2024-0028 Draft Permit - NTEC Energy Generation Plant - APP# 2024-004-SM Other   2026-03-19 2026 3 2026-03-19 2026-04-30 2026-03-29 09:00:14   1 0 09000064b9222e7a
EPA-R08-OAR-2025-0230-0013 EPA EPA-R08-OAR-2025-0230 WBI Hardin CS Draft MNSR Permit Other   2026-03-25 2026 3 2026-03-25 2026-04-28 2026-03-26 01:37:55   1 0 09000064b92360e3
EPA-HQ-OPP-2023-0557-0004 EPA EPA-HQ-OPP-2023-0557 Public Participation for New Active Ingredient Rhizobium Radiobacter Strain K1026-AUS Other   2026-04-09 2026 4 2026-04-09 2026-04-25 2026-04-09 19:10:45   1 0 09000064b9263e6b
EPA-HQ-OPPT-2025-3624-0002 EPA EPA-HQ-OPPT-2025-3624 Memo to open docket for comment on available candidates for SACC membership 2026 Other Memorandum to Open a Docket 2026-04-06 2026 4 2026-04-06 2026-04-22 2026-04-16 09:00:14   1 0 09000064b92542c2
EPA-R07-OW-2026-1585-0001 EPA EPA-R07-OW-2026-1585 Draft Class VI Pratt Permit Other   2026-03-04 2026 3 2026-03-04 2026-04-20 2026-03-04 23:16:09   1 0 09000064b91efda0
EPA-HQ-OPP-2023-0542-0002 EPA EPA-HQ-OPP-2023-0542 Public Participation for New Active Ingredient New Active Ingredient Wolbachia pipientis wAlbB, Contained in Live Adult Aedes aegypti males (Debug aegypti males/DAB strain). Other Public Participation 2026-04-02 2026 4 2026-04-02 2026-04-18 2026-04-02 20:37:57   1 0 09000064b924bec9

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 750.827ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API