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

14 rows where agency_id = "FERC", document_type = "Rule" and posted_year = 2025 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2025 · 14 ✖

document_type 1

  • Rule · 14 ✖

agency_id 1

  • FERC · 14 ✖
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-2025-3326-0001 FERC   Implementation of the Executive Order Entitled Zero-Based Regulatory Budgeting to Unleash American Energy; Partial Recission Rule   2025-12-18T05:00:00Z 2025 12 2025-12-18T05:00:00Z   2025-12-18T17:24:14Z 2025-23294 0 0 09000064b90ee735
FERC-2025-2661-0001 FERC   Implementation of the Executive Order Entitled “Zero-Based Budgeting to Unleash American Energy ? Rule   2025-10-21T04:00:00Z 2025 10 2025-10-21T04:00:00Z 2025-11-21T04:59:59Z 2025-10-21T16:54:51Z 2025-19607 0 0 09000064b9041f09
FERC-2025-2595-0001 FERC   Removal of Regulations Limiting Authorizations to Proceed with Construction Activities Pending Rehearing Rule   2025-10-10T04:00:00Z 2025 10 2025-10-10T04:00:00Z   2025-10-10T16:16:06Z 2025-19533 0 0 09000064b900691b
FERC-2025-2468-0001 FERC   Delegation of Authority Regarding Electric Reliability Organization's Delegation Agreement and Rules or Rule Changes Filings Rule   2025-09-30T04:00:00Z 2025 9 2025-09-30T04:00:00Z   2025-09-30T16:12:43Z 2025-18977 0 0 09000064b8fe7b7d
FERC-2025-2333-0001 FERC   Equipment and Services Produced or Provided by Certain Entities Identified as Risks to National Security: Supply Chain Risk Management Reliability Standards Revisions Rule   2025-09-23T04:00:00Z 2025 9 2025-09-23T04:00:00Z   2025-09-23T16:05:27Z 2025-18394 0 0 09000064b8fd3b67
FERC-2025-1410-0001 FERC   Reliability Standards for Frequency and Voltage Protection Settings and Ride-Through for Inverter-Based Resources Rule   2025-07-29T04:00:00Z 2025 7 2025-07-29T04:00:00Z   2025-07-29T16:04:50Z 2025-14304 0 0 09000064b8eb6997
FERC-2025-1000-0001 FERC   Removal of References to the Council on Environmental Quality's Rescinded Regulations Rule   2025-07-03T04:00:00Z 2025 7 2025-07-03T04:00:00Z   2025-07-03T16:19:14Z 2025-12464 0 0 09000064b8e51184
FERC-2025-0996-0001 FERC   Critical Infrastructure Protection Reliability Standard: Cyber Security—Internal Network Security Monitoring Rule   2025-07-02T04:00:00Z 2025 7 2025-07-02T04:00:00Z   2025-07-02T16:05:10Z 2025-12309 0 0 09000064b8e4d1e6
FERC-2025-0488-0001 FERC   Building for the Future Through Electric Regional Transmission Planning and Cost Allocation Rule   2025-04-28T00:00:00Z 2025 4 2025-04-28T00:00:00Z   2025-04-28T16:17:53Z 2025-06941 0 0 09000064b8c4a52e
FERC-2025-0232-0001 FERC   Standards for Business Practices and Communication Protocols for Public Utilities Rule   2025-02-27T05:00:00Z 2025 2 2025-02-27T05:00:00Z   2025-02-27T12:35:45Z 2025-03085 0 0 0900006486994510
FERC-2025-0174-0001 FERC   Annual Update: Fee Schedule for the Use of Government Lands by Hydropower Licensees Rule   2025-02-12T05:00:00Z 2025 2 2025-02-12T05:00:00Z   2025-02-12T13:24:37Z 2025-02417 0 0 090000648694fd5e
FERC-2025-0110-0001 FERC   Annual Update of Filing Fees Rule   2025-01-30T05:00:00Z 2025 1 2025-01-30T05:00:00Z   2025-01-30T13:14:05Z 2025-01975 0 0 0900006486913452
FERC-2025-0057-0001 FERC   Continuity of Operations Plan Rule   2025-01-16T05:00:00Z 2025 1 2025-01-16T05:00:00Z   2025-01-17T02:31:19Z 2025-00888 0 0 09000064868c9d9c
FERC-2025-0042-0001 FERC   Civil Monetary Penalty Inflation Adjustment Rule   2025-01-14T05:00:00Z 2025 1 2025-01-14T05:00:00Z   2025-01-14T13:22:49Z 2025-00516 0 0 09000064868bb3e1

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