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

8 rows where agency_id = "NRC", document_type = "Proposed Rule" and posted_year = 2026 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2026 · 8 ✖

document_type 1

  • Proposed Rule · 8 ✖

agency_id 1

  • NRC · 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
NRC-2025-1501-0001 NRC None NRC-2025-1501 Streamlining Contested Adjudications in Licensing Proceedings Proposed Rule   2026-03-03T05:00:00Z 2026 3 2026-03-03T05:00:00Z 2026-04-03T03:59:59Z 2026-03-04T10:00:16Z 2026-04187 1 0 09000064b91ed59e
NRC-2020-0029-0001 NRC • Approval of the 2023 Edition of the American Society of Mechanical Engineers Boiler and Pressure Vessel Code and Code Cases, Revision 41 NRC-2020-0029 2023 Edition of the American Society of Mechanical Engineers Boiler and Pressure Vessel Code and Code Cases Proposed Rule   2026-02-27T05:00:00Z 2026 2 2026-02-27T05:00:00Z 2026-04-29T03:59:59Z 2026-02-27T19:36:19Z 2026-03993 1 0 09000064b91e3272
NRC-2023-0071-0056 NRC Regulatory Framework for Fusion Machines (formerly Regulatory Framework for Fusion Systems) NRC-2023-0071 Regulatory Framework for Fusion Machines Proposed Rule   2026-02-26T05:00:00Z 2026 2 2026-02-26T05:00:00Z 2026-05-28T03:59:59Z 2026-03-06T10:00:24Z 2026-03865 1 0 09000064b91da69c
NRC-2007-0670-0010 NRC Geologic Repository Operations Area Security and Material Control and Accounting Requirements NRC-2007-0670 Rulemaking Activities Being Discontinued by the NRC Proposed Rule   2026-02-25T05:00:00Z 2026 2 2026-02-25T05:00:00Z   2026-02-26T02:08:13Z 2026-03791 0 0 09000064b91da5da
NRC-2015-0018-0001 NRC Enhanced Weapons for Spent Fuel Storage Installations and Transportation - Section 161A Authority NRC-2015-0018 Rulemaking Activities Being Discontinued by the NRC Proposed Rule   2026-02-25T05:00:00Z 2026 2 2026-02-25T05:00:00Z   2026-02-26T02:12:01Z 2026-03791 0 0 09000064b91daf04
NRC-2009-0089-0001 NRC Geologic Repository Operations Area (GROA) Fitness-for-Duty Requirements NRC-2009-0089 Rulemaking Activities Being Discontinued by the NRC Proposed Rule   2026-02-25T05:00:00Z 2026 2 2026-02-25T05:00:00Z   2026-02-26T02:10:32Z 2026-03791 0 0 09000064b91daf03
NRC-2025-1369-0001 NRC None NRC-2025-1369 List of Approved Spent Fuel Storage Casks: TN Americas LLC, NUHOMS EOS Dry Spent Fuel Storage System, Certificate of Compliance No. 1042, Amendment No. 5 Proposed Rule   2026-01-28T05:00:00Z 2026 1 2026-01-28T05:00:00Z 2026-02-28T04:59:59Z 2026-01-28T17:39:38Z 2026-01650 0 0 09000064b9185031
NRC-2024-0045-0004 NRC None NRC-2024-0045 Incorporation by Reference of Institute of Electrical and Electronics Engineers Standard 603-2018 Proposed Rule   2026-01-27T05:00:00Z 2026 1     2026-01-27T18:44:33Z 2026-01534 0 0 09000064b91846e9

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