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

9 rows where docket_id = "EPA-HQ-OAR-2025-2039" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 8
  • Rule 1

posted_year 1

  • 2026 9

agency_id 1

  • EPA 9
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-OAR-2025-2039-0003 EPA Removal of the Federal Reformulated Gasoline Program from the Kentucky Portion of the Louisville Area EPA-HQ-OAR-2025-2039 Supporting Document 2-28-2025 Gov. Beshear Appendix A Supporting & Related Material Petition 2026-03-02T05:00:00Z 2026 3     2026-03-02T18:04:30Z   0 0 09000064b90585b1
EPA-HQ-OAR-2025-2039-0004 EPA Removal of the Federal Reformulated Gasoline Program from the Kentucky Portion of the Louisville Area EPA-HQ-OAR-2025-2039 Supporting Document 2-28-2025 Gov. Beshear letter to EPA Region 4 Supporting & Related Material Petition 2026-03-02T05:00:00Z 2026 3     2026-03-02T18:04:30Z   0 0 09000064b9059b2a
EPA-HQ-OAR-2025-2039-0009 EPA Removal of the Federal Reformulated Gasoline Program from the Kentucky Portion of the Louisville Area EPA-HQ-OAR-2025-2039 Approval Letter from EPA Administrator Zeldin to Kentucky Governor Beshear 2.26.26 Supporting & Related Material Letter 2026-03-02T05:00:00Z 2026 3     2026-03-02T18:04:31Z   0 0 09000064b91e2e1a
EPA-HQ-OAR-2025-2039-0005 EPA Removal of the Federal Reformulated Gasoline Program from the Kentucky Portion of the Louisville Area EPA-HQ-OAR-2025-2039 Supporting Document 2-28-2025 Gov. Beshear Appendix B Supporting & Related Material Map 2026-03-02T05:00:00Z 2026 3     2026-03-02T18:04:30Z   0 0 09000064b9059b2b
EPA-HQ-OAR-2025-2039-0002 EPA Removal of the Federal Reformulated Gasoline Program from the Kentucky Portion of the Louisville Area EPA-HQ-OAR-2025-2039 Governor Beshear request to EPA Administrator Zeldin to remove RFG requirements from the Louisville area 2-28-2025 Supporting & Related Material Petition 2026-03-02T05:00:00Z 2026 3     2026-03-02T18:04:30Z   0 0 09000064b905971b
EPA-HQ-OAR-2025-2039-0001 EPA Removal of the Federal Reformulated Gasoline Program from the Kentucky Portion of the Louisville Area EPA-HQ-OAR-2025-2039 Removal of the Federal Reformulated Gasoline Program from the Kentucky Portion of the Louisville Area Rule   2026-03-02T05:00:00Z 2026 3     2026-03-02T18:40:49Z 2026-04127 0 0 09000064b91e8f64
EPA-HQ-OAR-2025-2039-0006 EPA Removal of the Federal Reformulated Gasoline Program from the Kentucky Portion of the Louisville Area EPA-HQ-OAR-2025-2039 EPA Signed Response to Andrew G. Beshear 9-23-2025 Supporting & Related Material Letter 2026-03-02T05:00:00Z 2026 3     2026-03-02T18:04:31Z   0 0 09000064b9059728
EPA-HQ-OAR-2025-2039-0008 EPA Removal of the Federal Reformulated Gasoline Program from the Kentucky Portion of the Louisville Area EPA-HQ-OAR-2025-2039 EPA Supplemental Modeling for Louisville RFG Opt-out Noninterference Demonstration Supporting & Related Material Technical Support Document 2026-03-02T05:00:00Z 2026 3     2026-03-02T18:04:31Z   0 0 09000064b91a3611
EPA-HQ-OAR-2025-2039-0007 EPA Removal of the Federal Reformulated Gasoline Program from the Kentucky Portion of the Louisville Area EPA-HQ-OAR-2025-2039 Louisville Area RFG Opt-Out Request 8-4-2025 Supporting & Related Material Petition 2026-03-02T05:00:00Z 2026 3     2026-03-02T18:04:31Z   0 0 09000064b9059729

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