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

8 rows where agency_id = "FERC" and document_type = "Notice" sorted by comment_end_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, 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 · 8 ✖

agency_id 1

  • FERC · 8 ✖
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
FERC-2026-2778-0001 FERC   Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2026-05-13 2026 5 2026-05-13 2026-07-14 2026-05-13 16:26:39 2026-09560 1 0 09000064b92d49d0
FERC-2026-2613-0001 FERC   Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2026-05-06 2026 5 2026-05-06 2026-07-07 2026-05-06 16:26:51 2026-08962 1 0 09000064b92c661d
FERC-2026-2744-0001 FERC   Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2026-05-12 2026 5 2026-05-12 2026-06-12 2026-05-12 16:25:54 2026-09332 1 0 09000064b92d169f
FERC-2026-1785-0001 FERC   Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2026-03-31 2026 3 2026-03-31 2026-06-02 2026-03-31 16:55:54 2026-06202 1 0 09000064b92466a5
FERC-2026-2484-0001 FERC   Antidumping or Countervailing Duty Investigations, Orders, or Reviews Notice   2026-04-30 2026 4 2026-04-30 2026-06-02 2026-04-30 16:26:06 2026-08458 1 0 09000064b92b8046
FERC-2026-2412-0001 FERC   Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2026-04-27 2026 4 2026-04-27 2026-05-28 2026-04-27 16:25:25 2026-08168 1 0 09000064b92ad18d
FERC-2026-2414-0001 FERC   Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2026-04-27 2026 4 2026-04-27 2026-05-28 2026-04-27 16:25:56 2026-08169 1 0 09000064b92ad2ac
FERC-2026-1486-0001 FERC   Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2026-03-18 2026 3 2026-03-18 2026-05-19 2026-03-18 16:55:46 2026-05270 1 0 09000064b9221552

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