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

5 rows where agency_id = "NRC" and document_type = "Proposed 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

  • Proposed Rule · 5 ✖

agency_id 1

  • NRC · 5 ✖
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
NRC-2023-0071-0056 NRC NRC-2023-0071 Regulatory Framework for Fusion Machines Proposed Rule   2026-02-26 2026 2 2026-02-26 2026-05-28 2026-04-14 09:00:18 2026-03865 1 0 09000064b91da69c
NRC-2025-1238-0001 NRC NRC-2025-1238 Modernizing Requirements Relating to Physical Protection of Category 1 and Category 2 Quantities of Radioactive Material Proposed Rule   2026-04-09 2026 4 2026-04-09 2026-05-12 2026-04-14 09:00:22 2026-06877 1 0 09000064b92639cb
NRC-2025-1503-0001 NRC NRC-2025-1503 Reviews of Reactor Designs Previously Authorized by U.S. Department of Energy or Department of War Proposed Rule   2026-04-02 2026 4 2026-04-02 2026-05-05 2026-04-14 09:00:21 2026-06414 1 0 09000064b924b658
NRC-2026-0562-0001 NRC NRC-2026-0562 List of Approved Spent Fuel Storage Casks: Holtec International HI-STORM UMAX Canister Storage System, Certificate of Compliance No. 1040, Amendment No. 5 Proposed Rule   2026-04-02 2026 4 2026-04-02 2026-05-05 2026-04-10 09:00:28 2026-06374 1 0 09000064b924b5c2
NRC-2020-0029-0001 NRC NRC-2020-0029 2023 Edition of the American Society of Mechanical Engineers Boiler and Pressure Vessel Code and Code Cases Proposed Rule   2026-02-27 2026 2 2026-02-27 2026-04-29 2026-03-20 09:00:19 2026-03993 1 0 09000064b91e3272

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