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 = "Notice" and posted_year = 2003 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: last_modified, posted_date (date), last_modified (date)

posted_year 1

  • 2003 · 4 ✖

document_type 1

  • Notice · 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-0020-0008 NRC Nuclear Energy Institute - Voluntary Alternative for ANS Decay Heat Standard NRC-2001-0020 Denial of Petition for Rulemaking Notice   2003-12-04T14:29:10Z 2003 12     2025-05-21T09:20:47Z   0 0 09000064803c4f18
NRC-2001-0021-0012 NRC Nuclear Energy Institute - Early Site Permits and Combined License Applications NRC-2001-0021 Denial of Petition for Rulemaking (PRM-52-1) Notice   2003-10-03T16:39:58Z 2003 10     2025-05-21T09:20:48Z   0 0 09000064803c4f2a
NRC-2001-0022-0017 NRC Nuclear Energy Institute - Regulations on Early Site Permits NRC-2001-0022 Federal Register Notice - Denial of Petition for Rulemaking Notice   2003-09-29T15:22:41Z 2003 9     2025-05-21T09:20:48Z   0 0 09000064803c4f42
NRC-2001-0019-0019 NRC Robert Leyse - Emergency Core Cooling Systems and Crud NRC-2001-0019 Denial of Petition for Rulemaking (PRM-50-73 and PRM-50-73A) Notice   2003-07-16T16:40:51Z 2003 7     2025-05-21T09:20:49Z   0 0 090000648060428a

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