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 = "Rule" sorted by comment_end_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 1

  • Rule · 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-HQ-OPP-2025-3360-0004 EPA EPA-HQ-OPP-2025-3360 Pesticide Tolerance; Exemptions, Petitions, Revocations, etc.: Oxirane, 2-phenyl-, polymer with oxirane, mono(hydrogen 2-sulfobutanedioate), octyl ether, sodium salt (1:2) in Pesticide Formulations Rule   2026-05-13 2026 5 2026-05-13 2026-07-14 2026-05-13 17:25:09 2026-09490 1 0 09000064b92d17ff
EPA-HQ-OPP-2024-0534-0004 EPA EPA-HQ-OPP-2024-0534 Pesticide Tolerance; Exemptions, Petitions, Revocations, etc.: Implementing Registration Review Decisions for Certain Pesticides (Hydrogen cyanide, et al.) Rule   2026-04-22 2026 4 2026-04-22 2026-06-23 2026-04-22 19:37:31 2026-07794 1 0 09000064b929ecae
EPA-HQ-OPP-2024-0202-0004 EPA EPA-HQ-OPP-2024-0202 Pesticide Tolerance; Exemptions, Petitions, Revocations, etc.: Methoxyfenozide Rule Final Rule 2026-04-17 2026 4 2026-04-17 2026-06-17 2026-04-17 19:51:59 2026-07560 1 0 09000064b9289356
EPA-HQ-OPP-2025-0155-0003 EPA EPA-HQ-OPP-2025-0155 Pesticide Tolerance; Exemptions, Petitions, Revocations, etc.: Polyethylhexyl Glycidyl Ether Polyethylene Oxide Copolymer in Pesticide Formulations Rule   2026-04-10 2026 4 2026-04-10 2026-06-10 2026-04-13 09:00:31 2026-06953 1 0 09000064b92682ea
EPA-HQ-OPP-2025-0287-0004 EPA EPA-HQ-OPP-2025-0287 Pesticide Tolerance; Exemptions, Petitions, Revocations, etc.: Hexanedioic acid, polymer with sodium 2-[(2-aminoethyl)amino]ethanesulfonate (1:1), 1,6-diisocyanatohexane, 2,2-dimethyl-1,3-propanediol, 1,2-ethanediamine and 1,6-hexanediol in Pesticide Formulations Rule   2026-04-10 2026 4 2026-04-10 2026-06-10 2026-04-10 19:38:49 2026-06954 1 0 09000064b92681a9
EPA-HQ-OPP-2025-0176-0006 EPA EPA-HQ-OPP-2025-0176 Pesticide Tolerance; Exemptions, Petitions, Revocations, etc.: Citrus tristeza Virus Strain T36 Expressing Spinach Defensin Proteins SoD2, SoD2-1, and SoD2* Rule   2026-04-07 2026 4 2026-04-07 2026-06-09 2026-04-14 19:40:34 2026-06686 1 0 09000064b92554c9
EPA-HQ-OPP-2024-0109-0006 EPA EPA-HQ-OPP-2024-0109 Pesticide Tolerance; Exemptions, Petitions, Revocations, etc.: Dimethylpolysiloxane in Pesticide Formulations Rule   2026-03-25 2026 3 2026-03-25 2026-05-27 2026-03-25 18:48:57 2026-05773 1 0 09000064b923507c

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