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

10 rows where docket_id = "NRC-2015-0230" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2015 8
  • 2016 1
  • 2017 1

document_type 3

  • Supporting & Related Material 6
  • Other 2
  • Proposed Rule 2

agency_id 1

  • NRC 10
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-2015-0230-0010 NRC Uninterruptible Monitoring of Coolant and Fuel in Reactors and Spent Fuel Pools NRC-2015-0230 Uninterruptible Monitoring of Coolant and Fuel in Reactors and Spent Fuel Pools; Denial of Petition for Rulemaking Proposed Rule   2017-02-21T00:00:00Z 2017 2     2025-05-21T07:14:32Z 2017-03284 0 0 09000064824cfe80
NRC-2015-0230-0009 NRC Uninterruptible Monitoring of Coolant and Fuel in Reactors and Spent Fuel Pools NRC-2015-0230 E-mail to Petitioner dated August 15, 2016 - Status of PRM-50-113 Other   2016-08-18T00:00:00Z 2016 8 2016-08-18T00:00:00Z   2025-05-21T07:16:11Z   0 0 0900006482182909
NRC-2015-0230-0008 NRC Uninterruptible Monitoring of Coolant and Fuel in Reactors and Spent Fuel Pools NRC-2015-0230 Uninterruptible Monitoring of Coolant and Fuel in Reactors and Spent Fuel Pools; Notice of Docketing of Petition for Rulemaking Proposed Rule   2015-12-01T00:00:00Z 2015 12     2025-05-21T07:21:38Z 2015-30355 0 0 0900006481d7c79b
NRC-2015-0230-0001 NRC Uninterruptible Monitoring of Coolant and Fuel in Reactors and Spent Fuel Pools NRC-2015-0230 Incoming petition 50-113 - Uninterruptible Monitoring of Critical Thermodynamic Parameters Supporting & Related Material   2015-10-01T00:00:00Z 2015 10     2025-05-21T07:22:15Z   0 0 0900006481ca7720
NRC-2015-0230-0007 NRC Uninterruptible Monitoring of Coolant and Fuel in Reactors and Spent Fuel Pools NRC-2015-0230 Letter to Petitioner Other   2015-10-01T00:00:00Z 2015 10     2025-05-21T07:22:15Z   0 0 0900006481ca8037
NRC-2015-0230-0004 NRC Uninterruptible Monitoring of Coolant and Fuel in Reactors and Spent Fuel Pools NRC-2015-0230 Attachment 3 to PRM-50-113 - ANS Anaheim Monitoring Presentation Supporting & Related Material   2015-10-01T00:00:00Z 2015 10     2025-05-21T07:22:15Z   0 0 0900006481ca771f
NRC-2015-0230-0005 NRC Uninterruptible Monitoring of Coolant and Fuel in Reactors and Spent Fuel Pools NRC-2015-0230 Attachment 2 to PRM-50-113 - Patent Applications Supporting & Related Material   2015-10-01T00:00:00Z 2015 10     2025-05-21T07:22:15Z   0 0 0900006481ca7723
NRC-2015-0230-0006 NRC Uninterruptible Monitoring of Coolant and Fuel in Reactors and Spent Fuel Pools NRC-2015-0230 Attachment 1 to PRM-50-113 - Supportive Technical Papers Supporting & Related Material   2015-10-01T00:00:00Z 2015 10     2025-05-21T07:22:15Z   0 0 0900006481ca79c7
NRC-2015-0230-0002 NRC Uninterruptible Monitoring of Coolant and Fuel in Reactors and Spent Fuel Pools NRC-2015-0230 Attachment 1 to PRM-50-113 - Supportive Technical Papers Supporting & Related Material   2015-10-01T00:00:00Z 2015 10     2025-05-21T07:22:15Z   0 1 0900006481ca771a
NRC-2015-0230-0003 NRC Uninterruptible Monitoring of Coolant and Fuel in Reactors and Spent Fuel Pools NRC-2015-0230 Attachment 2 to PRM-50-113 - Patent Applications Supporting & Related Material   2015-10-01T00:00:00Z 2015 10     2025-05-21T07:22:15Z   0 1 0900006481ca771e

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