documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "NRC-2008-0369" and posted_year = 2011 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, comment_start_date, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-0369-0017 | NRC | Environmental Assessment and Finding of No Significant Impact: Watts Bar Nuclear Plant, Unit 2 NRC-2008-0369 | NUREG-0498, Supplement 2 - Draft Final Environmental Statement Related to the Operation of Watts Bar Nuclear Plant, Unit 2 (Part 1) | Other | 2011-12-23T00:00:00Z | 2011 | 12 | 2011-12-23T00:00:00Z | 2025-05-21T08:50:57Z | 0 | 0 | 0900006480f88a99 | |||
| NRC-2008-0369-0018 | NRC | Environmental Assessment and Finding of No Significant Impact: Watts Bar Nuclear Plant, Unit 2 NRC-2008-0369 | NUREG-0498, Supplement 2 - Draft Final Environmental Statement Related to the Operation of Watts Bar Nuclear Plant, Unit 2 (Part 2) | Other | 2011-12-23T00:00:00Z | 2011 | 12 | 2011-12-23T00:00:00Z | 2025-05-21T08:50:57Z | 0 | 0 | 0900006480f88a9a | |||
| NRC-2008-0369-0016 | NRC | Environmental Assessment and Finding of No Significant Impact: Watts Bar Nuclear Plant, Unit 2 NRC-2008-0369 | Draft Supplement 2 to Final Environmental Impact Statement Related to the Operation of Watts Bar Nuclear Plant, Unit 2; Tennessee Valley Authority | Notice | 2011-12-23T00:00:00Z | 2011 | 12 | 2011-12-23T00:00:00Z | 2012-01-25T04:59:59Z | 2025-05-21T08:50:57Z | 2011-32909 | 0 | 0 | 0900006480f88814 | |
| NRC-2008-0369-0015 | NRC | Environmental Assessment and Finding of No Significant Impact: Watts Bar Nuclear Plant, Unit 2 NRC-2008-0369 | Draft Supplement 2 to Final Environmental Statement Related to the Operation of Watts Bar Nuclear Plant, Unit 2; Tennessee Valley Authority | Notice | 2011-11-10T00:00:00Z | 2011 | 11 | 2011-11-10T00:00:00Z | 2011-12-28T04:59:59Z | 2025-05-21T08:51:12Z | 2011-29130 | 0 | 0 | 0900006480f69c17 | |
| NRC-2008-0369-0014 | NRC | Environmental Assessment and Finding of No Significant Impact: Watts Bar Nuclear Plant, Unit 2 NRC-2008-0369 | Environmental Assessment and Finding of No Significant Impact for Special Nuclear Material License Application from Tennessee Valley Authority for Watts Bar Nuclear Plant, Unit 2, Spring City, TN | Notice | 2011-06-13T00:00:00Z | 2011 | 6 | 2025-05-21T08:52:25Z | 2011-14559 | 0 | 0 | 0900006480e4de3b | |||
| NRC-2008-0369-0013 | NRC | Environmental Assessment and Finding of No Significant Impact: Watts Bar Nuclear Plant, Unit 2 NRC-2008-0369 | Notice of Finding of No Significant Antitrust Changes and Time for Filing Requests for Reevaluation for Tennessee Valley Authority, Watts Bar Nuclear Plant, Unit 2, Spring City, TN | Notice | 2011-03-28T00:00:00Z | 2011 | 3 | 2025-05-21T08:54:44Z | 2011-07213 | 0 | 0 | 0900006480c11dc1 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;