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

6 rows where agency_id = "PHMSA" and document_type = "Notice" sorted by comment_end_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: docket_id, title, 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)

document_type 1

  • Notice · 6 ✖

agency_id 1

  • PHMSA · 6 ✖
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
PHMSA-2021-0046-0302 PHMSA PHMSA-2021-0046 Hearings, Meetings, Proceedings, etc.: Gas Pipeline Advisory Committee Notice Public Meetings 2026-05-11 2026 5 2026-05-11 2026-06-30 2026-05-11 16:36:47 2026-09304 1 0 09000064b92cf9da
PHMSA-2013-0008-0670 PHMSA PHMSA-2013-0008 Permits; Applications, Issuances, etc.: Hazardous Materials Notice Request for Comments 2026-05-12 2026 5 2026-05-12 2026-06-12 2026-05-12 16:39:23 2026-09424 1 0 09000064b92d17f9
PHMSA-2013-0008-0672 PHMSA PHMSA-2013-0008 Permits; Applications, Issuances, etc.: Hazardous Materials Notice Request for Comments 2026-05-12 2026 5 2026-05-12 2026-06-12 2026-05-12 16:42:00 2026-09392 1 0 09000064b92d164b
PHMSA-2026-0959-0004 PHMSA PHMSA-2026-0959 Permits; Applications, Issuances, etc.: Pipeline Safety; Argent LNG, LLC Notice Request for Comments 2026-05-11 2026 5 2026-05-11 2026-06-11 2026-05-11 16:35:50 2026-09235 1 0 09000064b92cfa7a
PHMSA-2013-0008-0671 PHMSA PHMSA-2013-0008 Permits; Applications, Issuances, etc.: Hazardous Materials Notice Request for Comments 2026-05-12 2026 5 2026-05-12 2026-05-28 2026-05-12 16:40:17 2026-09393 1 0 09000064b92d1763
PHMSA-2026-0067-0008 PHMSA PHMSA-2026-0067 Permits; Applications, Issuances, etc.: Pipeline Safety; Texas Gas Transmission, LLC Notice Request for Comments 2026-04-24 2026 4 2026-04-24 2026-05-27 2026-04-28 09:00:28 2026-07992 1 0 09000064b92a7ce1

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