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

4 rows where agency_id = "NRC", document_type = "Other" and posted_year = 2001 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_month, comment_end_date, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2001 · 4 ✖

document_type 1

  • Other · 4 ✖

agency_id 1

  • NRC · 4 ✖
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-2001-0016-0006 NRC Voluntary Fire Protection Requirements for Light-Water Reactors; Adoption of NFPA 805 as a Risk-Informed, Performance-Based Alternative NRC-2001-0016 Federal Register Notice - Notice of Availability of Draft Rule Language Other Draft Rulemaking language 2001-12-20T15:57:27Z 2001 12 2001-12-20T15:57:27Z 2002-02-04T04:59:59Z 2025-05-21T09:20:51Z   0 0 090000648060623e
NRC-2001-0015-0044 NRC Risk-Informed Treatment of Systems, Structures, and Components of Nuclear Power Plants NRC-2001-0015 Federal Register Notice - Risk-Informed Treatment of Structures, Systems and Components; Availability of Draft Rule Language Other Draft Rulemaking language 2001-11-29T14:50:13Z 2001 11 2001-11-29T14:50:13Z 2002-01-01T04:59:59Z 2025-05-21T09:20:51Z   0 0 0900006480608079
NRC-2001-0014-0008 NRC Standards for Combustible Gas Control System in Light-Water-Cooled Power Reactors NRC-2001-0014 Federal Register Notice - Availability of Draft Rule Language; Standards for Combustible Gas Control System in Light-Water-Cooled Power Reactors Other Draft Rulemaking Language 2001-11-14T14:52:21Z 2001 11 2001-11-14T14:52:21Z 2002-01-01T04:59:59Z 2025-05-21T09:20:52Z   0 0 090000648060ed08
NRC-2001-0010-0055 NRC Early Site Permits, Standard Design Certifications, and Combined Licenses for Nuclear Power Plants (Licenses, Certifications and Approvals for Nuclear Power Plants) NRC-2001-0010 Federal Register Notice - Early Site Permits; Standard Design Certifications; and Combined Licenses for Nuclear Power Plants; Availability of Draft Rule Wording Other Draft Rulemaking Language 2001-09-27T15:33:40Z 2001 9 2001-09-27T15:33:40Z 2001-11-12T04:59:59Z 2025-05-21T09:20:52Z   0 0 090000648061d1a4

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