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

7 rows where agency_id = "NRC" and docket_id = "NRC-2008-0482" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 4
  • Proposed Rule 2
  • Rule 1

posted_year 2

  • 2008 6
  • 2010 1

agency_id 1

  • NRC · 7 ✖
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-2008-0482-0166 NRC Waste Confidence Decision Update NRC-2008-0482 Waste Confidence Decision Update Rule   2010-12-23T00:00:00Z 2010 12 2010-12-23T00:00:00Z   2025-05-21T08:55:26Z 2010-31637 0 0 0900006480bbe98b
NRC-2008-0482-0008 NRC Waste Confidence Decision Update NRC-2008-0482 Consideration of Environmental Impacts of Temporary Storage of Spent Fuel After Cessation of Reactor Operation and Waste Confidence Decision Update: Extension of Comment Period Proposed Rule   2008-11-28T00:00:00Z 2008 11 2008-11-28T00:00:00Z 2009-02-07T04:59:59Z 2025-05-21T09:05:42Z   0 0 09000064807c40aa
NRC-2008-0482-0007 NRC Waste Confidence Decision Update NRC-2008-0482 2008/11/14-Letter of Janice A. Dean, NY State Attorney General Request for an Extension of Public Comments on Consideration of Environmental Impacts of Temporary Storage of Spent Fuel After Cessation of Reactor Operation and Waste Confidence Decision Supporting & Related Material   2008-11-26T00:00:00Z 2008 11     2025-05-21T09:05:43Z   0 0 09000064807c1615
NRC-2008-0482-0006 NRC Waste Confidence Decision Update NRC-2008-0482 2008/11/14-Letter of Phillip Musegaas, Riverkeeper, Inc., Requesting an Extension of Public Comments on Consideration of Environmental Impacts of Temporary Storage of Spent Fuel After Cessation of Reactor Operation and Waste Confidence Decision Supporting & Related Material   2008-11-26T00:00:00Z 2008 11     2025-05-21T09:05:43Z   0 0 09000064807c15dd
NRC-2008-0482-0005 NRC Waste Confidence Decision Update NRC-2008-0482 2008/11/12-Letter of Diane D'Arrigo, NIRS, et. al. Requesting a 3-Month Extension on Waste Confidence Decision Update and Consideration of Environmental Impacts of Temporary Storage of Spent Fuel After Cessation of Reactor Operation Supporting & Related Material   2008-11-19T00:00:00Z 2008 11     2025-05-21T09:05:59Z   0 0 09000064807b208a
NRC-2008-0482-0004 NRC Waste Confidence Decision Update NRC-2008-0482 2008/11/10-Letter of David Elliott Requesting a 3-Month Extension of the Comment Period on Waste Confidence Decision Update and Consideration of Environmental Impacts of Temporary Storage of Spent Fuel After Cessation of Reactor Operation Supporting & Related Material Letter 2008-11-17T00:00:00Z 2008 11     2025-05-21T09:06:03Z   0 0 09000064807ae819
NRC-2008-0482-0001 NRC Waste Confidence Decision Update NRC-2008-0482 Waste Confidence Decision Update Proposed Rule   2008-10-09T00:00:00Z 2008 10 2008-10-09T00:00:00Z 2008-12-09T04:59:59Z 2025-05-21T09:06:47Z E8-23381 0 0 090000648074103d

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