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

11 rows where docket_id = "NRC-2024-0002" 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), last_modified (date)

posted_year 1

  • 2024 11

document_type 1

  • Notice 11

agency_id 1

  • NRC 11
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-2024-0002-0011 NRC None NRC-2024-0002 721st Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2024-11-18T00:00:00Z 2024 11     2025-05-21T06:21:49Z 2024-26739 0 0 090000648681fa88
NRC-2024-0002-0010 NRC None NRC-2024-0002 720th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2024-10-10T00:00:00Z 2024 10     2025-05-21T06:21:58Z 2024-23424 0 0 09000064867c4013
NRC-2024-0002-0009 NRC None NRC-2024-0002 719th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2024-09-19T00:00:00Z 2024 9     2025-05-21T06:22:03Z 2024-20941 0 0 090000648674c9d6
NRC-2024-0002-0008 NRC None NRC-2024-0002 Revised 718th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2024-08-02T00:00:00Z 2024 8     2025-05-21T06:25:06Z 2024-17098 0 0 0900006486614da4
NRC-2024-0002-0007 NRC None NRC-2024-0002 REVISED 717th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2024-06-17T00:00:00Z 2024 6     2025-05-21T06:26:10Z 2024-13221 0 0 09000064865b9e4b
NRC-2024-0002-0006 NRC None NRC-2024-0002 717th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2024-06-06T00:00:00Z 2024 6     2025-05-21T06:26:29Z 2024-12444 0 0 090000648659997e
NRC-2024-0002-0005 NRC None NRC-2024-0002 716th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2024-05-10T00:00:00Z 2024 5     2025-05-21T06:27:36Z 2024-10180 0 0 0900006486558614
NRC-2024-0002-0004 NRC None NRC-2024-0002 715th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2024-04-15T00:00:00Z 2024 4     2025-05-21T06:29:39Z 2024-07861 0 0 09000064864d4ea8
NRC-2024-0002-0003 NRC None NRC-2024-0002 714th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2024-03-14T00:00:00Z 2024 3     2025-05-21T06:29:50Z 2024-05402 0 0 090000648647b63d
NRC-2024-0002-0002 NRC None NRC-2024-0002 713th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2024-02-16T00:00:00Z 2024 2     2025-05-21T06:29:58Z 2024-03236 0 0 090000648640b5dd
NRC-2024-0002-0001 NRC None NRC-2024-0002 712th Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Notice   2024-01-10T00:00:00Z 2024 1 2024-01-10T00:00:00Z   2025-05-21T06:30:15Z 2024-00307 0 0 090000648638f5df

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