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

13 rows where docket_id = "NRC-2025-0002" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2025 13

document_type 1

  • Notice 13

agency_id 1

  • NRC 13
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-0002-0013 NRC None NRC-2025-0002 731st Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2025-11-18T05:00:00Z 2025 11     2025-11-19T16:12:24Z 2025-20218 0 0 09000064b9087e8c
NRC-2025-0002-0011 NRC None NRC-2025-0002 Hearings, Meetings, Proceedings, etc.: Advisory Committee on Reactor Safeguards Notice   2025-10-01T04:00:00Z 2025 10 2025-10-01T04:00:00Z   2025-10-01T17:04:08Z 2025-19168 0 0 09000064b8feca00
NRC-2025-0002-0012 NRC None NRC-2025-0002 Hearings, Meetings, Proceedings, etc.: Advisory Committee on Reactor Safeguards Notice   2025-10-01T04:00:00Z 2025 10 2025-10-01T04:00:00Z   2025-10-01T17:08:00Z 2025-19169 0 0 09000064b8febc92
NRC-2025-0002-0010 NRC None NRC-2025-0002 729th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2025-09-15T04:00:00Z 2025 9     2025-09-15T16:49:44Z 2025-17768 0 0 09000064b8f88ffa
NRC-2025-0002-0009 NRC None NRC-2025-0002 728th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2025-08-06T04:00:00Z 2025 8     2025-08-06T17:14:21Z 2025-14891 0 0 09000064b8ee541c
NRC-2025-0002-0008 NRC None NRC-2025-0002 Advisory Committee on Reactor Safeguards (ACRS); ACRS Procedures for Meetings Notice   2025-07-22T04:00:00Z 2025 7     2025-07-22T17:30:41Z 2025-13691 0 0 09000064b8e93bab
NRC-2025-0002-0007 NRC None NRC-2025-0002 727th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2025-06-16T04:00:00Z 2025 6     2025-06-16T17:46:50Z 2025-11068 0 0 09000064b8e12de0
NRC-2025-0002-0006 NRC None NRC-2025-0002 726th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2025-05-16T00:00:00Z 2025 5     2025-05-21T21:58:45Z 2025-08714 0 0 09000064b8d62b94
NRC-2025-0002-0005 NRC None NRC-2025-0002 Advisory Committee on Reactor Safeguards (ACRS) 2025 Procedures for Meetings Notice   2025-04-29T00:00:00Z 2025 4     2025-05-21T06:20:42Z 2025-07358 0 0 09000064b8ce7d82
NRC-2025-0002-0004 NRC None NRC-2025-0002 725th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2025-04-11T00:00:00Z 2025 4     2025-05-21T06:20:44Z 2025-06217 0 0 0900006486a87f1a
NRC-2025-0002-0003 NRC None NRC-2025-0002 724th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2025-03-14T00:00:00Z 2025 3     2025-05-21T06:20:48Z 2025-04095 0 0 09000064869f0270
NRC-2025-0002-0002 NRC None NRC-2025-0002 723rd Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2025-02-14T00:00:00Z 2025 2     2025-05-21T06:20:57Z 2025-02625 0 0 0900006486958c96
NRC-2025-0002-0001 NRC None NRC-2025-0002 722nd Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2025-01-06T00:00:00Z 2025 1     2025-05-21T06:21:11Z 2024-31633 0 0 090000648689ecb9

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